diff --git a/mobile/lib/l10n/intl_de.arb b/mobile/lib/l10n/intl_de.arb index dcf86148d3..b3a64b5be5 100644 --- a/mobile/lib/l10n/intl_de.arb +++ b/mobile/lib/l10n/intl_de.arb @@ -818,7 +818,7 @@ "referFriendsAnd2xYourPlan": "Begeistere Freunde für uns und verdopple deinen Speicher", "shareAlbumHint": "Öffne ein Album und tippe auf den Teilen-Button oben rechts, um zu teilen.", "itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "Elemente zeigen die Anzahl der Tage bis zum dauerhaften Löschen an", - "trashDaysLeft": "{count, plural, one {}=0 {Demnächst} =1 {1 Tag} other {{count} Tage}}", + "trashDaysLeft": "{count, plural, =0 {Demnächst} =1 {1 Tag} other {{count} Tage}}", "@trashDaysLeft": { "description": "Text to indicate number of days remaining before permanent deletion", "placeholders": { @@ -1385,7 +1385,7 @@ "enableMachineLearningBanner": "Aktiviere maschinelles Lernen für die magische Suche und Gesichtserkennung", "searchDiscoverEmptySection": "Bilder werden hier angezeigt, sobald Verarbeitung und Synchronisation abgeschlossen sind", "searchPersonsEmptySection": "Personen werden hier angezeigt, sobald Verarbeitung und Synchronisierung abgeschlossen sind", - "viewersSuccessfullyAdded": "{count, plural, one {}=0 {0 Betrachter hinzugefügt} =1 {1 Betrachter hinzugefügt} other {{count} Betrachter hinzugefügt}}", + "viewersSuccessfullyAdded": "{count, plural, =0 {0 Betrachter hinzugefügt} =1 {1 Betrachter hinzugefügt} other {{count} Betrachter hinzugefügt}}", "@viewersSuccessfullyAdded": { "placeholders": { "count": { diff --git a/mobile/lib/l10n/intl_es.arb b/mobile/lib/l10n/intl_es.arb index d3ad11b076..16c24dfa33 100644 --- a/mobile/lib/l10n/intl_es.arb +++ b/mobile/lib/l10n/intl_es.arb @@ -412,6 +412,7 @@ "description": "The text to display in the advanced settings section" }, "photoGridSize": "Tamaño de la cuadrícula de fotos", + "manageDeviceStorage": "Gestionar almacenamiento caché del dispositivo", "manageDeviceStorageDesc": "Revisar y borrar almacenamiento caché local.", "machineLearning": "Aprendizaje automático", "mlConsent": "Habilitar aprendizaje automático", @@ -688,6 +689,8 @@ "noPhotosAreBeingBackedUpRightNow": "No se están realizando copias de seguridad de ninguna foto en este momento", "preserveMore": "Preservar más", "grantFullAccessPrompt": "Por favor, permite el acceso a todas las fotos en Ajustes", + "allowPermTitle": "Permitir el acceso a las fotos", + "allowPermBody": "Por favor, permite el acceso a tus fotos desde Ajustes para que Ente pueda mostrar y hacer una copia de seguridad de tu biblioteca.", "openSettings": "Abrir Ajustes", "selectMorePhotos": "Seleccionar más fotos", "existingUser": "Usuario existente", @@ -1334,7 +1337,7 @@ "hideContent": "Ocultar contenido", "hideContentDescriptionAndroid": "Oculta el contenido de la aplicación en el selector de aplicaciones y desactivar capturas de pantalla", "hideContentDescriptionIos": "Ocultar el contenido de la aplicación en el selector de aplicaciones", - "passwordStrengthInfo": "La intensidad de la contraseña se calcula teniendo en cuenta la longitud de la contraseña, los caracteres utilizados, y si la contraseña aparece o no en el top 10,000 de contraseñas más usadas", + "passwordStrengthInfo": "La fortaleza de la contraseña se calcula teniendo en cuenta la longitud de la contraseña, los caracteres utilizados, y si la contraseña aparece o no en el top 10.000 de contraseñas más usadas", "noQuickLinksSelected": "No se han seleccionado enlaces rápidos", "pleaseSelectQuickLinksToRemove": "Por favor, selecciona enlaces rápidos para eliminar", "removePublicLinks": "Eliminar enlaces públicos", @@ -1381,6 +1384,8 @@ "onlyThem": "Solo ellos", "checkingModels": "Comprobando modelos...", "enableMachineLearningBanner": "Activar aprendizaje automático para búsqueda mágica y reconocimiento facial", + "searchDiscoverEmptySection": "Las imágenes se mostrarán aquí cuando se complete el procesado y la sincronización", + "searchPersonsEmptySection": "Las personas se mostrarán aquí cuando se complete el procesado y la sincronización", "viewersSuccessfullyAdded": "{count, plural, =0 {0 espectadores añadidos} =1 {1 espectador añadido} other {{count} espectadores añadidos}}", "@viewersSuccessfullyAdded": { "placeholders": { @@ -1476,6 +1481,20 @@ } }, "file": "Archivo", + "searchSectionsLengthMismatch": "La longitud de las secciones no coincide: {snapshotLength} != {searchLength}", + "@searchSectionsLengthMismatch": { + "description": "Appears in search tab page", + "placeholders": { + "snapshotLength": { + "type": "int", + "example": "1" + }, + "searchLength": { + "type": "int", + "example": "2" + } + } + }, "selectMailApp": "Seleccionar app de correo", "selectAllShort": "Todas", "@selectAllShort": { diff --git a/mobile/lib/l10n/intl_fr.arb b/mobile/lib/l10n/intl_fr.arb index 7eaf8b9f46..97bb1f5e24 100644 --- a/mobile/lib/l10n/intl_fr.arb +++ b/mobile/lib/l10n/intl_fr.arb @@ -412,6 +412,7 @@ "description": "The text to display in the advanced settings section" }, "photoGridSize": "Taille de la grille photo", + "manageDeviceStorage": "Gérer le cache de l'appareil", "manageDeviceStorageDesc": "Examiner et vider le cache.", "machineLearning": "Apprentissage automatique", "mlConsent": "Activer l'apprentissage automatique", @@ -1480,6 +1481,20 @@ } }, "file": "Fichier", + "searchSectionsLengthMismatch": "Incompatibilité de longueur des sections : {snapshotLength} != {searchLength}", + "@searchSectionsLengthMismatch": { + "description": "Appears in search tab page", + "placeholders": { + "snapshotLength": { + "type": "int", + "example": "1" + }, + "searchLength": { + "type": "int", + "example": "2" + } + } + }, "selectMailApp": "Sélectionnez l'application mail", "selectAllShort": "Tout", "@selectAllShort": { diff --git a/mobile/lib/l10n/intl_lt.arb b/mobile/lib/l10n/intl_lt.arb index cf8f9de9c9..c614bc8d59 100644 --- a/mobile/lib/l10n/intl_lt.arb +++ b/mobile/lib/l10n/intl_lt.arb @@ -216,7 +216,7 @@ "after1Month": "Po 1 mėnesio", "after1Year": "Po 1 metų", "manageParticipants": "Tvarkyti", - "albumParticipantsCount": "{count, plural, one {{count} dalyvis} few {{count} dalyviai} many {{count} dalyvio}=0 {0 dalyvių} =1 {1 dalyvis} other {{count} dalyvių}}", + "albumParticipantsCount": "{count, plural, =0 {Nėra dalyvių} =1 {1 dalyvis} other {{count} dalyviai}}", "@albumParticipantsCount": { "placeholders": { "count": { @@ -237,7 +237,7 @@ "publicLinkEnabled": "Įjungta viešoji nuoroda", "shareALink": "Bendrinkite nuorodą", "sharedAlbumSectionDescription": "Sukurkite bendrinamus ir bendradarbiaujamus albumus su kitais „Ente“ naudotojais, įskaitant naudotojus nemokamuose planuose.", - "shareWithPeopleSectionTitle": "{numberOfPeople, plural, one {Bendrinima su {numberOfPeople} asmeniu} few {Bendrinima su {numberOfPeople} asmenims} many {Bendrinima su {numberOfPeople} asmens}=0 {Bendrinti su konkrečiais asmenimis} =1 {Bendrinima su 1 asmeniu} other {Bendrinima su {numberOfPeople} asmenų}}", + "shareWithPeopleSectionTitle": "{numberOfPeople, plural, =0 {Bendrinti su konkrečiais asmenimis} =1 {Bendrinta su 1 asmeniu} other {Bendrinta su {numberOfPeople} asmenimis}}", "@shareWithPeopleSectionTitle": { "placeholders": { "numberOfPeople": { @@ -377,6 +377,7 @@ "@advancedSettings": { "description": "The text to display in the advanced settings section" }, + "manageDeviceStorage": "Tvarkyti įrenginio podėlį", "manageDeviceStorageDesc": "Peržiūrėkite ir išvalykite vietinę podėlį.", "machineLearning": "Mašininis mokymasis", "mlConsent": "Įjungti mašininį mokymąsi", @@ -664,7 +665,7 @@ "referFriendsAnd2xYourPlan": "Rekomenduokite draugams ir 2 kartus padidinkite savo planą", "shareAlbumHint": "Atidarykite albumą ir palieskite bendrinimo mygtuką viršuje dešinėje, kad bendrintumėte.", "itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "Elementai rodo likusių dienų skaičių iki visiško ištrynimo.", - "trashDaysLeft": "{count, plural, one {{count} diena} few {{count} dienos} many {{count} dienos}=0 {Netrukus} =1 {1 diena} other {{count} dienų}}", + "trashDaysLeft": "{count, plural, =0 {Netrukus} =1 {1 diena} other {{count} dienų}}", "@trashDaysLeft": { "description": "Text to indicate number of days remaining before permanent deletion", "placeholders": { @@ -1067,7 +1068,7 @@ "enableMachineLearningBanner": "Įjunkite mašininį mokymąsi magiškai paieškai ir veidų atpažinimui", "searchDiscoverEmptySection": "Vaizdai bus rodomi čia, kai bus užbaigtas apdorojimas ir sinchronizavimas.", "searchPersonsEmptySection": "Asmenys bus rodomi čia, kai bus užbaigtas apdorojimas ir sinchronizavimas.", - "viewersSuccessfullyAdded": "{count, plural, one {Pridėtas {count} žiūrėtojas} few {Pridėti {count} žiūrėtojai} many {Pridėta {count} žiūrėtojo}=0 {Pridėta 0 žiūrėtojų} =1 {Pridėtas 1 žiūrėtojas} other {Pridėta {count} žiūrėtojų}}", + "viewersSuccessfullyAdded": "{count, plural, =0 {Pridėta 0 žiūrėtojų} =1 {Pridėtas 1 žiūrėtojas} other {Pridėta {count} žiūrėtojų}}", "@viewersSuccessfullyAdded": { "placeholders": { "count": { @@ -1077,7 +1078,7 @@ }, "description": "Number of viewers that were successfully added to an album." }, - "collaboratorsSuccessfullyAdded": "{count, plural, one {Pridėtas {count} bendradarbis} few {Pridėti {count} bendradarbiai} many {Pridėta {count} bendradarbio}=0 {Pridėta 0 bendradarbių} =1 {Pridėtas 1 bendradarbis} other {Pridėta {count} bendradarbių}}", + "collaboratorsSuccessfullyAdded": "{count, plural, =0 {Pridėta 0 bendradarbių} =1 {Pridėtas 1 bendradarbis} other {Pridėta {count} bendradarbių}}", "@collaboratorsSuccessfullyAdded": { "placeholders": { "count": { @@ -1152,16 +1153,21 @@ }, "currentlyRunning": "šiuo metu vykdoma", "ignored": "ignoruota", - "photosCount": "{count, plural, one {{count} nuotrauka} few {{count} nuotraukos} many {{count} nuotraukos}=0 {0 nuotraukų} =1 {1 nuotrauka} other {{count} nuotraukų}}", - "@photosCount": { + "file": "Failas", + "searchSectionsLengthMismatch": "Sekcijų ilgio neatitikimas: {snapshotLength} != {searchLength}", + "@searchSectionsLengthMismatch": { + "description": "Appears in search tab page", "placeholders": { - "count": { + "snapshotLength": { + "type": "int", + "example": "1" + }, + "searchLength": { "type": "int", "example": "2" } } }, - "file": "Failas", "selectMailApp": "Pasirinkti pašto programą", "selectAllShort": "Viskas", "@selectAllShort": { diff --git a/mobile/lib/l10n/intl_ro.arb b/mobile/lib/l10n/intl_ro.arb index 743ef00ae5..edca5b42e5 100644 --- a/mobile/lib/l10n/intl_ro.arb +++ b/mobile/lib/l10n/intl_ro.arb @@ -816,7 +816,7 @@ "referFriendsAnd2xYourPlan": "Recomandați un prieten și dublați-vă planul", "shareAlbumHint": "Deschideți un album și atingeți butonul de distribuire din dreapta sus pentru a distribui.", "itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "Articolele afișează numărul de zile rămase până la ștergerea definitivă", - "trashDaysLeft": "{count, plural, one {} few {{count} zile}=0 {Curând} =1 {O zi} other {{count} de zile}}", + "trashDaysLeft": "{count, plural, =0 {Curând} =1 {O zi} other {{count} de zile}}", "@trashDaysLeft": { "description": "Text to indicate number of days remaining before permanent deletion", "placeholders": { diff --git a/mobile/lib/l10n/intl_uk.arb b/mobile/lib/l10n/intl_uk.arb index d97abddf42..1217e8e60d 100644 --- a/mobile/lib/l10n/intl_uk.arb +++ b/mobile/lib/l10n/intl_uk.arb @@ -818,7 +818,7 @@ "referFriendsAnd2xYourPlan": "Запросіть друзів та подвойте свій план", "shareAlbumHint": "Відкрийте альбом та натисніть кнопку «Поділитися» у верхньому правому куті.", "itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "Елементи показують кількість днів, що залишилися до остаточного видалення", - "trashDaysLeft": "{count, plural, one {{count} день} few {{count} дні} many {{count} днів}=0 {Незабаром} =1 {1 день} other {{count} днів}}", + "trashDaysLeft": "{count, plural, =0 {Незабаром} =1 {1 день} other {{count} днів}}", "@trashDaysLeft": { "description": "Text to indicate number of days remaining before permanent deletion", "placeholders": { @@ -1385,26 +1385,6 @@ "enableMachineLearningBanner": "Увімкніть машинне навчання для магічного пошуку та розпізнавання облич", "searchDiscoverEmptySection": "Зображення будуть показані тут після завершення оброблення та синхронізації", "searchPersonsEmptySection": "Люди будуть показані тут після завершення оброблення та синхронізації", - "viewersSuccessfullyAdded": "{count, plural, one {} few {Додано {count} глядачі} many {Додано {count} глядачів}=0 {Додано 0 глядачів} =1 {Додано 1 глядач} other {Додано {count} глядачів}}", - "@viewersSuccessfullyAdded": { - "placeholders": { - "count": { - "type": "int", - "example": "2" - } - }, - "description": "Number of viewers that were successfully added to an album." - }, - "collaboratorsSuccessfullyAdded": "{count, plural, one {} few {Додано {count} співавтора} many {Додано {count} співавторів}=0 {Додано 0 співавторів} =1 {Додано 1 співавтор} other {Додано {count} співавторів}}", - "@collaboratorsSuccessfullyAdded": { - "placeholders": { - "count": { - "type": "int", - "example": "2" - } - }, - "description": "Number of collaborators that were successfully added to an album." - }, "accountIsAlreadyConfigured": "Обліковий запис уже налаштовано.", "sessionIdMismatch": "Невідповідність ідентифікатора сеансу", "@sessionIdMismatch": { @@ -1470,15 +1450,6 @@ }, "currentlyRunning": "зараз працює", "ignored": "ігнорується", - "photosCount": "{count, plural, one {{count} фото} few {{count} фото} many {{count} фото}=0 {0 фото} =1 {1 фото} other {{count} фото}}", - "@photosCount": { - "placeholders": { - "count": { - "type": "int", - "example": "2" - } - } - }, "file": "Файл", "selectMailApp": "Вибрати застосунок пошти", "selectAllShort": "Усі",