28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|