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

Commit

Permalink
Import l10n.
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot committed Feb 7, 2020
1 parent 4b3b51b commit 0326725
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 23 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ Pro jejich zobrazení a synchronizaci se přihlaste ke svému účtu Firefoxu.</
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Dokončit</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_access_description">Přistupujte ke svým přihlašovacím údajům uloženým ve Firefoxu i ze svého telefonu</string>
<string name="access_description">Přistupujte ke svým přihlašovacím údajům uloženým ve Firefoxu i ze svého telefonu</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
<string name="onboarding_security_description">Synchronizace mezi zařízeními zabezpečená pomocí 256-bitového šifrování</string>
<string name="security_description">Synchronizace mezi zařízeními zabezpečená pomocí 256-bitového šifrování</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="onboarding_convenience_description">Aplikaci snadno odemknete pomocí otisku prstu</string>
<string name="convenience_description">Aplikaci snadno odemknete pomocí otisku prstu</string>

<!-- This is the title of the device security dialog box. -->
<string name="secure_your_device">Zabezpečte své zařízení.</string>
Expand Down
15 changes: 14 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,10 @@
<string name="all_set">Du bist fertig!</string>
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Abschließen</string>

<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_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. -->
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
<string name="onboarding_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="onboarding_convenience_description">Entsperre die App einfach per Fingerabdruck</string>
Expand Down Expand Up @@ -296,7 +297,19 @@
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_text">Die Internetadresse muss \„https://\“ oder \„http://\“ enthalten</string>

<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_host">Die Internetadresse muss einen gültigen Hostnamen haben</string>

<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
<string name="hostname_empty_invalid_text">Hostname darf nicht leer sein</string>

<!-- This is the toast message that is shown when a new entry has been successfully created. -->
<string name="successful_create_toast">Zugangsdaten erfolgreich hinzugefügt</string>

<!-- This is the content description for the icon that appears on the toast notification. -->
<string name="toast_icon_description">Das Symbol, das in einer Toast-Benachrichtigung angezeigt wird.</string>

<!-- This is the toast message that appears when an entry has been successfully deleted. -->
<string name="entry_deleted_toast">%1$s gelöscht</string>

</resources>
13 changes: 13 additions & 0 deletions app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
<string name="all_set">You’re all set!</string>
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Finish</string>

<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_access_description">Access logins saved to Firefox from your phone</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
Expand Down Expand Up @@ -295,7 +296,19 @@
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_text">Web address must contain \“https://\“ or \“http://\“</string>

<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_host">Web address must have a valid hostname</string>

<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
<string name="hostname_empty_invalid_text">Hostname cannot be empty</string>

<!-- This is the toast message that is shown when a new entry has been successfully created. -->
<string name="successful_create_toast">Login added successfully</string>

<!-- This is the content description for the icon that appears on the toast notification. -->
<string name="toast_icon_description">The icon that appears on a toast notification.</string>

<!-- This is the toast message that appears when an entry has been successfully deleted. -->
<string name="entry_deleted_toast">%1$s deleted</string>

</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Terminar</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_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. -->
<string name="onboarding_security_description">Sincroniza dispositivos con la seguridad que te ofrece Cifrado de 256 bit</string>
<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. -->
<string name="security_description">Sincroniza dispositivos con la seguridad que te ofrece %s</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="onboarding_convenience_description">Desbloquea rápidamente la aplicación mediante tu huella digital</string>
<string name="convenience_description">Desbloquea rápidamente la aplicación mediante tu huella digital</string>

<!-- This is the title of the device security dialog box. -->
<string name="secure_your_device">Protege tu dispositivo.</string>
Expand Down
16 changes: 13 additions & 3 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,11 @@
<string name="all_set">C’est tout !</string>
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Terminer</string>

<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_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. -->
<string name="onboarding_security_description">Synchronisez vos appareils avec un chiffrement 256 bits</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
<string name="onboarding_security_description">Synchronisez vos appareils avec un chiffrement sécurisé à 256 bits</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="onboarding_convenience_description">Déverrouillez facilement l’application avec votre empreinte digitale</string>

Expand Down Expand Up @@ -284,13 +285,22 @@
<!-- This is the title of the create new login page. -->
<string name="create_title">Nouvel identifiant</string>

<!-- This is the hint text that is shown inline on the username field of the create new login page. -->
<string name="create_username_hint_text">par exemple, mariedubois</string>

<!-- This is the hint text that is shown inline on the hostname field of the create new login page. -->
<string name="create_hostname_hint_text">https://www.example.com</string>

<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_text">L’adresse web doit contenir « https:// » ou « http:// »</string>

<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_host">L’adresse web doit avoir un nom d’hôte valide</string>

<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
<string name="hostname_empty_invalid_text">Le nom d’hôte ne peut pas rester vide</string>

