added translation in management page
This commit is contained in:
21
src/assets/i18n/management/en.json
Normal file
21
src/assets/i18n/management/en.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"users": "Users",
|
||||
"locations": "Locations",
|
||||
"waypoints": "Waypoints",
|
||||
"name": "Name",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"location": "Location",
|
||||
"region": "Region",
|
||||
"lat": "Latitude",
|
||||
"lon": "Longitude",
|
||||
"description": "Description",
|
||||
"locationName": "Location Name",
|
||||
"image": "Image",
|
||||
"translate": "Translate",
|
||||
"addUserButton": "Add User",
|
||||
"addLocationButton": "Add Location",
|
||||
"addWaypointButton": "Add Waypoint",
|
||||
"add": "Add",
|
||||
"close": "Close"
|
||||
}
|
||||
Reference in New Issue
Block a user