update strings
This commit is contained in:
parent
9a538845a3
commit
1da4b1c1bf
2 changed files with 120 additions and 2 deletions
61
de.arb
61
de.arb
|
|
@ -230,6 +230,7 @@
|
||||||
"galleryUnfavorite": "Favorit entfernen",
|
"galleryUnfavorite": "Favorit entfernen",
|
||||||
"galleryCancel": "Abbrechen",
|
"galleryCancel": "Abbrechen",
|
||||||
"memoriesEmpty": "Sobald du Bilder oder Videos speicherst, landen sie hier in deinen Erinnerungen.",
|
"memoriesEmpty": "Sobald du Bilder oder Videos speicherst, landen sie hier in deinen Erinnerungen.",
|
||||||
|
"memoriesDeleteSnackbarSuccess": "{count, plural, =1 {1 Element erfolgreich gelöscht} other {{count} Elemente erfolgreich gelöscht}}",
|
||||||
"deleteTitle": "Bist du dir sicher?",
|
"deleteTitle": "Bist du dir sicher?",
|
||||||
"deleteOkBtnForAll": "Für alle löschen",
|
"deleteOkBtnForAll": "Für alle löschen",
|
||||||
"deleteOkBtnForMe": "Für mich löschen",
|
"deleteOkBtnForMe": "Für mich löschen",
|
||||||
|
|
@ -656,5 +657,63 @@
|
||||||
"unverifiedWarningBody": "*Teile keine geheimen Daten*. Jemand könnte sich *als dein Freund ausgeben*.",
|
"unverifiedWarningBody": "*Teile keine geheimen Daten*. Jemand könnte sich *als dein Freund ausgeben*.",
|
||||||
"unverifiedWarningButton": "Jetzt verifizieren",
|
"unverifiedWarningButton": "Jetzt verifizieren",
|
||||||
"today": "Heute",
|
"today": "Heute",
|
||||||
"yesterday": "Gestern"
|
"yesterday": "Gestern",
|
||||||
|
"galleryDisableWarningTitle": "Galeriespeicherung deaktivieren?",
|
||||||
|
"galleryDisableWarningBody": "Wenn du dies deaktivierst, werden deine Mediendateien nicht in deiner Galerie gespeichert und könnten dauerhaft verloren gehen, wenn twonly deinstalliert wird oder ein Problem auftritt, da Mediendateien noch nicht in Backups enthalten sind.",
|
||||||
|
"galleryDisableWarningConfirm": "Deaktivieren",
|
||||||
|
"settingsStorageScanGalleryTitle": "Aus Galerie importieren",
|
||||||
|
"importGalleryDeselectAll": "Alle abwählen",
|
||||||
|
"importGallerySelectAll": "Alle auswählen",
|
||||||
|
"importGalleryPermissionRequired": "Zugriff auf deine Galerie ist erforderlich, um frühere twonly-Mediendateien zu importieren.",
|
||||||
|
"importGalleryPermissionError": "Beim Anfordern der Berechtigung ist ein Fehler aufgetreten: {error}",
|
||||||
|
"@importGalleryPermissionError": {
|
||||||
|
"placeholders": {
|
||||||
|
"error": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryLoadError": "Laden der Medien fehlgeschlagen: {error}",
|
||||||
|
"@importGalleryLoadError": {
|
||||||
|
"placeholders": {
|
||||||
|
"error": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryImportingOf": "{current} von {total} wird importiert...",
|
||||||
|
"@importGalleryImportingOf": {
|
||||||
|
"placeholders": {
|
||||||
|
"current": {},
|
||||||
|
"total": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryStarting": "Import wird gestartet...",
|
||||||
|
"importGalleryComplete": "Import abgeschlossen: {imported} erfolgreich importiert, {duplicated} Duplikate und {failed} fehlgeschlagen.",
|
||||||
|
"@importGalleryComplete": {
|
||||||
|
"placeholders": {
|
||||||
|
"imported": {},
|
||||||
|
"duplicated": {},
|
||||||
|
"failed": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryGrantAccess": "Zugriff erlauben",
|
||||||
|
"importGalleryOpenSettings": "Einstellungen öffnen",
|
||||||
|
"importGalleryPermissionDenied": "Zugriff auf Galerie verweigert.",
|
||||||
|
"importGalleryTryAgain": "Erneut versuchen",
|
||||||
|
"importGalleryAlbumNotFound": "\"twonly\"-Album nicht gefunden",
|
||||||
|
"importGalleryAlbumNotFoundDesc": "Falls du dieses Album noch nicht hast, kannst du es auch erstellen, um Fotos in twonly zu importieren.",
|
||||||
|
"importGalleryNoImagesFound": "Keine Bilder gefunden",
|
||||||
|
"importGalleryNoImagesFoundDesc": "Es befinden sich keine Bilder auf deinem Gerät.",
|
||||||
|
"importGalleryShowAllImages": "Alle Bilder anzeigen",
|
||||||
|
"importGalleryShowTwonlyAlbum": "twonly-Album anzeigen",
|
||||||
|
"importGalleryToggleDescAll": "Es werden alle Bilder auf deinem Gerät angezeigt.",
|
||||||
|
"importGalleryToggleDescTwonly": "Es wird das \"twonly\"-Album angezeigt.",
|
||||||
|
"importGalleryFilterTwonly": "Nur das twonly-Album anzeigen",
|
||||||
|
"importGalleryRefresh": "Aktualisieren",
|
||||||
|
"importGallerySelectToImport": "Elemente zum Importieren auswählen",
|
||||||
|
"importGalleryImportCount": "{count, plural, =1{1 Element importieren} other{{count} Elemente importieren}}",
|
||||||
|
"@importGalleryImportCount": {
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "num"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
61
en.arb
61
en.arb
|
|
@ -247,6 +247,7 @@
|
||||||
"memoriesEmpty": "As soon as you save pictures or videos, they end up here in your memories.",
|
"memoriesEmpty": "As soon as you save pictures or videos, they end up here in your memories.",
|
||||||
"deleteTitle": "Are you sure?",
|
"deleteTitle": "Are you sure?",
|
||||||
"deleteOkBtnForAll": "Delete for all",
|
"deleteOkBtnForAll": "Delete for all",
|
||||||
|
"memoriesDeleteSnackbarSuccess": "{count, plural, =1 {Deleted 1 item successfully} other {Deleted {count} items successfully}}",
|
||||||
"deleteOkBtnForMe": "Delete for me",
|
"deleteOkBtnForMe": "Delete for me",
|
||||||
"deleteImageTitle": "Are you sure?",
|
"deleteImageTitle": "Are you sure?",
|
||||||
"deleteImageBody": "The image will be irrevocably deleted.",
|
"deleteImageBody": "The image will be irrevocably deleted.",
|
||||||
|
|
@ -671,5 +672,63 @@
|
||||||
"unverifiedWarningBody": "*Avoid sharing sensitive data*. Risk of *impersonation* without manual verification.",
|
"unverifiedWarningBody": "*Avoid sharing sensitive data*. Risk of *impersonation* without manual verification.",
|
||||||
"unverifiedWarningButton": "Verify now",
|
"unverifiedWarningButton": "Verify now",
|
||||||
"today": "Today",
|
"today": "Today",
|
||||||
"yesterday": "Yesterday"
|
"yesterday": "Yesterday",
|
||||||
|
"galleryDisableWarningTitle": "Disable gallery saving?",
|
||||||
|
"galleryDisableWarningBody": "If you disable this, your media files will not be saved to your gallery and could be permanently lost if twonly is removed or has an issue, as media files are not yet backed up.",
|
||||||
|
"galleryDisableWarningConfirm": "Disable",
|
||||||
|
"settingsStorageScanGalleryTitle": "Import from Gallery",
|
||||||
|
"importGalleryDeselectAll": "Deselect all",
|
||||||
|
"importGallerySelectAll": "Select all",
|
||||||
|
"importGalleryPermissionRequired": "Permission to access your gallery is required to import previous twonly media files.",
|
||||||
|
"importGalleryPermissionError": "An error occurred while requesting permission: {error}",
|
||||||
|
"@importGalleryPermissionError": {
|
||||||
|
"placeholders": {
|
||||||
|
"error": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryLoadError": "Failed to load assets: {error}",
|
||||||
|
"@importGalleryLoadError": {
|
||||||
|
"placeholders": {
|
||||||
|
"error": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryImportingOf": "Importing {current} of {total}...",
|
||||||
|
"@importGalleryImportingOf": {
|
||||||
|
"placeholders": {
|
||||||
|
"current": {},
|
||||||
|
"total": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryStarting": "Starting import...",
|
||||||
|
"importGalleryComplete": "Import complete: {imported} successfully imported, {duplicated} duplicated and {failed} failed.",
|
||||||
|
"@importGalleryComplete": {
|
||||||
|
"placeholders": {
|
||||||
|
"imported": {},
|
||||||
|
"duplicated": {},
|
||||||
|
"failed": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importGalleryGrantAccess": "Grant Access",
|
||||||
|
"importGalleryOpenSettings": "Open Settings",
|
||||||
|
"importGalleryPermissionDenied": "Permission to access gallery denied.",
|
||||||
|
"importGalleryTryAgain": "Try Again",
|
||||||
|
"importGalleryAlbumNotFound": "\"twonly\" album not found",
|
||||||
|
"importGalleryAlbumNotFoundDesc": "If you don't have this album yet, you can also create it to import photos into twonly.",
|
||||||
|
"importGalleryNoImagesFound": "No images found",
|
||||||
|
"importGalleryNoImagesFoundDesc": "There are no images on your device.",
|
||||||
|
"importGalleryShowAllImages": "Show all images",
|
||||||
|
"importGalleryShowTwonlyAlbum": "Show twonly album",
|
||||||
|
"importGalleryToggleDescAll": "Viewing all images on your device.",
|
||||||
|
"importGalleryToggleDescTwonly": "Viewing the \"twonly\" album.",
|
||||||
|
"importGalleryFilterTwonly": "Only show the twonly-Album",
|
||||||
|
"importGalleryRefresh": "Refresh",
|
||||||
|
"importGallerySelectToImport": "Select items to import",
|
||||||
|
"importGalleryImportCount": "{count, plural, =1{Import 1 item} other{Import {count} items}}",
|
||||||
|
"@importGalleryImportCount": {
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "num"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue