-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1742 from vector-im/sync-localazy
Sync Strings
- Loading branch information
Showing
25 changed files
with
259 additions
and
2 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
features/lockscreen/impl/src/main/res/values-cs/translations.xml
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,4 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<plurals name="screen_app_lock_subtitle"> | ||
<item quantity="one">"Máte %1$d pokus pro odemknutí"</item> | ||
<item quantity="few">"Máte %1$d pokusy pro odemknutí"</item> | ||
<item quantity="other">"Máte %1$d pokusů pro odemknutí"</item> | ||
</plurals> | ||
<plurals name="screen_app_lock_subtitle_wrong_pin"> | ||
<item quantity="one">"Špatný PIN. Máte %1$d další pokus"</item> | ||
<item quantity="few">"Špatný PIN. Máte %1$d další pokusy"</item> | ||
<item quantity="other">"Špatný PIN. Máte %1$d dalších pokusů"</item> | ||
</plurals> | ||
<string name="screen_app_lock_biometric_authentication">"Biometrické ověřování"</string> | ||
<string name="screen_app_lock_biometric_unlock">"biometrické odemknutí"</string> | ||
<string name="screen_app_lock_biometric_unlock_title_android">"Odemkněte pomocí biometrie"</string> | ||
<string name="screen_app_lock_forgot_pin">"Zapomněli jste PIN?"</string> | ||
<string name="screen_app_lock_settings_change_pin">"Změnit PIN kód"</string> | ||
<string name="screen_app_lock_settings_enable_biometric_unlock">"Povolit biometrické odemykání"</string> | ||
<string name="screen_app_lock_settings_remove_pin">"Odstranit PIN"</string> | ||
<string name="screen_app_lock_settings_remove_pin_alert_message">"Opravdu chcete odstranit PIN?"</string> | ||
<string name="screen_app_lock_settings_remove_pin_alert_title">"Odstranit PIN?"</string> | ||
<string name="screen_app_lock_setup_biometric_unlock_allow_title">"Povolit %1$s"</string> | ||
<string name="screen_app_lock_setup_biometric_unlock_skip">"Raději bych použil PIN"</string> | ||
<string name="screen_app_lock_setup_biometric_unlock_subtitle">"Ušetřete si čas a použijte pokaždé %1$s pro odemknutí aplikace"</string> | ||
<string name="screen_app_lock_setup_choose_pin">"Zvolte PIN"</string> | ||
<string name="screen_app_lock_setup_confirm_pin">"Potvrďte PIN"</string> | ||
<string name="screen_app_lock_setup_pin_blacklisted_dialog_content">"Z bezpečnostních důvodů si toto nemůžete zvolit jako svůj PIN kód"</string> | ||
<string name="screen_app_lock_setup_pin_blacklisted_dialog_title">"Zvolte jiný PIN"</string> | ||
<string name="screen_app_lock_setup_pin_context">"Zamkněte %1$s pro zvýšení bezpečnosti vašich konverzací. | ||
|
||
Vyberte si něco zapamatovatelného. Pokud tento kód PIN zapomenete, budete z aplikace odhlášeni."</string> | ||
<string name="screen_app_lock_setup_pin_mismatch_dialog_content">"Zadejte stejný PIN dvakrát"</string> | ||
<string name="screen_app_lock_setup_pin_mismatch_dialog_title">"PIN kódy se neshodují."</string> | ||
<string name="screen_app_lock_signout_alert_message">"Abyste mohli pokračovat, budete se muset znovu přihlásit a vytvořit nový PIN"</string> | ||
<string name="screen_app_lock_signout_alert_title">"Jste odhlášeni"</string> | ||
<string name="screen_app_lock_use_biometric_android">"Použijte biometrické údaje"</string> | ||
<string name="screen_app_lock_use_pin_android">"Použít PIN"</string> | ||
<string name="screen_signout_in_progress_dialog_content">"Odhlašování…"</string> | ||
</resources> |
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
35 changes: 35 additions & 0 deletions
35
features/lockscreen/impl/src/main/res/values-ru/translations.xml
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,4 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<plurals name="screen_app_lock_subtitle"> | ||
<item quantity="one">"Вы попытались разблокировать %1$d раз"</item> | ||
<item quantity="few">"Вы попытались разблокировать %1$d раз"</item> | ||
<item quantity="many">"Вы попытались разблокировать много раз"</item> | ||
</plurals> | ||
<plurals name="screen_app_lock_subtitle_wrong_pin"> | ||
<item quantity="one">"Неверный PIN-код. У вас остался %1$d шанс"</item> | ||
<item quantity="few">"Неверный PIN-код. У вас остался %1$d шансов"</item> | ||
<item quantity="many">"Неверный PIN-код. У вас остался %1$d шанса"</item> | ||
</plurals> | ||
<string name="screen_app_lock_biometric_authentication">"биометрическая идентификация"</string> | ||
<string name="screen_app_lock_biometric_unlock">"биометрическая разблокировать"</string> | ||
<string name="screen_app_lock_biometric_unlock_title_android">"Разблокировать с помощью биометрии"</string> | ||
<string name="screen_app_lock_forgot_pin">"Забыли PIN-код?"</string> | ||
<string name="screen_app_lock_settings_change_pin">"Измените PIN-код"</string> | ||
<string name="screen_app_lock_settings_enable_biometric_unlock">"Разрешить биометрическую разблокировать"</string> | ||
<string name="screen_app_lock_settings_remove_pin">"Удалить PIN-код"</string> | ||
<string name="screen_app_lock_settings_remove_pin_alert_message">"Вы действительно хотите удалить PIN-код?"</string> | ||
<string name="screen_app_lock_settings_remove_pin_alert_title">"Удалить PIN-код?"</string> | ||
<string name="screen_app_lock_setup_biometric_unlock_allow_title">"Разрешить %1$s"</string> | ||
<string name="screen_app_lock_setup_biometric_unlock_skip">"Я бы предпочел использовать PIN-код"</string> | ||
<string name="screen_app_lock_setup_biometric_unlock_subtitle">"Сэкономьте время и используйте %1$s для разблокировки приложения"</string> | ||
<string name="screen_app_lock_setup_choose_pin">"Выберите PIN-код"</string> | ||
<string name="screen_app_lock_setup_confirm_pin">"Подтвердите PIN-код"</string> | ||
<string name="screen_app_lock_setup_pin_blacklisted_dialog_content">"Из соображений безопасности вы не можешь выбрать это в качестве PIN-кода."</string> | ||
<string name="screen_app_lock_setup_pin_blacklisted_dialog_title">"Выберите другой PIN-код"</string> | ||
<string name="screen_app_lock_setup_pin_context">"Заблокируйте %1$s, чтобы повысить безопасность ваших чатов. | ||
|
||
Выберите что-нибудь незабываемое. Если вы забудете этот PIN-код, вы выйдете из приложения."</string> | ||
<string name="screen_app_lock_setup_pin_mismatch_dialog_content">"Повторите PIN-код"</string> | ||
<string name="screen_app_lock_setup_pin_mismatch_dialog_title">"PIN-коды не совпадают"</string> | ||
<string name="screen_app_lock_signout_alert_message">"Чтобы продолжить, вам необходимо повторно войти в систему и создать новый PIN-код."</string> | ||
<string name="screen_app_lock_signout_alert_title">"Вы выходите из системы"</string> | ||
<string name="screen_app_lock_use_biometric_android">"Использовать биометрию"</string> | ||
<string name="screen_app_lock_use_pin_android">"Использовать PIN-код"</string> | ||
<string name="screen_signout_in_progress_dialog_content">"Выполняется выход…"</string> | ||
</resources> |
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
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
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
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
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
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
3 changes: 3 additions & 0 deletions
3
features/preferences/impl/src/main/res/values-cs/translations.xml
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
Oops, something went wrong.