35 lines
695 B
JSON
35 lines
695 B
JSON
{
|
|
"common": {
|
|
"loading": "Loading...",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"refresh": "Refresh",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"retry": "Retry",
|
|
"back": "Back",
|
|
"list": "List",
|
|
"map": "Map",
|
|
"language": "Language",
|
|
"theme": "Theme",
|
|
"teams": "Teams",
|
|
"selectTeam": "Select team",
|
|
"actions": {
|
|
"load_more": "Load more"
|
|
},
|
|
"pagination": {
|
|
"showing": "Showing {shown} of {total}"
|
|
},
|
|
"selectLocation": "Select location",
|
|
"theme_dark": "Dark mode",
|
|
"theme_light": "Light mode",
|
|
"values": {
|
|
"not_available": "Not available"
|
|
}
|
|
},
|
|
"units": {
|
|
"t": "t",
|
|
"kg": "kg"
|
|
}
|
|
}
|