added translation in management page

This commit is contained in:
grata
2023-05-01 15:13:35 +02:00
parent 2a3aec6c95
commit 564e392873
5 changed files with 153 additions and 41 deletions

View 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"
}