Files
webapp/i18n/locales/en/common.json
Ruslan Bakiev 62dea50abb
All checks were successful
Build Docker Image / build (push) Successful in 4m20s
Add catalogProducts translations to common.json
2026-01-16 16:11:12 +07:00

50 lines
1.0 KiB
JSON

{
"catalogProducts": {
"header": {
"title": "Product Catalog",
"subtitle": "{count} products"
},
"empty": {
"title": "No products found",
"subtitle": "Try adjusting your search parameters"
}
},
"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"
},
"searchBar": {
"placeholder": "Search...",
"filters": "Filters",
"sort": "Sort"
}
},
"units": {
"t": "t",
"kg": "kg"
}
}