Files
webapp/i18n/locales/en/common.json
Ruslan Bakiev 737ec91473
Some checks failed
Build Docker Image / build (push) Failing after 1m25s
Add topnav layout with MainNavigation, SubNavigation, GlobalSearchBar, SplitLayout
2026-01-08 01:03:07 +07:00

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