-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations strings.xml (Russian) * New translations strings.xml (Russian) * New translations strings.xml (Russian)
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="cancel">Cancel</string> | ||
<string name="ok">OK</string> | ||
<string name="cancel">Отмена</string> | ||
<string name="ok">ОК</string> | ||
<string name="are_you_sure_to_uninstall_apps">Are you sure to uninstall %1$s apps?</string> | ||
<string name="copy_package_name_to_clipboard">Copy package name to clipboard</string> | ||
<string name="no_description_available">No description available</string> | ||
<string name="canta_is_a_system_app">Canta is a system app</string> | ||
<string name="uninstall">Uninstall</string> | ||
<string name="reinstall">ReInstall</string> | ||
<string name="please_start_shizuku">Please start Shizuku.</string> | ||
<string name="please_install_shizuku_and_authorise_canta">Please install Shizuku and authorise Canta.</string> | ||
<string name="please_allow_shizuku_access_for_canta">Please allow Shizuku access for Canta.</string> | ||
<string name="only_system">Only system</string> | ||
<string name="no_apps_found">No apps found</string> | ||
<string name="loading_apps">Loading apps</string> | ||
<string name="badge_info">Badge info</string> | ||
<string name="got_it">Got it</string> | ||
<string name="loading_badges">Loading badges ...</string> | ||
<string name="copy_package_name_to_clipboard">Копировать имя пакета в буфер обмена</string> | ||
<string name="no_description_available">Описание отсутствует</string> | ||
<string name="canta_is_a_system_app">Canta — системное приложение</string> | ||
<string name="uninstall">Удалить</string> | ||
<string name="reinstall">Переустановить</string> | ||
<string name="please_start_shizuku">Пожалуйста, запустите Shizuku.</string> | ||
<string name="please_install_shizuku_and_authorise_canta">Пожалуйста, установите Shizuku и авторизуйте Canta.</string> | ||
<string name="please_allow_shizuku_access_for_canta">Пожалуйста, разрешите доступ Shizuku к Canta.</string> | ||
<string name="only_system">Только системные</string> | ||
<string name="no_apps_found">Приложения не найдены</string> | ||
<string name="loading_apps">Загрузка приложений</string> | ||
<string name="badge_info">Информация о значках</string> | ||
<string name="got_it">Понятно</string> | ||
<string name="loading_badges">Загрузка значков ...</string> | ||
</resources> |