strings: sync with crowdin (#1901)
Co-authored-by: GitHub Actions <noreply@github.com>
This commit is contained in:
parent
169769d0d4
commit
c9f6d27475
4 changed files with 19 additions and 0 deletions
|
@ -331,4 +331,6 @@
|
|||
<string name="pgp_key_import_succeeded">PGP-Key erfolgreich importiert</string>
|
||||
<string name="pgp_key_import_succeeded_message">Die Schlüssel-ID des importierten Schlüssels ist unten angegeben. Bitte überprüfe sie auf Korrektheit:\n%1$s</string>
|
||||
<string name="pref_category_pgp_title">PGP Einstellungen</string>
|
||||
<string name="pwgen_some_error_occurred">Ein Fehler ist aufgetreten</string>
|
||||
<string name="git_run_gc_job">Garbage Collection ausführen</string>
|
||||
</resources>
|
||||
|
|
|
@ -129,6 +129,7 @@
|
|||
<string name="pwgen_no_chars_error">Aucun critère sélectionné</string>
|
||||
<string name="pwgen_length_too_short_error">Longueur trop faible pour les critères sélectionnés</string>
|
||||
<string name="pwgen_max_iterations_exceeded">Impossible de générer un mot de passe satisfaisant les critères. Essayez d\'augmenter la longueur.</string>
|
||||
<string name="pwgen_separator">Séparateur</string>
|
||||
<!-- Password generator prefs -->
|
||||
<string name="pref_password_generator_type_title">Type de générateur de mot de passe</string>
|
||||
<!-- ssh keygen fragment -->
|
||||
|
@ -322,7 +323,13 @@
|
|||
<string name="clear_saved_host_key">Effacer la clé d\'hôte enregistrée</string>
|
||||
<string name="clear_saved_host_key_success">La clé d\'hôte a été effacée avec succès!</string>
|
||||
<string name="otp_import_qr_code">Scanner le code QR</string>
|
||||
<string name="otp_import_from_file">Choisissez une image</string>
|
||||
<string name="otp_import_manual_entry">Saisir manuellement</string>
|
||||
<string name="otp_import_manual_hint_secret">Secret</string>
|
||||
<string name="otp_import_manual_hint_account">Compte</string>
|
||||
<string name="password_list_fab_content_description">Créer un nouveau mot de passe ou dossier</string>
|
||||
<string name="pgp_key_import_failed">Impossible d\'importer la clé PGP</string>
|
||||
<string name="pgp_key_import_succeeded">Clé PGP importée avec succès</string>
|
||||
<string name="pgp_key_import_succeeded_message">La clé d\'identification de la clé importée est donné ci-dessous, veuillez la vérifier pour qu\'elle soit correcte :\n%1$s</string>
|
||||
<string name="pref_category_pgp_title">Paramètres PGP</string>
|
||||
</resources>
|
||||
|
|
|
@ -337,4 +337,6 @@ a app desde unha fonte de confianza, como a Play Store, Amazon Appstore, F-Droid
|
|||
<string name="pgp_key_import_succeeded">Chave PGP importada correctamente</string>
|
||||
<string name="pgp_key_import_succeeded_message">Aquí abaixo está o ID da chave importada, comproba que é correcto:\n%1$s</string>
|
||||
<string name="pref_category_pgp_title">Axustes PGP</string>
|
||||
<string name="pwgen_some_error_occurred">Houbo un fallo</string>
|
||||
<string name="git_run_gc_job">Recolle o lixo</string>
|
||||
</resources>
|
||||
|
|
8
app/src/nonFree/res/values-ar-rSA/strings.xml
Normal file
8
app/src/nonFree/res/values-ar-rSA/strings.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
||||
~ SPDX-License-Identifier: GPL-3.0-only
|
||||
-->
|
||||
<resources>
|
||||
<string name="oreo_autofill_waiting_for_sms">في انتظار الرسائل القصيرة…</string>
|
||||
</resources>
|
Loading…
Reference in a new issue