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

Commit e383017

Browse files
Import l10n.
1 parent 2fcd1a9 commit e383017

File tree

10 files changed

+125
-15
lines changed

10 files changed

+125
-15
lines changed

app/src/main/res/values-cs/strings.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Pro jejich zobrazení a synchronizaci se přihlaste ke svému účtu Firefoxu.</
218218
<string name="all_set">Vše máte nastaveno.</string>
219219
<!-- This is the button to dismiss the final onboarding screen -->
220220
<string name="finish">Dokončit</string>
221+
221222
<!-- This description of the app functionality is shown on the final onboarding screen -->
222223
<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>
223224
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
@@ -297,4 +298,7 @@ Pro jejich zobrazení a synchronizaci se přihlaste ke svému účtu Firefoxu.</
297298
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
298299
<string name="hostname_empty_invalid_text">Název hostitele nemůže být prázdný</string>
299300

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

app/src/main/res/values-de/strings.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,10 @@
220220
<string name="all_set">Du bist fertig!</string>
221221
<!-- This is the button to dismiss the final onboarding screen -->
222222
<string name="finish">Abschließen</string>
223+
223224
<!-- This description of the app functionality is shown on the final onboarding screen -->
224225
<string name="onboarding_access_description">Greife über dein Handy auf alle in Firefox gespeicherten Zugangsdaten zu</string>
225-
<!-- This description of the app security is shown on the final onboarding screen. -->
226+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
226227
<string name="onboarding_security_description">Synchronisiere zwischen Geräten mit sicherer 256-Bit-Verschlüsselung</string>
227228
<!-- This description of the app convenience is shown on the final onboarding screen. -->
228229
<string name="onboarding_convenience_description">Entsperre die App einfach per Fingerabdruck</string>
@@ -296,7 +297,19 @@
296297
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
297298
<string name="hostname_invalid_text">Die Internetadresse muss \„https://\“ oder \„http://\“ enthalten</string>
298299

300+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
301+
<string name="hostname_invalid_host">Die Internetadresse muss einen gültigen Hostnamen haben</string>
302+
299303
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
300304
<string name="hostname_empty_invalid_text">Hostname darf nicht leer sein</string>
301305

306+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
307+
<string name="successful_create_toast">Zugangsdaten erfolgreich hinzugefügt</string>
308+
309+
<!-- This is the content description for the icon that appears on the toast notification. -->
310+
<string name="toast_icon_description">Das Symbol, das in einer Toast-Benachrichtigung angezeigt wird.</string>
311+
312+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
313+
<string name="entry_deleted_toast">%1$s gelöscht</string>
314+
302315
</resources>

app/src/main/res/values-en-rGB/strings.xml

+13
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<string name="all_set">You’re all set!</string>
220220
<!-- This is the button to dismiss the final onboarding screen -->
221221
<string name="finish">Finish</string>
222+
222223
<!-- This description of the app functionality is shown on the final onboarding screen -->
223224
<string name="onboarding_access_description">Access logins saved to Firefox from your phone</string>
224225
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
@@ -295,7 +296,19 @@
295296
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
296297
<string name="hostname_invalid_text">Web address must contain \“https://\“ or \“http://\“</string>
297298

299+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
300+
<string name="hostname_invalid_host">Web address must have a valid hostname</string>
301+
298302
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
299303
<string name="hostname_empty_invalid_text">Hostname cannot be empty</string>
300304

305+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
306+
<string name="successful_create_toast">Login added successfully</string>
307+
308+
<!-- This is the content description for the icon that appears on the toast notification. -->
309+
<string name="toast_icon_description">The icon that appears on a toast notification.</string>
310+
311+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
312+
<string name="entry_deleted_toast">%1$s deleted</string>
313+
301314
</resources>

app/src/main/res/values-es/strings.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@
221221
<!-- This is the button to dismiss the final onboarding screen -->
222222
<string name="finish">Terminar</string>
223223
<!-- This description of the app functionality is shown on the final onboarding screen -->
224-
<string name="onboarding_access_description">Acceder a los usuarios guardados en Firefox desde el teléfono</string>
225-
<!-- This description of the app security is shown on the final onboarding screen. -->
226-
<string name="onboarding_security_description">Sincroniza dispositivos con la seguridad que te ofrece Cifrado de 256 bit</string>
224+
<string name="access_description">Acceder a los usuarios guardados en Firefox desde el teléfono</string>
225+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
226+
<string name="security_description">Sincroniza dispositivos con la seguridad que te ofrece %s</string>
227227
<!-- This description of the app convenience is shown on the final onboarding screen. -->
228-
<string name="onboarding_convenience_description">Desbloquea rápidamente la aplicación mediante tu huella digital</string>
228+
<string name="convenience_description">Desbloquea rápidamente la aplicación mediante tu huella digital</string>
229229

