feat(ui): copy logistics header/theme one-to-one

This commit is contained in:
Ruslan Bakiev
2026-04-21 10:34:54 +07:00
parent 670e9b7fd1
commit d3183bf6ad
11 changed files with 1052 additions and 236 deletions

View File

@@ -0,0 +1,27 @@
{
"settings": {
"language": "Language",
"currency": "Currency",
"open": "Open settings",
"apply": "Apply",
"ratesProvider": "Rates provider",
"ratesBy": "Rates by ExchangeRate API",
"locales": {
"ru": {
"label": "Russian",
"nativeLabel": "Русский"
},
"en": {
"label": "English",
"nativeLabel": "English"
}
},
"currencies": {
"USD": "US Dollar",
"RUB": "Russian Ruble",
"CNY": "Chinese Yuan",
"EUR": "Euro",
"AED": "UAE Dirham"
}
}
}

20
i18n/locales/en/ui.json Normal file
View File

@@ -0,0 +1,20 @@
{
"ui": {
"menu": "Menu",
"calculate": "Calculate",
"my_orders": "My orders",
"log_in": "Log in",
"login": "Log in",
"profile": "Profile",
"from": "From",
"to": "To",
"cargo": "Cargo",
"find": "Find",
"manager_navigation": "Manager navigation",
"orders": "Orders",
"quotations": "Quotations",
"hubs": "Hubs",
"users": "Users",
"manager": "Manager"
}
}