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"
}
}
}