230230
<!-- This is the title of the device security dialog box. -->
231231
<string name="secure_your_device">Protege tu dispositivo.</string>

app/src/main/res/values-fr/strings.xml

+18-2
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,11 @@
217217
<string name="all_set">C’est tout !</string>
218218
<!-- This is the button to dismiss the final onboarding screen -->
219219
<string name="finish">Terminer</string>
220+
220221
<!-- This description of the app functionality is shown on the final onboarding screen -->
221222
<string name="onboarding_access_description">Accédez depuis votre téléphone aux identifiants enregistrés dans Firefox</string>
222-
<!-- This description of the app security is shown on the final onboarding screen. -->
223-
<string name="onboarding_security_description">Synchronisez vos appareils avec un chiffrement 256 bits</string>
223+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
224+
<string name="onboarding_security_description">Synchronisez vos appareils avec un chiffrement sécurisé à 256 bits</string>
224225
<!-- This description of the app convenience is shown on the final onboarding screen. -->
225226
<string name="onboarding_convenience_description">Déverrouillez facilement l’application avec votre empreinte digitale</string>
226227

@@ -284,13 +285,28 @@
284285
<!-- This is the title of the create new login page. -->
285286
<string name="create_title">Nouvel identifiant</string>
286287

288+
<!-- This is the hint text that is shown inline on the username field of the create new login page. -->
289+
<string name="create_username_hint_text">par exemple, mariedubois</string>
290+
287291
<!-- This is the hint text that is shown inline on the hostname field of the create new login page. -->
288292
<string name="create_hostname_hint_text">https://www.example.com</string>
289293

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

297+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
298+
<string name="hostname_invalid_host">L’adresse web doit avoir un nom d’hôte valide</string>
299+
293300
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
294301
<string name="hostname_empty_invalid_text">Le nom d’hôte ne peut pas rester vide</string>
295302

303+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
304+
<string name="successful_create_toast">Identifiant ajouté avec succès</string>
305+
306+
<!-- This is the content description for the icon that appears on the toast notification. -->
307+
<string name="toast_icon_description">L’icône qui apparaît sur une notification toast.</string>
308+
309+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
310+
<string name="entry_deleted_toast">%1$s supprimé</string>
311+
296312
</resources>

app/src/main/res/values-it/strings.xml

+15-3
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@
224224
<string name="all_set">È tutto pronto.</string>
225225
<!-- This is the button to dismiss the final onboarding screen -->
226226
<string name="finish">Fine</string>
227+
227228
<!-- This description of the app functionality is shown on the final onboarding screen -->
228229
<string name="onboarding_access_description">Accedi alle credenziali salvate in Firefox dal tuo telefono</string>
229-
<!-- This description of the app security is shown on the final onboarding screen. -->
230-
<string name="onboarding_security_description">Sincronizza in modo sicuro più dispositivi con crittografia a 256 bit</string>
231-
230+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
231+
<string name="onboarding_security_description">Sincronizza i tuoi dispositivi con una crittografia sicura a 256 bit</string>
232232
<!-- This description of the app convenience is shown on the final onboarding screen. -->
233233
<string name="onboarding_convenience_description">Sblocca comodamente l’app utilizzando la tua impronta digitale</string>
234234

@@ -301,7 +301,19 @@
301301
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
302302
<string name="hostname_invalid_text">L’indirizzo web deve contenere \“https://\“ o \“http://\“</string>
303303

304+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
305+
<string name="hostname_invalid_host">L’indirizzo web deve avere un nome host valido</string>
306+
304307
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
305308
<string name="hostname_empty_invalid_text">Il campo del nome host non può essere vuoto</string>
306309

310+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
311+
<string name="successful_create_toast">Credenziali aggiunte con successo</string>
312+
313+
<!-- This is the content description for the icon that appears on the toast notification. -->
314+
<string name="toast_icon_description">L‘icona che appare su una notifica pop-up.</string>
315+
316+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
317+
<string name="entry_deleted_toast">%1$s eliminato</string>
318+
307319
</resources>

