feat(ui): copy logistics header/theme one-to-one
This commit is contained in:
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": "Дирхам ОАЭ"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user