24 lines
485 B
JSON
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"
|
|
}
|
|
}
|
|
}
|