localization in header

This commit is contained in:
2026-04-30 16:16:59 +07:00
parent 6891e64c4f
commit 6d87ddf674
6 changed files with 43 additions and 37 deletions
+9 -1
View File
@@ -26,5 +26,13 @@
"language_toggle": "Interface Language",
"home_label": "Home",
"settings": "Settings",
"about_menu": "About"
"about_menu": "About",
"excluded_domains": "Excluded Domains (comma separated)",
"excluded_domains_placeholder": "youtube.com, netflix.com",
"excluded_apps_desc": "Excluded Apps (package names / PIDs)",
"excluded_apps": "Excluded Apps",
"select_apps": "Select Apps",
"search_apps_placeholder": "Search by name or package...",
"loading_apps": "Getting apps list...",
"no_apps_found": "Nothing found"
}
+9 -1
View File
@@ -26,5 +26,13 @@
"language_toggle": "Язык интерфейса",
"home_label": "Главная",
"settings": "Настройки",
"about_menu": "О приложении"
"about_menu": "О приложении",
"excluded_domains": "Исключенные домены (через запятую)",
"excluded_domains_placeholder": "youtube.com, netflix.com",
"excluded_apps_desc": "Исключенные приложения (имена пакетов)",
"excluded_apps": "Исключения",
"select_apps": "Выберите приложения",
"search_apps_placeholder": "Поиск по имени или пакету...",
"loading_apps": "Получение списка приложений...",
"no_apps_found": "Ничего не найдено"
}