Files
webapp/i18n/locales/en/common.json
2026-01-07 09:10:35 +07:00

24 lines
485 B
JSON

{
"common": {
"loading": "Loading...",
"save": "Save",
"cancel": "Cancel",
"refresh": "Refresh",
"error": "Error",
"success": "Success",
"retry": "Retry",
"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"
}
}
}