|
@@ -103,109 +103,112 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m27(count, formattedSize) =>
|
|
|
"${Intl.plural(count, one: 'Es kann vom Gerät gelöscht werden, um ${formattedSize} freizugeben', other: 'Sie können vom Gerät gelöscht werden, um ${formattedSize} freizugeben')}";
|
|
|
|
|
|
- static String m28(count) =>
|
|
|
+ static String m28(currentlyProcessing, totalCount) =>
|
|
|
+ "Verarbeite ${currentlyProcessing} / ${totalCount}";
|
|
|
+
|
|
|
+ static String m29(count) =>
|
|
|
"${Intl.plural(count, one: '${count} Objekt', other: '${count} Objekte')}";
|
|
|
|
|
|
- static String m29(expiryTime) => "Link läuft am ${expiryTime} ab";
|
|
|
+ static String m30(expiryTime) => "Link läuft am ${expiryTime} ab";
|
|
|
|
|
|
- static String m30(count, formattedCount) =>
|
|
|
+ static String m31(count, formattedCount) =>
|
|
|
"${Intl.plural(count, zero: 'keine Erinnerungsstücke', one: '${formattedCount} Erinnerung', other: '${formattedCount} Erinnerungsstücke')}";
|
|
|
|
|
|
- static String m31(count) =>
|
|
|
+ static String m32(count) =>
|
|
|
"${Intl.plural(count, one: 'Element verschieben', other: 'Elemente verschieben')}";
|
|
|
|
|
|
- static String m32(albumName) => "Erfolgreich zu ${albumName} hinzugefügt";
|
|
|
+ static String m33(albumName) => "Erfolgreich zu ${albumName} hinzugefügt";
|
|
|
|
|
|
- static String m33(passwordStrengthValue) =>
|
|
|
+ static String m34(passwordStrengthValue) =>
|
|
|
"Passwortstärke: ${passwordStrengthValue}";
|
|
|
|
|
|
- static String m34(providerName) =>
|
|
|
+ static String m35(providerName) =>
|
|
|
"Bitte kontaktiere den Support von ${providerName}, falls etwas abgebucht wurde";
|
|
|
|
|
|
- static String m35(reason) =>
|
|
|
+ static String m36(reason) =>
|
|
|
"Leider ist deine Zahlung aus folgendem Grund fehlgeschlagen: ${reason}";
|
|
|
|
|
|
- static String m36(endDate) =>
|
|
|
+ static String m37(endDate) =>
|
|
|
"Kostenlose Testversion gültig bis ${endDate}.\nSie können anschließend ein bezahltes Paket auswählen.";
|
|
|
|
|
|
- static String m37(toEmail) => "Bitte sende uns eine E-Mail an ${toEmail}";
|
|
|
+ static String m38(toEmail) => "Bitte sende uns eine E-Mail an ${toEmail}";
|
|
|
|
|
|
- static String m38(toEmail) => "Bitte sende die Protokolle an ${toEmail}";
|
|
|
+ static String m39(toEmail) => "Bitte sende die Protokolle an ${toEmail}";
|
|
|
|
|
|
- static String m39(storeName) => "Bewerte uns auf ${storeName}";
|
|
|
+ static String m40(storeName) => "Bewerte uns auf ${storeName}";
|
|
|
|
|
|
- static String m40(storageInGB) =>
|
|
|
+ static String m41(storageInGB) =>
|
|
|
"3. Ihr beide erhaltet ${storageInGB} GB* kostenlos";
|
|
|
|
|
|
- static String m41(userEmail) =>
|
|
|
+ static String m42(userEmail) =>
|
|
|
"${userEmail} wird aus diesem geteilten Album entfernt\n\nAlle von ihnen hinzugefügte Fotos werden ebenfalls aus dem Album entfernt";
|
|
|
|
|
|
- static String m42(endDate) => "Erneuert am ${endDate}";
|
|
|
+ static String m43(endDate) => "Erneuert am ${endDate}";
|
|
|
|
|
|
- static String m43(count) =>
|
|
|
+ static String m44(count) =>
|
|
|
"${Intl.plural(count, one: '${count} Ergebnis gefunden', other: '${count} Ergebnisse gefunden')}";
|
|
|
|
|
|
- static String m44(count) => "${count} ausgewählt";
|
|
|
+ static String m45(count) => "${count} ausgewählt";
|
|
|
|
|
|
- static String m45(count, yourCount) =>
|
|
|
+ static String m46(count, yourCount) =>
|
|
|
"${count} ausgewählt (${yourCount} von Ihnen)";
|
|
|
|
|
|
- static String m46(verificationID) =>
|
|
|
+ static String m47(verificationID) =>
|
|
|
"Hier ist meine Verifizierungs-ID: ${verificationID} für ente.io.";
|
|
|
|
|
|
- static String m47(verificationID) =>
|
|
|
+ static String m48(verificationID) =>
|
|
|
"Hey, kannst du bestätigen, dass dies deine ente.io Verifizierungs-ID ist: ${verificationID}";
|
|
|
|
|
|
- static String m48(referralCode, referralStorageInGB) =>
|
|
|
+ static String m49(referralCode, referralStorageInGB) =>
|
|
|
"ente Weiterempfehlungs-Code: ${referralCode} \n\nEinlösen unter Einstellungen → Allgemein → Weiterempfehlungen, um ${referralStorageInGB} GB kostenlos zu erhalten, sobald Sie einen kostenpflichtigen Tarif abgeschlossen haben\n\nhttps://ente.io";
|
|
|
|
|
|
- static String m49(numberOfPeople) =>
|
|
|
+ static String m50(numberOfPeople) =>
|
|
|
"${Intl.plural(numberOfPeople, zero: 'Teile mit bestimmten Personen', one: 'Teilen mit 1 Person', other: 'Teilen mit ${numberOfPeople} Personen')}";
|
|
|
|
|
|
- static String m50(emailIDs) => "Geteilt mit ${emailIDs}";
|
|
|
+ static String m51(emailIDs) => "Geteilt mit ${emailIDs}";
|
|
|
|
|
|
- static String m51(fileType) =>
|
|
|
+ static String m52(fileType) =>
|
|
|
"Dieses ${fileType} wird von deinem Gerät gelöscht.";
|
|
|
|
|
|
- static String m52(fileType) =>
|
|
|
+ static String m53(fileType) =>
|
|
|
"Dieses ${fileType} existiert auf ente.io und deinem Gerät.";
|
|
|
|
|
|
- static String m53(fileType) =>
|
|
|
+ static String m54(fileType) =>
|
|
|
"Dieses ${fileType} wird auf ente.io gelöscht.";
|
|
|
|
|
|
- static String m54(storageAmountInGB) => "${storageAmountInGB} GB";
|
|
|
+ static String m55(storageAmountInGB) => "${storageAmountInGB} GB";
|
|
|
|
|
|
- static String m55(
|
|
|
+ static String m56(
|
|
|
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
|
|
"${usedAmount} ${usedStorageUnit} von ${totalAmount} ${totalStorageUnit} verwendet";
|
|
|
|
|
|
- static String m56(id) =>
|
|
|
+ static String m57(id) =>
|
|
|
"Ihr ${id} ist bereits mit einem anderen \'ente\'-Konto verknüpft.\nWenn Sie Ihre ${id} mit diesem Konto verwenden möchten, kontaktieren Sie bitte unseren Support\'";
|
|
|
|
|
|
- static String m57(endDate) => "Ihr Abo endet am ${endDate}";
|
|
|
+ static String m58(endDate) => "Ihr Abo endet am ${endDate}";
|
|
|
|
|
|
- static String m58(completed, total) =>
|
|
|
+ static String m59(completed, total) =>
|
|
|
"${completed}/${total} Erinnerungsstücke gesichert";
|
|
|
|
|
|
- static String m59(storageAmountInGB) =>
|
|
|
+ static String m60(storageAmountInGB) =>
|
|
|
"Diese erhalten auch ${storageAmountInGB} GB";
|
|
|
|
|
|
- static String m60(email) => "Dies ist ${email}s Verifizierungs-ID";
|
|
|
+ static String m61(email) => "Dies ist ${email}s Verifizierungs-ID";
|
|
|
|
|
|
- static String m61(count) =>
|
|
|
+ static String m62(count) =>
|
|
|
"${Intl.plural(count, zero: '', one: '1 Tag', other: '${count} Tage')}";
|
|
|
|
|
|
- static String m62(endDate) => "Gültig bis ${endDate}";
|
|
|
+ static String m63(endDate) => "Gültig bis ${endDate}";
|
|
|
|
|
|
- static String m63(email) => "Verifiziere ${email}";
|
|
|
+ static String m64(email) => "Verifiziere ${email}";
|
|
|
|
|
|
- static String m64(email) =>
|
|
|
+ static String m65(email) =>
|
|
|
"Wir haben eine E-Mail an <green>${email}</green> gesendet";
|
|
|
|
|
|
- static String m65(count) =>
|
|
|
+ static String m66(count) =>
|
|
|
"${Intl.plural(count, one: 'vor einem Jahr', other: 'vor ${count} Jahren')}";
|
|
|
|
|
|
- static String m66(storageSaved) =>
|
|
|
+ static String m67(storageSaved) =>
|
|
|
"Du hast ${storageSaved} erfolgreich freigegeben!";
|
|
|
|
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
@@ -394,7 +397,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"changeEmail":
|
|
|
MessageLookupByLibrary.simpleMessage("E-Mail-Adresse ändern"),
|
|
|
"changeLocationOfSelectedItems": MessageLookupByLibrary.simpleMessage(
|
|
|
- "Change location of selected items?"),
|
|
|
+ "Standort der gewählten Elemente ändern?"),
|
|
|
"changePassword":
|
|
|
MessageLookupByLibrary.simpleMessage("Passwort ändern"),
|
|
|
"changePasswordTitle":
|
|
@@ -411,6 +414,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"claimMore": MessageLookupByLibrary.simpleMessage("Mehr einlösen!"),
|
|
|
"claimed": MessageLookupByLibrary.simpleMessage("Eingelöst"),
|
|
|
"claimedStorageSoFar": m8,
|
|
|
+ "cleanUncategorized":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Unkategorisiert leeren"),
|
|
|
"clearCaches": MessageLookupByLibrary.simpleMessage("Cache löschen"),
|
|
|
"click": MessageLookupByLibrary.simpleMessage("• Klick"),
|
|
|
"clickOnTheOverflowMenu": MessageLookupByLibrary.simpleMessage(
|
|
@@ -585,7 +590,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"distanceInKMUnit": MessageLookupByLibrary.simpleMessage("km"),
|
|
|
"doNotSignOut":
|
|
|
MessageLookupByLibrary.simpleMessage("Melde dich nicht ab"),
|
|
|
- "doThisLater": MessageLookupByLibrary.simpleMessage("Später machen"),
|
|
|
+ "doThisLater": MessageLookupByLibrary.simpleMessage("Später erledigen"),
|
|
|
"doYouWantToDiscardTheEditsYouHaveMade":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Möchtest du deine Änderungen verwerfen?"),
|
|
@@ -601,14 +606,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"duplicateFileCountWithStorageSaved": m16,
|
|
|
"duplicateItemsGroup": m17,
|
|
|
"edit": MessageLookupByLibrary.simpleMessage("Bearbeiten"),
|
|
|
- "editLocation": MessageLookupByLibrary.simpleMessage("Edit location"),
|
|
|
+ "editLocation":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Standort bearbeiten"),
|
|
|
"editLocationTagTitle":
|
|
|
MessageLookupByLibrary.simpleMessage("Standort bearbeiten"),
|
|
|
"editsSaved":
|
|
|
MessageLookupByLibrary.simpleMessage("Änderungen gespeichert"),
|
|
|
"editsToLocationWillOnlyBeSeenWithinEnte":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
- "Edits to location will only be seen within Ente"),
|
|
|
+ "Änderungen des Standorts werden nur in ente sichtbar sein"),
|
|
|
"eligible": MessageLookupByLibrary.simpleMessage("zulässig"),
|
|
|
"email": MessageLookupByLibrary.simpleMessage("E-Mail"),
|
|
|
"emailChangedTo": m18,
|
|
@@ -634,7 +640,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"ente kann Dateien nur verschlüsselt sichern, wenn du uns darauf Zugriff gewährst"),
|
|
|
"entePhotosPerm": MessageLookupByLibrary.simpleMessage(
|
|
|
- "ente <i>benötigt die Erlaubnis</i> Ihre Fotos zu bewahren"),
|
|
|
+ "ente <i>benötigt die Erlaubnis</i>, deine Fotos aufzubewahren"),
|
|
|
"enteSubscriptionPitch": MessageLookupByLibrary.simpleMessage(
|
|
|
"ente sichert deine Erinnerungsstücke, sodass sie immer für dich verfügbar sind, auch wenn du dein Gerät verlieren solltest."),
|
|
|
"enteSubscriptionShareWithFamily": MessageLookupByLibrary.simpleMessage(
|
|
@@ -742,6 +748,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"general": MessageLookupByLibrary.simpleMessage("Allgemein"),
|
|
|
"generatingEncryptionKeys": MessageLookupByLibrary.simpleMessage(
|
|
|
"Generierung von Verschlüsselungscodes..."),
|
|
|
+ "genericProgress": m28,
|
|
|
"goToSettings":
|
|
|
MessageLookupByLibrary.simpleMessage("Zu den Einstellungen"),
|
|
|
"googlePlayId": MessageLookupByLibrary.simpleMessage("Google Play ID"),
|
|
@@ -802,7 +809,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Etwas ist schiefgelaufen. Bitte versuche es später noch einmal. Sollte der Fehler weiter bestehen, kontaktiere unser Supportteam."),
|
|
|
- "itemCount": m28,
|
|
|
+ "itemCount": m29,
|
|
|
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Elemente zeigen die Anzahl der Tage bis zum dauerhaften Löschen an"),
|
|
@@ -828,7 +835,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"linkDeviceLimit": MessageLookupByLibrary.simpleMessage("Geräte Limit"),
|
|
|
"linkEnabled": MessageLookupByLibrary.simpleMessage("Aktiviert"),
|
|
|
"linkExpired": MessageLookupByLibrary.simpleMessage("Abgelaufen"),
|
|
|
- "linkExpiresOn": m29,
|
|
|
+ "linkExpiresOn": m30,
|
|
|
"linkExpiry":
|
|
|
MessageLookupByLibrary.simpleMessage("Ablaufdatum des Links"),
|
|
|
"linkHasExpired":
|
|
@@ -891,7 +898,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"maps": MessageLookupByLibrary.simpleMessage("Karten"),
|
|
|
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
|
|
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
|
|
- "memoryCount": m30,
|
|
|
+ "memoryCount": m31,
|
|
|
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
|
|
|
"mobileWebDesktop":
|
|
|
MessageLookupByLibrary.simpleMessage("Mobil, Web, Desktop"),
|
|
@@ -901,12 +908,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"Ändere deine Suchanfrage oder suche nach"),
|
|
|
"moments": MessageLookupByLibrary.simpleMessage("Momente"),
|
|
|
"monthly": MessageLookupByLibrary.simpleMessage("Monatlich"),
|
|
|
- "moveItem": m31,
|
|
|
+ "moveItem": m32,
|
|
|
"moveToAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage("Zum Album verschieben"),
|
|
|
"moveToHiddenAlbum": MessageLookupByLibrary.simpleMessage(
|
|
|
"Zu verstecktem Album verschieben"),
|
|
|
- "movedSuccessfullyTo": m32,
|
|
|
+ "movedSuccessfullyTo": m33,
|
|
|
"movedToTrash": MessageLookupByLibrary.simpleMessage(
|
|
|
"In den Papierkorb verschoben"),
|
|
|
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
|
|
@@ -975,15 +982,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
|
|
|
"Passwort erfolgreich geändert"),
|
|
|
"passwordLock": MessageLookupByLibrary.simpleMessage("Passwort Sperre"),
|
|
|
- "passwordStrength": m33,
|
|
|
+ "passwordStrength": m34,
|
|
|
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
|
|
"Wir speichern dieses Passwort nicht. Wenn du es vergisst, <underline>können wir deine Daten nicht entschlüsseln</underline>"),
|
|
|
"paymentDetails":
|
|
|
MessageLookupByLibrary.simpleMessage("Zahlungsdetails"),
|
|
|
"paymentFailed":
|
|
|
MessageLookupByLibrary.simpleMessage("Zahlung fehlgeschlagen"),
|
|
|
- "paymentFailedTalkToProvider": m34,
|
|
|
- "paymentFailedWithReason": m35,
|
|
|
+ "paymentFailedTalkToProvider": m35,
|
|
|
+ "paymentFailedWithReason": m36,
|
|
|
"pendingSync":
|
|
|
MessageLookupByLibrary.simpleMessage("Synchronisation anstehend"),
|
|
|
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage(
|
|
@@ -1006,7 +1013,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"pickCenterPoint":
|
|
|
MessageLookupByLibrary.simpleMessage("Mittelpunkt auswählen"),
|
|
|
"pinAlbum": MessageLookupByLibrary.simpleMessage("Album anheften"),
|
|
|
- "playStoreFreeTrialValidTill": m36,
|
|
|
+ "playStoreFreeTrialValidTill": m37,
|
|
|
"playstoreSubscription":
|
|
|
MessageLookupByLibrary.simpleMessage("PlayStore Abo"),
|
|
|
"pleaseCheckYourInternetConnectionAndTryAgain":
|
|
@@ -1018,12 +1025,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"pleaseContactSupportIfTheProblemPersists":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Bitte wenden Sie sich an den Support, falls das Problem weiterhin besteht"),
|
|
|
- "pleaseEmailUsAt": m37,
|
|
|
+ "pleaseEmailUsAt": m38,
|
|
|
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage(
|
|
|
"Bitte erteile die nötigen Berechtigungen"),
|
|
|
"pleaseLoginAgain":
|
|
|
MessageLookupByLibrary.simpleMessage("Bitte logge dich erneut ein"),
|
|
|
- "pleaseSendTheLogsTo": m38,
|
|
|
+ "pleaseSendTheLogsTo": m39,
|
|
|
"pleaseTryAgain":
|
|
|
MessageLookupByLibrary.simpleMessage("Bitte versuche es erneut"),
|
|
|
"pleaseVerifyTheCodeYouHaveEntered":
|
|
@@ -1059,7 +1066,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"raiseTicket": MessageLookupByLibrary.simpleMessage("Ticket erstellen"),
|
|
|
"rateTheApp": MessageLookupByLibrary.simpleMessage("App bewerten"),
|
|
|
"rateUs": MessageLookupByLibrary.simpleMessage("Bewerte uns"),
|
|
|
- "rateUsOnStore": m39,
|
|
|
+ "rateUsOnStore": m40,
|
|
|
"recover": MessageLookupByLibrary.simpleMessage("Wiederherstellen"),
|
|
|
"recoverAccount":
|
|
|
MessageLookupByLibrary.simpleMessage("Konto wiederherstellen"),
|
|
@@ -1092,7 +1099,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"1. Gib diesen Code an deine Freunde"),
|
|
|
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
|
|
"2. Sie schließen ein bezahltes Abo ab"),
|
|
|
- "referralStep3": m40,
|
|
|
+ "referralStep3": m41,
|
|
|
"referrals": MessageLookupByLibrary.simpleMessage("Weiterempfehlungen"),
|
|
|
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
|
|
"Einlösungen sind derzeit pausiert"),
|
|
@@ -1118,7 +1125,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"removeLink": MessageLookupByLibrary.simpleMessage("Link entfernen"),
|
|
|
"removeParticipant":
|
|
|
MessageLookupByLibrary.simpleMessage("Teilnehmer entfernen"),
|
|
|
- "removeParticipantBody": m41,
|
|
|
+ "removeParticipantBody": m42,
|
|
|
"removePublicLink":
|
|
|
MessageLookupByLibrary.simpleMessage("Öffentlichen Link entfernen"),
|
|
|
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
|
@@ -1132,7 +1139,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"renameFile": MessageLookupByLibrary.simpleMessage("Datei umbenennen"),
|
|
|
"renewSubscription":
|
|
|
MessageLookupByLibrary.simpleMessage("Abonnement erneuern"),
|
|
|
- "renewsOn": m42,
|
|
|
+ "renewsOn": m43,
|
|
|
"reportABug": MessageLookupByLibrary.simpleMessage("Fehler melden"),
|
|
|
"reportBug": MessageLookupByLibrary.simpleMessage("Fehler melden"),
|
|
|
"resendEmail":
|
|
@@ -1197,12 +1204,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"Gruppiere Fotos, die innerhalb des Radius eines bestimmten Fotos aufgenommen wurden"),
|
|
|
"searchPeopleEmptySection": MessageLookupByLibrary.simpleMessage(
|
|
|
"Laden Sie Personen ein, damit Sie geteilte Fotos hier einsehen können"),
|
|
|
- "searchResultCount": m43,
|
|
|
+ "searchResultCount": m44,
|
|
|
"security": MessageLookupByLibrary.simpleMessage("Sicherheit"),
|
|
|
"selectALocation":
|
|
|
- MessageLookupByLibrary.simpleMessage("Select a location"),
|
|
|
+ MessageLookupByLibrary.simpleMessage("Standort auswählen"),
|
|
|
"selectALocationFirst":
|
|
|
- MessageLookupByLibrary.simpleMessage("Select a location first"),
|
|
|
+ MessageLookupByLibrary.simpleMessage("Wähle zuerst einen Standort"),
|
|
|
"selectAlbum": MessageLookupByLibrary.simpleMessage("Album auswählen"),
|
|
|
"selectAll": MessageLookupByLibrary.simpleMessage("Alle markieren"),
|
|
|
"selectFoldersForBackup": MessageLookupByLibrary.simpleMessage(
|
|
@@ -1224,8 +1231,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Ausgewählte Elemente werden aus allen Alben gelöscht und in den Papierkorb verschoben."),
|
|
|
- "selectedPhotos": m44,
|
|
|
- "selectedPhotosWithYours": m45,
|
|
|
+ "selectedPhotos": m45,
|
|
|
+ "selectedPhotosWithYours": m46,
|
|
|
"send": MessageLookupByLibrary.simpleMessage("Absenden"),
|
|
|
"sendEmail": MessageLookupByLibrary.simpleMessage("E-Mail senden"),
|
|
|
"sendInvite": MessageLookupByLibrary.simpleMessage("Einladung senden"),
|
|
@@ -1248,16 +1255,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"shareAnAlbumNow":
|
|
|
MessageLookupByLibrary.simpleMessage("Teile jetzt ein Album"),
|
|
|
"shareLink": MessageLookupByLibrary.simpleMessage("Link teilen"),
|
|
|
- "shareMyVerificationID": m46,
|
|
|
+ "shareMyVerificationID": m47,
|
|
|
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
|
|
"Teile mit ausgewählten Personen"),
|
|
|
- "shareTextConfirmOthersVerificationID": m47,
|
|
|
+ "shareTextConfirmOthersVerificationID": m48,
|
|
|
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
|
|
"Lade ente herunter, damit wir einfach Fotos und Videos in höchster Qualität teilen können\n\nhttps://ente.io"),
|
|
|
- "shareTextReferralCode": m48,
|
|
|
+ "shareTextReferralCode": m49,
|
|
|
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
|
|
|
"Mit Nicht-Ente-Benutzern teilen"),
|
|
|
- "shareWithPeopleSectionTitle": m49,
|
|
|
+ "shareWithPeopleSectionTitle": m50,
|
|
|
"shareYourFirstAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage("Teile dein erstes Album"),
|
|
|
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
|
@@ -1268,7 +1275,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Neue geteilte Fotos"),
|
|
|
"sharedPhotoNotificationsExplanation": MessageLookupByLibrary.simpleMessage(
|
|
|
"Erhalte Benachrichtigungen, wenn jemand ein Foto zu einem gemeinsam genutzten Album hinzufügt, dem du angehörst"),
|
|
|
- "sharedWith": m50,
|
|
|
+ "sharedWith": m51,
|
|
|
"sharedWithMe": MessageLookupByLibrary.simpleMessage("Mit mir geteilt"),
|
|
|
"sharedWithYou":
|
|
|
MessageLookupByLibrary.simpleMessage("Mit dir geteilt"),
|
|
@@ -1283,11 +1290,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Andere Geräte abmelden"),
|
|
|
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
|
|
"Ich stimme den <u-terms>Nutzungsbedingungen</u-terms> und der <u-policy>Datenschutzerklärung</u-policy> zu"),
|
|
|
- "singleFileDeleteFromDevice": m51,
|
|
|
+ "singleFileDeleteFromDevice": m52,
|
|
|
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
|
|
"Es wird aus allen Alben gelöscht."),
|
|
|
- "singleFileInBothLocalAndRemote": m52,
|
|
|
- "singleFileInRemoteOnly": m53,
|
|
|
+ "singleFileInBothLocalAndRemote": m53,
|
|
|
+ "singleFileInRemoteOnly": m54,
|
|
|
"skip": MessageLookupByLibrary.simpleMessage("Überspringen"),
|
|
|
"social": MessageLookupByLibrary.simpleMessage("Social Media"),
|
|
|
"someItemsAreInBothEnteAndYourDevice":
|
|
@@ -1328,13 +1335,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"storage": MessageLookupByLibrary.simpleMessage("Speicherplatz"),
|
|
|
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Familie"),
|
|
|
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Sie"),
|
|
|
- "storageInGB": m54,
|
|
|
+ "storageInGB": m55,
|
|
|
"storageLimitExceeded": MessageLookupByLibrary.simpleMessage(
|
|
|
"Speichergrenze überschritten"),
|
|
|
- "storageUsageInfo": m55,
|
|
|
+ "storageUsageInfo": m56,
|
|
|
"strongStrength": MessageLookupByLibrary.simpleMessage("Stark"),
|
|
|
- "subAlreadyLinkedErrMessage": m56,
|
|
|
- "subWillBeCancelledOn": m57,
|
|
|
+ "subAlreadyLinkedErrMessage": m57,
|
|
|
+ "subWillBeCancelledOn": m58,
|
|
|
"subscribe": MessageLookupByLibrary.simpleMessage("Abonnieren"),
|
|
|
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
|
|
"Sieht aus, als sei dein Abonnement abgelaufen. Bitte abonniere, um das Teilen zu aktivieren."),
|
|
@@ -1351,7 +1358,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"suggestFeatures":
|
|
|
MessageLookupByLibrary.simpleMessage("Verbesserung vorschlagen"),
|
|
|
"support": MessageLookupByLibrary.simpleMessage("Support"),
|
|
|
- "syncProgress": m58,
|
|
|
+ "syncProgress": m59,
|
|
|
"syncStopped":
|
|
|
MessageLookupByLibrary.simpleMessage("Synchronisierung angehalten"),
|
|
|
"syncing": MessageLookupByLibrary.simpleMessage("Synchronisiere …"),
|
|
@@ -1380,7 +1387,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"theseItemsWillBeDeletedFromYourDevice":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Diese Elemente werden von deinem Gerät gelöscht."),
|
|
|
- "theyAlsoGetXGb": m59,
|
|
|
+ "theyAlsoGetXGb": m60,
|
|
|
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
|
|
"Sie werden aus allen Alben gelöscht."),
|
|
|
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
|
@@ -1396,7 +1403,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"Diese E-Mail-Adresse wird bereits verwendet"),
|
|
|
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
|
|
|
"Dieses Bild hat keine Exif-Daten"),
|
|
|
- "thisIsPersonVerificationId": m60,
|
|
|
+ "thisIsPersonVerificationId": m61,
|
|
|
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
|
|
|
"Dies ist deine Verifizierungs-ID"),
|
|
|
"thisWillLogYouOutOfTheFollowingDevice":
|
|
@@ -1413,7 +1420,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"total": MessageLookupByLibrary.simpleMessage("Gesamt"),
|
|
|
"totalSize": MessageLookupByLibrary.simpleMessage("Gesamtgröße"),
|
|
|
"trash": MessageLookupByLibrary.simpleMessage("Papierkorb"),
|
|
|
- "trashDaysLeft": m61,
|
|
|
+ "trashDaysLeft": m62,
|
|
|
"tryAgain": MessageLookupByLibrary.simpleMessage("Erneut versuchen"),
|
|
|
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
|
|
|
"Aktiviere die Sicherung, um automatisch neu hinzugefügte Dateien dieses Ordners auf ente hochzuladen."),
|
|
@@ -1468,7 +1475,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Ausgewähltes Foto verwenden"),
|
|
|
"usedSpace":
|
|
|
MessageLookupByLibrary.simpleMessage("Belegter Speicherplatz"),
|
|
|
- "validTill": m62,
|
|
|
+ "validTill": m63,
|
|
|
"verificationFailedPleaseTryAgain":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Verifizierung fehlgeschlagen, bitte versuchen Sie es erneut"),
|
|
@@ -1477,7 +1484,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"verify": MessageLookupByLibrary.simpleMessage("Überprüfen"),
|
|
|
"verifyEmail":
|
|
|
MessageLookupByLibrary.simpleMessage("E-Mail-Adresse verifizieren"),
|
|
|
- "verifyEmailID": m63,
|
|
|
+ "verifyEmailID": m64,
|
|
|
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Überprüfen"),
|
|
|
"verifyPassword":
|
|
|
MessageLookupByLibrary.simpleMessage("Passwort überprüfen"),
|
|
@@ -1504,12 +1511,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Wir unterstützen keine Bearbeitung von Fotos und Alben, die du noch nicht besitzt"),
|
|
|
- "weHaveSendEmailTo": m64,
|
|
|
+ "weHaveSendEmailTo": m65,
|
|
|
"weakStrength": MessageLookupByLibrary.simpleMessage("Schwach"),
|
|
|
"welcomeBack":
|
|
|
MessageLookupByLibrary.simpleMessage("Willkommen zurück!"),
|
|
|
"yearly": MessageLookupByLibrary.simpleMessage("Jährlich"),
|
|
|
- "yearsAgo": m65,
|
|
|
+ "yearsAgo": m66,
|
|
|
"yes": MessageLookupByLibrary.simpleMessage("Ja"),
|
|
|
"yesCancel": MessageLookupByLibrary.simpleMessage("Ja, kündigen"),
|
|
|
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage(
|
|
@@ -1539,7 +1546,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"Du kannst nicht mit dir selbst teilen"),
|
|
|
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
|
|
|
"Du hast keine archivierten Elemente."),
|
|
|
- "youHaveSuccessfullyFreedUp": m66,
|
|
|
+ "youHaveSuccessfullyFreedUp": m67,
|
|
|
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
|
|
|
"Dein Benutzerkonto wurde gelöscht"),
|
|
|
"yourMap": MessageLookupByLibrary.simpleMessage("Deine Karte"),
|