Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Import strings from l10n (#1110)
Browse files Browse the repository at this point in the history
* Import l10n.

* Replace security_description localized strings to match master.
  • Loading branch information
eliserichards committed Dec 13, 2019
1 parent 25bca2a commit 924d1ba
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
9 changes: 8 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<string name="finish">Abschließen</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="access_description">Greife über dein Handy auf alle in Firefox gespeicherten Zugangsdaten zu</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
<!-- This description of the app security is shown on the final onboarding screen. -->
<string name="security_description">Synchronisiere zwischen Geräten mit sicherer 256-Bit-Verschlüsselung</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="convenience_description">Entsperre die App einfach per Fingerabdruck</string>
Expand Down Expand Up @@ -259,6 +259,8 @@
<string name="delete_description">Dies löscht diese Zugangsdaten von %1$s und Firefox.</string>
<!-- This is the text on an item in the item detail toolbar menu to edit an entry. -->
<string name="edit">Bearbeiten</string>

<!-- This is the description for the entry password in context of an edit item view. -->
<string name="entry_password_description">Passwort für diesen Eintrag.</string>
<!-- This is the title text on the dialog when you attempt to close the edit view and changes have been made. -->
<string name="discard_changes">Änderungen verwerfen?</string>
Expand All @@ -272,4 +274,9 @@
<string name="username_description">Der Benutzername</string>
<!-- This is the title of the edit login page. -->
<string name="edit_login_title">Zugangsdaten bearbeiten</string>

<!-- This is the error message that is shown in edit or create view when input text for password is not valid. -->
<string name="password_invalid_text">Passwort kann nicht leer sein</string>

<string name="username_duplicate_exists">Es existieren bereits Zugangsdaten mit diesem Benutzernamen</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<string name="finish">Terminar</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="access_description">Acceder a los usuarios guardados en Firefox desde el teléfono</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
<!-- This description of the app security is shown on the final onboarding screen. -->
<string name="security_description">Sincroniza dispositivos con la seguridad que te ofrece Cifrado de 256 bit</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="convenience_description">Desbloquea rápidamente la aplicación mediante tu huella digital</string>
Expand Down
13 changes: 10 additions & 3 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<!-- This label is used by screenreaders to inform the user that the message contains an image of a warning icon -->
<string name="warningIcon">Icône d’avertissement</string>
<!-- This is used as the title for an alert message to inform the user that the app does not detect network connectivity -->
<string name="no_internet_connection">Aucune connexion Internet</string>
<string name="no_internet_connection">Aucune connexion internet</string>
<!-- This is used in the app logs to inform that network connectivity has successfully been detected -->
<string name="network_connection_success">Connexion au réseau réussie.</string>

Expand Down Expand Up @@ -220,7 +220,7 @@
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="access_description">Accédez depuis votre téléphone aux identifiants enregistrés dans Firefox</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
<string name="security_description">Synchronisez vos appareils avec un chiffrement 256 bits</string>
<string name="security_description">Synchronisez vos appareils avec un chiffrement 256 bits</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="convenience_description">Déverrouillez facilement l’application avec votre empreinte digitale</string>

Expand Down Expand Up @@ -253,9 +253,11 @@
<!-- This is the confirmation message title seen when attempting to delete a login. -->
<string name="delete_this_login">Supprimer cet identifiant ?</string>
<!-- This is the description for the deletion dialog. -->
<string name="delete_description">Cette action supprimera l’identifiant à la fois de %1$s et de Firefox.</string>
<string name="delete_description">Cette action supprimera l’identifiant à la fois pour %1$s et pour Firefox.</string>
<!-- This is the text on an item in the item detail toolbar menu to edit an entry. -->
<string name="edit">Modifier</string>

<!-- This is the description for the entry password in context of an edit item view. -->
<string name="entry_password_description">Mot de passe pour cette entrée.</string>
<!-- This is the title text on the dialog when you attempt to close the edit view and changes have been made. -->
<string name="discard_changes">Abandonner les modifications ?</string>
Expand All @@ -269,4 +271,9 @@
<string name="username_description">Nom d’utilisateur</string>
<!-- This is the title of the edit login page. -->
<string name="edit_login_title">Modifier l’identifiant</string>

<!-- This is the error message that is shown in edit or create view when input text for password is not valid. -->
<string name="password_invalid_text">Le champ mot de passe ne peut pas être vide</string>

<string name="username_duplicate_exists">Un identifiant avec ce nom d’utilisateur existe déjà</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@
<string name="delete_description">Questa operazione eliminerà le credenziali sia da %1$s che da Firefox.</string>
<!-- This is the text on an item in the item detail toolbar menu to edit an entry. -->
<string name="edit">Modifica</string>

<!-- This is the description for the entry password in context of an edit item view. -->
<string name="entry_password_description">Password per questa voce.</string>
<!-- This is the title text on the dialog when you attempt to close the edit view and changes have been made. -->
<string name="discard_changes">Ignorare le modifiche?</string>
Expand All @@ -277,4 +279,9 @@
<string name="username_description">Nome utente</string>
<!-- This is the title of the edit login page. -->
<string name="edit_login_title">Modifica credenziali</string>

<!-- This is the error message that is shown in edit or create view when input text for password is not valid. -->
<string name="password_invalid_text">Il campo Password non può essere vuoto</string>

<string name="username_duplicate_exists">Esistono già credenziali con questo nome utente</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@
<string name="delete_description">Điều này sẽ xóa thông tin đăng nhập từ cả %1$s và Firefox.</string>
<!-- This is the text on an item in the item detail toolbar menu to edit an entry. -->
<string name="edit">Chỉnh sửa</string>

<!-- This is the description for the entry password in context of an edit item view. -->
<string name="entry_password_description">Mật khẩu cho mục này.</string>
<!-- This is the title text on the dialog when you attempt to close the edit view and changes have been made. -->
<string name="discard_changes">Loại bỏ những thay đổi?</string>
Expand All @@ -271,4 +273,9 @@
<string name="username_description">Tên đăng nhập</string>
<!-- This is the title of the edit login page. -->
<string name="edit_login_title">Chỉnh sửa thông tin đăng nhập</string>

<!-- This is the error message that is shown in edit or create view when input text for password is not valid. -->
<string name="password_invalid_text">Mật khẩu không được để trống</string>

<string name="username_duplicate_exists">Một thông tin đăng nhập với tên người dùng đó đã tồn tại</string>
</resources>
1 change: 1 addition & 0 deletions l10n.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ locales = [
"es",
"fr",
"it",
"ru",
"vi",
]
[env]
Expand Down

0 comments on commit 924d1ba

Please sign in to comment.