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 14, 2020
1 parent 6a292be commit cf3d16f
Show file tree
Hide file tree
Showing 10 changed files with 125 additions and 15 deletions.
6 changes: 5 additions & 1 deletion app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ Pro jejich zobrazení a synchronizaci se přihlaste ke svému účtu Firefoxu.</
<string name="all_set">Vše máte nastaveno.</string>
<!-- 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>
<!-- 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 @@ -297,4 +298,7 @@ Pro jejich zobrazení a synchronizaci se přihlaste ke svému účtu Firefoxu.</
<!-- 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">Název hostitele nemůže být prázdný</string>

</resources>
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
<string name="successful_create_toast">Přihlašovací údaje přidány</string>

</resources>
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
20 changes: 18 additions & 2 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,28 @@
<!-- 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>

<!-- This is the toast message that is shown when a new entry has been successfully created. -->
<string name="successful_create_toast">Identifiant ajouté avec succès</string>

<!-- 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>

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

</resources>
18 changes: 15 additions & 3 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@
<string name="all_set">È tutto pronto.</string>
<!-- 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>

<!-- 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">Sincronizza i tuoi dispositivi con una crittografia sicura a 256 bit</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>

Expand Down Expand Up @@ -301,7 +301,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">L’indirizzo web deve contenere \“https://\“ o \“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’indirizzo web deve avere un nome host valido</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">Il campo del nome host non può essere vuoto</string>

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

<!-- This is the content description for the icon that appears on the toast notification. -->
<string name="toast_icon_description">L‘icona che appare su una notifica pop-up.</string>

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

</resources>
15 changes: 14 additions & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@
<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. -->
<string name="onboarding_security_description">Синхронизация между устройствами с безопасным 256-битным шифрованием</string>
<string name="onboarding_security_description">Синхронизируйте свои устройства, используя безопасное 256-битное шифрование</string>
<!-- This description of the app convenience is shown on the final onboarding screen. -->
<string name="onboarding_convenience_description">Разблокируйте приложение с легкостью, используя отпечаток пальца</string>

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">Веб-адрес должен содержать \“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>
15 changes: 14 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,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>
17 changes: 15 additions & 2 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@
<string name="all_set">Bạn đã cài đặt tất cả!</string>
<!-- 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 hóa 256-bit</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">Đồng bộ hóa giữa các thiết bị với hóa 256-bit an toàn</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>

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">Địa chỉ web phải chứa \“https://\“ hoặc \“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">Địa chỉ web phải có tên máy chủ hợp lệ</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">Tên máy chủ không thể để trống</string>

<!-- This is the toast message that is shown when a new entry has been successfully created. -->
<string name="successful_create_toast">Đã thêm thông tin đăng nhập thành công</string>

<!-- This is the content description for the icon that appears on the toast notification. -->
<string name="toast_icon_description">Biểu tượng xuất hiện trên thông báo nổi.</string>

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

</resources>

0 comments on commit cf3d16f

Please sign in to comment.