23 lines
532 B
JSON
23 lines
532 B
JSON
{
|
|
"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 (Direct Link)",
|
|
"translate": "Translate",
|
|
"addUserButton": "Add User",
|
|
"addLocationButton": "Add Location",
|
|
"addWaypointButton": "Add Waypoint",
|
|
"edit": "Edit",
|
|
"add": "Add",
|
|
"close": "Close"
|
|
}
|