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"
|
||||
}
|
||||
}
|
||||
27
i18n/locales/ru/settings.json
Normal file
27
i18n/locales/ru/settings.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"settings": {
|
||||
"language": "Язык",
|
||||
"currency": "Валюта",
|
||||
"open": "Открыть настройки",
|
||||
"apply": "Применить",
|
||||
"ratesProvider": "Поставщик курсов",
|
||||
"ratesBy": "Курсы от ExchangeRate API",
|
||||
"locales": {
|
||||
"ru": {
|
||||
"label": "Russian",
|
||||
"nativeLabel": "Русский"
|
||||
},
|
||||
"en": {
|
||||
"label": "English",
|
||||
"nativeLabel": "English"
|
||||
}
|
||||
},
|
||||
"currencies": {
|
||||
"USD": "Доллар США",
|
||||
"RUB": "Российский рубль",
|
||||
"CNY": "Китайский юань",
|
||||
"EUR": "Евро",
|
||||
"AED": "Дирхам ОАЭ"
|
||||
}
|
||||
}
|
||||
}
|
||||
20
i18n/locales/ru/ui.json
Normal file
20
i18n/locales/ru/ui.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"ui": {
|
||||
"menu": "Меню",
|
||||
"calculate": "Рассчитать",
|
||||
"my_orders": "Мои заказы",
|
||||
"log_in": "Войти",
|
||||
"login": "Войти",
|
||||
"profile": "Профиль",
|
||||
"from": "Откуда",
|
||||
"to": "Куда",
|
||||
"cargo": "Груз",
|
||||
"find": "Найти",
|
||||
"manager_navigation": "Навигация менеджера",
|
||||
"orders": "Заказы",
|
||||
"quotations": "Котировки",
|
||||
"hubs": "Хабы",
|
||||
"users": "Пользователи",
|
||||
"manager": "Менеджер"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user