feat(ui): copy logistics header/theme one-to-one
This commit is contained in:
27
i18n/locales/en/settings.json
Normal file
27
i18n/locales/en/settings.json
Normal 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
20
i18n/locales/en/ui.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user