</resources>
<!-- This is the content description for the icon that appears on the toast notification. -->
<string name="toast_icon_description">L’icône qui apparaît sur une notification toast.</string>

</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Fine</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_access_description">Accedi alle credenziali salvate in Firefox dal tuo telefono</string>
<!-- This description of the app security is shown on the final onboarding screen. -->
<string name="onboarding_security_description">Sincronizza in modo sicuro più dispositivi con crittografia a 256 bit</string>
<string name="access_description">Accedi alle credenziali salvate in Firefox dal tuo telefono</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">Sincronizza in modo sicuro più dispositivi con %s</string>

<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="onboarding_convenience_description">Sblocca comodamente l’app utilizzando la tua impronta digitale</string>
<string name="convenience_description">Sblocca comodamente l’app utilizzando la tua impronta digitale</string>

<!-- This is the title of the device security dialog box. -->
<string name="secure_your_device">Proteggi il tuo dispositivo.</string>
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Завершить</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_access_description">Получите доступ к логинам, сохранённым в Firefox, с вашего телефона</string>
<string name="access_description">Получите доступ к логинам, сохранённым в 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="onboarding_security_description">Синхронизация между устройствами с безопасным 256-битным шифрованием</string>
<string name="security_description">Синхронизация между устройствами с безопасным 256-битным шифрованием</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="onboarding_convenience_description">Разблокируйте приложение с легкостью, используя отпечаток пальца</string>
<string name="convenience_description">Разблокируйте приложение с легкостью, используя отпечаток пальца</string>

<!-- This is the title of the device security dialog box. -->
<string name="secure_your_device">Защитите своё устройство.</string>
Expand Down
12 changes: 11 additions & 1 deletion app/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<string name="all_set">Все готово!</string>
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Завершити</string>

<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_access_description">Доступ до збережених у Firefox паролів з телефону</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
Expand Down Expand Up @@ -285,7 +286,7 @@
<string name="username_duplicate_exists">Запис з таким іменем користувача вже існує</string>

<!-- This is the text description that is shown in the manual create view underneath the hostname field to describe a valid hostname. -->
<string name="create_hostname_description">Переконайтеся у точній відповідності домену для пов’язаного веб-сайту (включаючи “https://” та “www”).</string>
<string name="create_hostname_description">Переконайтеся у точній відповідності домену для пов’язаного вебсайту (включаючи “https://” та “www”).</string>

<!-- This is the title of the create new login page. -->
<string name="create_title">Новий запис</string>
Expand All @@ -299,7 +300,16 @@
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_text">Веб-адреса повинна містити \“https://\“ або \“http://\“</string>

<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_host">Веб-адреса повинна мати дійсне ім’я вузла</string>

<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
<string name="hostname_empty_invalid_text">Назва вузла не може бути порожньою</string>

<!-- This is the toast message that is shown when a new entry has been successfully created. -->
<string name="successful_create_toast">Запис успішно додано</string>

<!-- This is the toast message that appears when an entry has been successfully deleted. -->
<string name="entry_deleted_toast">%1$s видалено</string>

</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Kết thúc</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_access_description">Truy cập thông tin đăng nhập được lưu vào Firefox từ điện thoại của bạn</string>
<!-- This description of the app security is shown on the final onboarding screen. -->
<string name="onboarding_security_description">Đồng bộ hóa giữa các thiết bị với Mã hóa 256-bit</string>
<string name="access_description">Truy cập thông tin đăng nhập được lưu vào Firefox từ điện thoại của bạn</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">Đồng bộ hóa giữa các thiết bị với %s</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="onboarding_convenience_description">Mở khóa ứng dụng một cách dễ dàng bằng dấu vân tay của bạn</string>
<string name="convenience_description">Mở khóa ứng dụng một cách dễ dàng bằng dấu vân tay của bạn</string>

<!-- This is the title of the device security dialog box. -->
<string name="secure_your_device">Bảo mật thiết bị của bạn.</string>
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
<string name="all_set">準備就緒!</string>
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">完成</string>

<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="onboarding_access_description">在您的手機使用儲存到 Firefox 的登入資訊</string>
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
Expand Down Expand Up @@ -294,7 +295,19 @@
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_text">網址須包含「https://」或「http://」</string>

<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
<string name="hostname_invalid_host">網址必須包含有效的主機名稱</string>

<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
<string name="hostname_empty_invalid_text">主機名稱不得為空白。</string>

<!-- This is the toast message that is shown when a new entry has been successfully created. -->
<string name="successful_create_toast">成功加入登入資訊!</string>

<!-- This is the content description for the icon that appears on the toast notification. -->
<string name="toast_icon_description">要出現在通知上的圖示。</string>

<!-- This is the toast message that appears when an entry has been successfully deleted. -->
<string name="entry_deleted_toast">已刪除 %1$s</string>

</resources>

0 comments on commit 0326725

Please sign in to comment.