app/src/main/res/values-ru/strings.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,11 @@
219219
<string name="all_set">Всё готово!</string>
220220
<!-- This is the button to dismiss the final onboarding screen -->
221221
<string name="finish">Завершить</string>
222+
222223
<!-- This description of the app functionality is shown on the final onboarding screen -->
223224
<string name="onboarding_access_description">Получите доступ к логинам, сохранённым в Firefox, с вашего телефона</string>
224225
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
225-
<string name="onboarding_security_description">Синхронизация между устройствами с безопасным 256-битным шифрованием</string>
226+
<string name="onboarding_security_description">Синхронизируйте свои устройства, используя безопасное 256-битное шифрование</string>
226227
<!-- This description of the app convenience is shown on the final onboarding screen. -->
227228
<string name="onboarding_convenience_description">Разблокируйте приложение с легкостью, используя отпечаток пальца</string>
228229

@@ -295,7 +296,19 @@
295296
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
296297
<string name="hostname_invalid_text">Веб-адрес должен содержать \“https://\“ или \“http://\“</string>
297298

299+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
300+
<string name="hostname_invalid_host">Веб-адрес должен содержать корректное имя узла</string>
301+
298302
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
299303
<string name="hostname_empty_invalid_text">Имя узла не может быть пустым</string>
300304

305+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
306+
<string name="successful_create_toast">Логин успешно добавлен</string>
307+
308+
<!-- This is the content description for the icon that appears on the toast notification. -->
309+
<string name="toast_icon_description">Значок, который отображается во всплывающем уведомлении.</string>
310+
311+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
312+
<string name="entry_deleted_toast">%1$s удалено</string>
313+
301314
</resources>

app/src/main/res/values-uk/strings.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
<string name="all_set">Все готово!</string>
223223
<!-- This is the button to dismiss the final onboarding screen -->
224224
<string name="finish">Завершити</string>
225+
225226
<!-- This description of the app functionality is shown on the final onboarding screen -->
226227
<string name="onboarding_access_description">Доступ до збережених у Firefox паролів з телефону</string>
227228
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
@@ -285,7 +286,7 @@
285286
<string name="username_duplicate_exists">Запис з таким іменем користувача вже існує</string>
286287

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

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

303+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
304+
<string name="hostname_invalid_host">Веб-адреса повинна мати дійсне ім’я вузла</string>
305+
302306
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
303307
<string name="hostname_empty_invalid_text">Назва вузла не може бути порожньою</string>
304308

309+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
310+
<string name="successful_create_toast">Запис успішно додано</string>
311+
312+
<!-- This is the content description for the icon that appears on the toast notification. -->
313+
<string name="toast_icon_description">Піктограма, яка з’являється у виринаючому сповіщенні.</string>
314+
315+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
316+
<string name="entry_deleted_toast">%1$s видалено</string>
317+
305318
</resources>

app/src/main/res/values-vi/strings.xml

+15-2
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,11 @@
219219
<string name="all_set">Bạn đã cài đặt tất cả!</string>
220220
<!-- This is the button to dismiss the final onboarding screen -->
221221
<string name="finish">Kết thúc</string>
222+
222223
<!-- This description of the app functionality is shown on the final onboarding screen -->
223224
<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>
224-
<!-- This description of the app security is shown on the final onboarding screen. -->
225-
<string name="onboarding_security_description">Đồng bộ hóa giữa các thiết bị với hóa 256-bit</string>
225+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
226+
<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>
226227
<!-- This description of the app convenience is shown on the final onboarding screen. -->
227228
<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>
228229

@@ -295,7 +296,19 @@
295296
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
296297
<string name="hostname_invalid_text">Địa chỉ web phải chứa \“https://\“ hoặc \“http://\“</string>
297298

299+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
300+
<string name="hostname_invalid_host">Địa chỉ web phải có tên máy chủ hợp lệ</string>
301+
298302
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
299303
<string name="hostname_empty_invalid_text">Tên máy chủ không thể để trống</string>
300304

305+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
306+
<string name="successful_create_toast">Đã thêm thông tin đăng nhập thành công</string>
307+
308+
<!-- This is the content description for the icon that appears on the toast notification. -->
309+
<string name="toast_icon_description">Biểu tượng xuất hiện trên thông báo nổi.</string>
310+
311+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
312+
<string name="entry_deleted_toast">Đã xóa %1$s</string>
313+
301314
</resources>

0 commit comments

Comments
 (0)