Skip to content

Commit

Permalink
Update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Feb 10, 2022
1 parent 29eaebd commit c7b878a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion locale/de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


"@@locale": "de",
"@locale_desc": {"description": "Deutsch [de-DE]"},
"@locale_desc": {"description": "German [de-DE]"},
"locale_desc": "Deutsch",
"locale_system": "System",

Expand Down
2 changes: 1 addition & 1 deletion locale/it.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@@locale": "it",
"@locale_desc": {"description": "Italiano (Italia) [it_IT]"},
"@locale_desc": {"description": "Italian (Italia) [it_IT]"},
"locale_desc": "Italiano",
"locale_system": "Sistema",

Expand Down
2 changes: 1 addition & 1 deletion locale/pt.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@@locale": "pt",
"@locale_desc": {"description": "Português (Brasil) [pt_BR]"},
"@locale_desc": {"description": "Portuguese (Brasil) [pt_BR]"},
"locale_desc": "Português (Brasil)",
"locale_system": "Sistema",

Expand Down
12 changes: 1 addition & 11 deletions locale/ru.arb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"@@locale": "ru",
"@locale_desc": {"description": "Русский [ru_RU]"},
"@locale_desc": {"description": "Russian [ru_RU]"},
"locale_desc": "Русский",
"@locale_system": {"description": "Describes the system locale"},
"locale_system": "Как в системе",


Expand All @@ -11,15 +10,12 @@
"btn_switch_off": "Выключить",


"@status_subtext_winver_10": {"description": "Only used inside 'status_unsupported_desc', modify taking this in consideration"},
"status_subtext_winver_10": "Windows 10",
"@status_subtext_winver_older": {"description": "Only used inside 'status_unsupported_desc', modify taking this in consideration"},
"status_subtext_winver_older": "Устаревшая версия Windows",


"status_unsupported": "Подсистема Windows под Android не поддерживается",
"status_unsupported_desc": "{windowsVersion} detected and WSA not found; this application depends on WSA, which is only officially supported on Windows 11",
"@status_unsupported_desc" : {"placeholders": {"windowsVersion": {"type": "String"}}},
"status_missing": "Подсистема Windows под Android не установлена",
"status_missing_desc": "Подсистема Windows под Android не найдена: это приложение зависит от WSA, установите подсистему Windows для Android (или Магазин приложений Amazon) из магазина Microsoft Store",
"status_unknown": "Подключение",
Expand Down Expand Up @@ -67,17 +63,11 @@

"installer_message": "Вы хотите установить это приложение?",
"installer_info_version": "Версия: {appVersion}",
"@installer_info_version" : {"placeholders": {"appVersion": {"type": "String"}}},
"installer_info_version_change": "Версия: {appVersionOld} => {appVersionNew}",
"@installer_info_version_change" : {"placeholders": {"appVersionOld": {"type": "String"}, "appVersionNew": {"type": "String"}}},
"installer_info_package": "Имя пакета: {appPackage}",
"@installer_info_package" : {"placeholders": {"appPackage": {"type": "String"}}},
"installer_installing": "Установка приложения {appTitle}...",
"@installer_installing" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_installed": "Приложение {appTitle} было успешно установлено",
"@installer_installed" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_fail": "Приложение {appTitle} не было установлено",
"@installer_fail" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_error_nomsg": "Установка не удалась, но ошибок не было обнаружено",
"installer_btn_starting": "Запуск...",
"installer_btn_loading": "Загрузка...",
Expand Down

0 comments on commit c7b878a

Please sign in to comment.