add strings
This commit is contained in:
parent
499ad4a7b7
commit
9d05713a1f
2 changed files with 55 additions and 3 deletions
30
de.arb
30
de.arb
|
|
@ -225,7 +225,7 @@
|
|||
"monthly": "Monatlich",
|
||||
"familyFeature1": "✓ Unbegrenzte Medien-Datei-Uploads",
|
||||
"familyFeature2": "✓ 4 zusätzliche Plus Benutzer",
|
||||
"familyFeature3": "50GB Memories Speicher",
|
||||
"familyFeature3": "✓ 50GB Memories Speicher",
|
||||
"familyFeature4": "✓ Flammen wiederherstellen",
|
||||
"freeFeature1": "✓ 10 Medien-Datei-Uploads pro Tag",
|
||||
"plusFeature1": "✓ Unbegrenzte Medien-Datei-Uploads",
|
||||
|
|
@ -258,6 +258,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"deleteMemoriesLocalOnly": "Nur lokal",
|
||||
"deleteMemoriesCompletely": "Komplett",
|
||||
"memoriesSelectedCount": "{count, plural, =1 {1 Element} other {{count} Elemente}}",
|
||||
"@memoriesSelectedCount": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "num"
|
||||
}
|
||||
}
|
||||
},
|
||||
"memoriesMenuSelectAll": "Alles auswählen",
|
||||
"memoriesMenuDeselectAll": "Alle abwählen",
|
||||
"memoriesMenuExport": "In Gallery exportieren",
|
||||
"memoriesMenuFavorite": "Favorisieren",
|
||||
"memoriesMenuDelete": "Löschen",
|
||||
"memoriesMenuDeleteLocal": "Lokal löschen",
|
||||
"backupPending": "Ausstehend",
|
||||
"backupFailed": "Fehlgeschlagen",
|
||||
"backupSuccess": "Erfolgreich",
|
||||
|
|
@ -863,5 +879,15 @@
|
|||
"recoverPasswordlessRecoverNowBtn": "Jetzt wiederherstellen",
|
||||
"missingRecoveryContactsCardTitle": "Vertrauenswürdige Kontakte",
|
||||
"missingRecoveryContactsCardDesc": "Wähle Kontakte für die Kontowiederherstellung aus, die dir helfen, dein Konto ohne Passwort wiederherzustellen.",
|
||||
"missingRecoveryContactsCardAction": "Kontakte auswählen"
|
||||
"missingRecoveryContactsCardAction": "Kontakte auswählen",
|
||||
"memoriesBackupLimitReached": "Cloud-Backup-Limit erreicht! Bitte aktualisiere dein Abonnement oder gib Speicherplatz frei.",
|
||||
"settingsStorageLocal": "Lokaler Speicherplatz",
|
||||
"settingsStorageNoCloudBackupTitle": "Kein Cloud-Backup",
|
||||
"settingsStorageNoCloudBackupCard": "Sichere deine Erinnerungen in der Cloud, um lokalen Speicherplatz freizugeben und deine Bilder nicht zu verlieren. Alles Ende-zu-Ende verschlüsselt.",
|
||||
"galleryActionSave": "Sichern",
|
||||
"galleryActionExport": "Exportieren",
|
||||
"galleryActionFavorite": "Favorit",
|
||||
"galleryActionUnfavorite": "Favorit",
|
||||
"galleryActionDelete": "Löschen",
|
||||
"galleryActionShare": "Teilen"
|
||||
}
|
||||
|
|
|
|||
28
en.arb
28
en.arb
|
|
@ -269,6 +269,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"deleteMemoriesLocalOnly": "Local Only",
|
||||
"deleteMemoriesCompletely": "Completely",
|
||||
"memoriesSelectedCount": "{count, plural, =1 {1 Element} other {{count} Elements}}",
|
||||
"@memoriesSelectedCount": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "num"
|
||||
}
|
||||
}
|
||||
},
|
||||
"memoriesMenuSelectAll": "Select all",
|
||||
"memoriesMenuDeselectAll": "Deselect all",
|
||||
"memoriesMenuExport": "Export to gallery",
|
||||
"memoriesMenuFavorite": "Favorite",
|
||||
"memoriesMenuDelete": "Delete completely",
|
||||
"memoriesMenuDeleteLocal": "Delete locally",
|
||||
"settingsBackup": "Backup",
|
||||
"backupPending": "Pending",
|
||||
"backupFailed": "Failed",
|
||||
|
|
@ -874,5 +890,15 @@
|
|||
"recoverPasswordlessRecoverNowBtn": "Recover now",
|
||||
"missingRecoveryContactsCardTitle": "Recovery Contacts",
|
||||
"missingRecoveryContactsCardDesc": "Select Recovery Contacts to help you recover your account without requiring a password.",
|
||||
"missingRecoveryContactsCardAction": "Select Contacts"
|
||||
"missingRecoveryContactsCardAction": "Select Contacts",
|
||||
"memoriesBackupLimitReached": "Cloud backup limit reached! Please upgrade your plan or free up space.",
|
||||
"settingsStorageLocal": "Local storage",
|
||||
"settingsStorageNoCloudBackupTitle": "No Cloud Backup",
|
||||
"settingsStorageNoCloudBackupCard": "Back up your memories to the cloud to free up local space and ensure you never lose your pictures. All end-to-end encrypted.",
|
||||
"galleryActionSave": "Save",
|
||||
"galleryActionExport": "Export",
|
||||
"galleryActionFavorite": "Favorite",
|
||||
"galleryActionUnfavorite": "Unfavorite",
|
||||
"galleryActionDelete": "Delete",
|
||||
"galleryActionShare": "Share"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue