Fix UI refresh for returning user (#1239)

This commit is contained in:
Neeraj Gupta 2023-06-27 18:38:52 +05:30 committed by GitHub
commit 5ab5606c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1312 additions and 863 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,177 +20,183 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'en';
static String m42(count) =>
static String m0(count) =>
"${Intl.plural(count, one: 'Add item', other: 'Add items')}";
static String m43(emailOrName) => "Added by ${emailOrName}";
static String m1(emailOrName) => "Added by ${emailOrName}";
static String m44(albumName) => "Added successfully to ${albumName}";
static String m2(albumName) => "Added successfully to ${albumName}";
static String m45(count) =>
static String m3(count) =>
"${Intl.plural(count, zero: 'No Participants', one: '1 Participant', other: '${count} Participants')}";
static String m46(versionValue) => "Version: ${versionValue}";
static String m4(versionValue) => "Version: ${versionValue}";
static String m0(paymentProvider) =>
static String m5(paymentProvider) =>
"Please cancel your existing subscription from ${paymentProvider} first";
static String m1(user) =>
static String m6(user) =>
"${user} will not be able to add more photos to this album\n\nThey will still be able to remove existing photos added by them";
static String m2(isFamilyMember, storageAmountInGb) =>
static String m7(isFamilyMember, storageAmountInGb) =>
"${Intl.select(isFamilyMember, {
'true': 'Your family has claimed ${storageAmountInGb} GB so far',
'false': 'You have claimed ${storageAmountInGb} GB so far',
'other': 'You have claimed ${storageAmountInGb} GB so far!',
})}";
static String m47(albumName) => "Collaborative link created for ${albumName}";
static String m8(albumName) => "Collaborative link created for ${albumName}";
static String m3(familyAdminEmail) =>
static String m9(familyAdminEmail) =>
"Please contact <green>${familyAdminEmail}</green> to manage your subscription";
static String m4(provider) =>
static String m10(provider) =>
"Please contact us at support@ente.io to manage your ${provider} subscription.";
static String m48(currentlyDeleting, totalCount) =>
static String m63(count) =>
"{count, plural, Delete one{${count} item} other{${count} items}}";
static String m11(currentlyDeleting, totalCount) =>
"Deleting ${currentlyDeleting} / ${totalCount}";
static String m5(albumName) =>
static String m12(albumName) =>
"This will remove the public link for accessing \"${albumName}\".";
static String m6(supportEmail) =>
static String m13(supportEmail) =>
"Please drop an email to ${supportEmail} from your registered email address";
static String m7(count, storageSaved) =>
static String m14(count, storageSaved) =>
"Your have cleaned up ${Intl.plural(count, one: '${count} duplicate file', other: '${count} duplicate files')}, saving (${storageSaved}!)";
static String m49(newEmail) => "Email changed to ${newEmail}";
static String m64(count, formattedSize) =>
"${count} files, ${formattedSize} each";
static String m8(email) =>
static String m15(newEmail) => "Email changed to ${newEmail}";
static String m16(email) =>
"${email} does not have an ente account.\n\nSend them an invite to share photos.";
static String m50(count, formattedNumber) =>
static String m17(count, formattedNumber) =>
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} on this device have been backed up safely";
static String m51(count, formattedNumber) =>
static String m18(count, formattedNumber) =>
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} in this album has been backed up safely";
static String m9(storageAmountInGB) =>
static String m19(storageAmountInGB) =>
"${storageAmountInGB} GB each time someone signs up for a paid plan and applies your code";
static String m52(freeAmount, storageUnit) =>
static String m20(freeAmount, storageUnit) =>
"${freeAmount} ${storageUnit} free";
static String m10(endDate) => "Free trial valid till ${endDate}";
static String m21(endDate) => "Free trial valid till ${endDate}";
static String m53(count) =>
static String m22(count) =>
"You can still access ${Intl.plural(count, one: 'it', other: 'them')} on ente as long as you have an active subscription";
static String m54(sizeInMBorGB) => "Free up ${sizeInMBorGB}";
static String m23(sizeInMBorGB) => "Free up ${sizeInMBorGB}";
static String m55(count, formattedSize) =>
static String m24(count, formattedSize) =>
"${Intl.plural(count, one: 'It can be deleted from the device to free up ${formattedSize}', other: 'They can be deleted from the device to free up ${formattedSize}')}";
static String m11(count) =>
static String m25(count) =>
"${Intl.plural(count, one: '${count} item', other: '${count} items')}";
static String m56(count) => "${count} selected";
static String m26(count) => "${count} selected";
static String m12(expiryTime) => "Link will expire on ${expiryTime}";
static String m27(expiryTime) => "Link will expire on ${expiryTime}";
static String m13(maxValue) =>
static String m28(maxValue) =>
"When set to the maximum (${maxValue}), the device limit will be relaxed to allow for temporary spikes of large number of viewers.";
static String m14(count, formattedCount) =>
static String m29(count, formattedCount) =>
"${Intl.plural(count, zero: 'no memories', one: '${formattedCount} memory', other: '${formattedCount} memories')}";
static String m57(count) =>
static String m30(count) =>
"${Intl.plural(count, one: 'Move item', other: 'Move items')}";
static String m58(albumName) => "Moved successfully to ${albumName}";
static String m31(albumName) => "Moved successfully to ${albumName}";
static String m15(passwordStrengthValue) =>
static String m32(passwordStrengthValue) =>
"Password strength: ${passwordStrengthValue}";
static String m16(providerName) =>
static String m33(providerName) =>
"Please talk to ${providerName} support if you were charged";
static String m17(reason) =>
static String m34(reason) =>
"Unfortunately your payment failed due to ${reason}";
static String m59(toEmail) => "Please email us at ${toEmail}";
static String m35(toEmail) => "Please email us at ${toEmail}";
static String m60(toEmail) => "Please send the logs to \n${toEmail}";
static String m36(toEmail) => "Please send the logs to \n${toEmail}";
static String m18(storeName) => "Rate us on ${storeName}";
static String m37(storeName) => "Rate us on ${storeName}";
static String m19(storageInGB) =>
static String m38(storageInGB) =>
"3. Both of you get ${storageInGB} GB* free";
static String m20(userEmail) =>
static String m39(userEmail) =>
"${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
static String m21(endDate) => "Renews on ${endDate}";
static String m40(endDate) => "Renews on ${endDate}";
static String m22(count) => "${count} selected";
static String m41(count) => "${count} selected";
static String m23(count, yourCount) =>
static String m42(count, yourCount) =>
"${count} selected (${yourCount} yours)";
static String m24(verificationID) =>
static String m43(verificationID) =>
"Here\'s my verification ID: ${verificationID} for ente.io.";
static String m25(verificationID) =>
static String m44(verificationID) =>
"Hey, can you confirm that this is your ente.io verification ID: ${verificationID}";
static String m26(referralCode, referralStorageInGB) =>
static String m45(referralCode, referralStorageInGB) =>
"ente referral code: ${referralCode} \n\nApply it in Settings → General → Referrals to get ${referralStorageInGB} GB free after you signup for a paid plan\n\nhttps://ente.io";
static String m27(numberOfPeople) =>
static String m46(numberOfPeople) =>
"${Intl.plural(numberOfPeople, zero: 'Share with specific people', one: 'Shared with 1 person', other: 'Shared with ${numberOfPeople} people')}";
static String m28(emailIDs) => "Shared with ${emailIDs}";
static String m47(emailIDs) => "Shared with ${emailIDs}";
static String m29(fileType) =>
static String m48(fileType) =>
"This ${fileType} will be deleted from your device.";
static String m30(fileType) =>
static String m49(fileType) =>
"This ${fileType} is in both ente and your device.";
static String m31(fileType) => "This ${fileType} will be deleted from ente.";
static String m50(fileType) => "This ${fileType} will be deleted from ente.";
static String m32(storageAmountInGB) => "${storageAmountInGB} GB";
static String m51(storageAmountInGB) => "${storageAmountInGB} GB";
static String m61(
static String m52(
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
"${usedAmount} ${usedStorageUnit} of ${totalAmount} ${totalStorageUnit} used";
static String m33(id) =>
static String m53(id) =>
"Your ${id} is already linked to another ente account.\nIf you would like to use your ${id} with this account, please contact our support\'\'";
static String m34(endDate) =>
static String m54(endDate) =>
"Your subscription will be cancelled on ${endDate}";
static String m35(completed, total) =>
static String m55(completed, total) =>
"${completed}/${total} memories preserved";
static String m36(storageAmountInGB) =>
static String m56(storageAmountInGB) =>
"They also get ${storageAmountInGB} GB";
static String m37(email) => "This is ${email}\'s Verification ID";
static String m57(email) => "This is ${email}\'s Verification ID";
static String m62(count) =>
static String m58(count) =>
"${Intl.plural(count, zero: '', one: '1 day', other: '${count} days')}";
static String m38(email) => "Verify ${email}";
static String m59(email) => "Verify ${email}";
static String m39(email) => "We have sent a mail to <green>${email}</green>";
static String m60(email) => "We have sent a mail to <green>${email}</green>";
static String m40(count) =>
static String m61(count) =>
"${Intl.plural(count, one: '${count} year ago', other: '${count} years ago')}";
static String m41(storageSaved) =>
static String m62(storageSaved) =>
"You have successfully freed up ${storageSaved}!";
final messages = _notInlinedMessages(_notInlinedMessages);
@ -208,7 +214,7 @@ class MessageLookup extends MessageLookupByLibrary {
"addANewEmail": MessageLookupByLibrary.simpleMessage("Add a new email"),
"addCollaborator":
MessageLookupByLibrary.simpleMessage("Add collaborator"),
"addItem": m42,
"addItem": m0,
"addLocation": MessageLookupByLibrary.simpleMessage("Add location"),
"addLocationButton": MessageLookupByLibrary.simpleMessage("Add"),
"addMore": MessageLookupByLibrary.simpleMessage("Add more"),
@ -216,8 +222,8 @@ class MessageLookup extends MessageLookupByLibrary {
"addToEnte": MessageLookupByLibrary.simpleMessage("Add to ente"),
"addViewer": MessageLookupByLibrary.simpleMessage("Add viewer"),
"addedAs": MessageLookupByLibrary.simpleMessage("Added as"),
"addedBy": m43,
"addedSuccessfullyTo": m44,
"addedBy": m1,
"addedSuccessfullyTo": m2,
"addingToFavorites":
MessageLookupByLibrary.simpleMessage("Adding to favorites..."),
"advanced": MessageLookupByLibrary.simpleMessage("Advanced"),
@ -228,7 +234,7 @@ class MessageLookup extends MessageLookupByLibrary {
"after1Week": MessageLookupByLibrary.simpleMessage("After 1 week"),
"after1Year": MessageLookupByLibrary.simpleMessage("After 1 year"),
"albumOwner": MessageLookupByLibrary.simpleMessage("Owner"),
"albumParticipantsCount": m45,
"albumParticipantsCount": m3,
"albumTitle": MessageLookupByLibrary.simpleMessage("Album title"),
"albumUpdated": MessageLookupByLibrary.simpleMessage("Album updated"),
"albums": MessageLookupByLibrary.simpleMessage("Albums"),
@ -262,7 +268,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Android, iOS, Web, Desktop"),
"androidSignInTitle":
MessageLookupByLibrary.simpleMessage("Authentication required"),
"appVersion": m46,
"appVersion": m4,
"appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
"apply": MessageLookupByLibrary.simpleMessage("Apply"),
"applyCodeTitle": MessageLookupByLibrary.simpleMessage("Apply code"),
@ -341,10 +347,10 @@ class MessageLookup extends MessageLookupByLibrary {
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
"Can only remove files owned by you"),
"cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
"cancelOtherSubscription": m0,
"cancelOtherSubscription": m5,
"cancelSubscription":
MessageLookupByLibrary.simpleMessage("Cancel subscription"),
"cannotAddMorePhotosAfterBecomingViewer": m1,
"cannotAddMorePhotosAfterBecomingViewer": m6,
"centerPoint": MessageLookupByLibrary.simpleMessage("Center point"),
"changeEmail": MessageLookupByLibrary.simpleMessage("Change email"),
"changePassword":
@ -362,7 +368,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Claim free storage"),
"claimMore": MessageLookupByLibrary.simpleMessage("Claim more!"),
"claimed": MessageLookupByLibrary.simpleMessage("Claimed"),
"claimedStorageSoFar": m2,
"claimedStorageSoFar": m7,
"clearCaches": MessageLookupByLibrary.simpleMessage("Clear caches"),
"click": MessageLookupByLibrary.simpleMessage("• Click"),
"clickOnTheOverflowMenu": MessageLookupByLibrary.simpleMessage(
@ -382,7 +388,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Create a link to allow people to add and view photos in your shared album without needing an ente app or account. Great for collecting event photos."),
"collaborativeLink":
MessageLookupByLibrary.simpleMessage("Collaborative link"),
"collaborativeLinkCreatedFor": m47,
"collaborativeLinkCreatedFor": m8,
"collaborator": MessageLookupByLibrary.simpleMessage("Collaborator"),
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
MessageLookupByLibrary.simpleMessage(
@ -409,10 +415,10 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Confirm recovery key"),
"confirmYourRecoveryKey":
MessageLookupByLibrary.simpleMessage("Confirm your recovery key"),
"contactFamilyAdmin": m3,
"contactFamilyAdmin": m9,
"contactSupport":
MessageLookupByLibrary.simpleMessage("Contact support"),
"contactToManageSubscription": m4,
"contactToManageSubscription": m10,
"continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
"continueOnFreeTrial":
MessageLookupByLibrary.simpleMessage("Continue on free trial"),
@ -480,10 +486,11 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Delete from device"),
"deleteFromEnte":
MessageLookupByLibrary.simpleMessage("Delete from ente"),
"deleteItemCount": m63,
"deleteLocation":
MessageLookupByLibrary.simpleMessage("Delete location"),
"deletePhotos": MessageLookupByLibrary.simpleMessage("Delete photos"),
"deleteProgress": m48,
"deleteProgress": m11,
"deleteReason1": MessageLookupByLibrary.simpleMessage(
"Its missing a key feature that I need"),
"deleteReason2": MessageLookupByLibrary.simpleMessage(
@ -515,7 +522,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Viewers can still take screenshots or save a copy of your photos using external tools"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("Please note"),
"disableLinkMessage": m5,
"disableLinkMessage": m12,
"disableTwofactor":
MessageLookupByLibrary.simpleMessage("Disable two-factor"),
"disablingTwofactorAuthentication":
@ -535,16 +542,17 @@ class MessageLookup extends MessageLookupByLibrary {
"downloadFailed":
MessageLookupByLibrary.simpleMessage("Download failed"),
"downloading": MessageLookupByLibrary.simpleMessage("Downloading..."),
"dropSupportEmail": m6,
"duplicateFileCountWithStorageSaved": m7,
"dropSupportEmail": m13,
"duplicateFileCountWithStorageSaved": m14,
"duplicateItemsGroup": m64,
"edit": MessageLookupByLibrary.simpleMessage("Edit"),
"editLocationTagTitle":
MessageLookupByLibrary.simpleMessage("Edit location"),
"editsSaved": MessageLookupByLibrary.simpleMessage("Edits saved"),
"eligible": MessageLookupByLibrary.simpleMessage("eligible"),
"email": MessageLookupByLibrary.simpleMessage("Email"),
"emailChangedTo": m49,
"emailNoEnteAccount": m8,
"emailChangedTo": m15,
"emailNoEnteAccount": m16,
"emailYourLogs":
MessageLookupByLibrary.simpleMessage("Email your logs"),
"empty": MessageLookupByLibrary.simpleMessage("Empty"),
@ -562,6 +570,8 @@ class MessageLookup extends MessageLookupByLibrary {
"enteCanEncryptAndPreserveFilesOnlyIfYouGrant":
MessageLookupByLibrary.simpleMessage(
"ente can encrypt and preserve files only if you grant access to them"),
"entePhotosPerm": MessageLookupByLibrary.simpleMessage(
"ente <i>needs permission to</i> preserve your photos"),
"enteSubscriptionPitch": MessageLookupByLibrary.simpleMessage(
"ente preserves your memories, so they\'re always available to you, even if you lose your device."),
"enteSubscriptionShareWithFamily": MessageLookupByLibrary.simpleMessage(
@ -629,8 +639,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Add a description..."),
"fileSavedToGallery":
MessageLookupByLibrary.simpleMessage("File saved to gallery"),
"filesBackedUpFromDevice": m50,
"filesBackedUpInAlbum": m51,
"filesBackedUpFromDevice": m17,
"filesBackedUpInAlbum": m18,
"filesDeleted": MessageLookupByLibrary.simpleMessage("Files deleted"),
"flip": MessageLookupByLibrary.simpleMessage("Flip"),
"forYourMemories":
@ -639,18 +649,18 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Forgot password"),
"freeStorageClaimed":
MessageLookupByLibrary.simpleMessage("Free storage claimed"),
"freeStorageOnReferralSuccess": m9,
"freeStorageSpace": m52,
"freeStorageOnReferralSuccess": m19,
"freeStorageSpace": m20,
"freeStorageUsable":
MessageLookupByLibrary.simpleMessage("Free storage usable"),
"freeTrial": MessageLookupByLibrary.simpleMessage("Free trial"),
"freeTrialValidTill": m10,
"freeUpAccessPostDelete": m53,
"freeUpAmount": m54,
"freeTrialValidTill": m21,
"freeUpAccessPostDelete": m22,
"freeUpAmount": m23,
"freeUpDeviceSpace":
MessageLookupByLibrary.simpleMessage("Free up device space"),
"freeUpSpace": MessageLookupByLibrary.simpleMessage("Free up space"),
"freeUpSpaceSaving": m55,
"freeUpSpaceSaving": m24,
"galleryMemoryLimitInfo": MessageLookupByLibrary.simpleMessage(
"Up to 1000 memories shown in gallery"),
"general": MessageLookupByLibrary.simpleMessage("General"),
@ -703,8 +713,8 @@ class MessageLookup extends MessageLookupByLibrary {
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
MessageLookupByLibrary.simpleMessage(
"It looks like something went wrong. Please retry after some time. If the error persists, please contact our support team."),
"itemCount": m11,
"itemSelectedCount": m56,
"itemCount": m25,
"itemSelectedCount": m26,
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
MessageLookupByLibrary.simpleMessage(
"Items show the number of days remaining before permanent deletion"),
@ -728,7 +738,7 @@ class MessageLookup extends MessageLookupByLibrary {
"linkDeviceLimit": MessageLookupByLibrary.simpleMessage("Device limit"),
"linkEnabled": MessageLookupByLibrary.simpleMessage("Enabled"),
"linkExpired": MessageLookupByLibrary.simpleMessage("Expired"),
"linkExpiresOn": m12,
"linkExpiresOn": m27,
"linkExpiry": MessageLookupByLibrary.simpleMessage("Link expiry"),
"linkHasExpired":
MessageLookupByLibrary.simpleMessage("Link has expired"),
@ -789,16 +799,16 @@ class MessageLookup extends MessageLookupByLibrary {
"maps": MessageLookupByLibrary.simpleMessage("Maps"),
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
"maxDeviceLimitSpikeHandling": m13,
"memoryCount": m14,
"maxDeviceLimitSpikeHandling": m28,
"memoryCount": m29,
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
"mobileWebDesktop":
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
"monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
"moveItem": m57,
"moveItem": m30,
"moveToAlbum": MessageLookupByLibrary.simpleMessage("Move to album"),
"movedSuccessfullyTo": m58,
"movedSuccessfullyTo": m31,
"movedToTrash": MessageLookupByLibrary.simpleMessage("Moved to trash"),
"movingFilesToAlbum":
MessageLookupByLibrary.simpleMessage("Moving files to album..."),
@ -846,14 +856,14 @@ class MessageLookup extends MessageLookupByLibrary {
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
"Password changed successfully"),
"passwordLock": MessageLookupByLibrary.simpleMessage("Password lock"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"We don\'t store this password, so if you forget, <underline>we cannot decrypt your data</underline>"),
"paymentDetails":
MessageLookupByLibrary.simpleMessage("Payment details"),
"paymentFailed": MessageLookupByLibrary.simpleMessage("Payment failed"),
"paymentFailedTalkToProvider": m16,
"paymentFailedWithReason": m17,
"paymentFailedTalkToProvider": m33,
"paymentFailedWithReason": m34,
"pendingSync": MessageLookupByLibrary.simpleMessage("Pending sync"),
"peopleUsingYourCode":
MessageLookupByLibrary.simpleMessage("People using your code"),
@ -879,12 +889,12 @@ class MessageLookup extends MessageLookupByLibrary {
"pleaseContactSupportIfTheProblemPersists":
MessageLookupByLibrary.simpleMessage(
"Please contact support if the problem persists"),
"pleaseEmailUsAt": m59,
"pleaseEmailUsAt": m35,
"pleaseGrantPermissions":
MessageLookupByLibrary.simpleMessage("Please grant permissions"),
"pleaseLoginAgain":
MessageLookupByLibrary.simpleMessage("Please login again"),
"pleaseSendTheLogsTo": m60,
"pleaseSendTheLogsTo": m36,
"pleaseTryAgain":
MessageLookupByLibrary.simpleMessage("Please try again"),
"pleaseVerifyTheCodeYouHaveEntered":
@ -916,7 +926,7 @@ class MessageLookup extends MessageLookupByLibrary {
"raiseTicket": MessageLookupByLibrary.simpleMessage("Raise ticket"),
"rateTheApp": MessageLookupByLibrary.simpleMessage("Rate the app"),
"rateUs": MessageLookupByLibrary.simpleMessage("Rate us"),
"rateUsOnStore": m18,
"rateUsOnStore": m37,
"recover": MessageLookupByLibrary.simpleMessage("Recover"),
"recoverAccount":
MessageLookupByLibrary.simpleMessage("Recover account"),
@ -947,7 +957,7 @@ class MessageLookup extends MessageLookupByLibrary {
"1. Give this code to your friends"),
"referralStep2": MessageLookupByLibrary.simpleMessage(
"2. They sign up for a paid plan"),
"referralStep3": m19,
"referralStep3": m38,
"referrals": MessageLookupByLibrary.simpleMessage("Referrals"),
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
"Referrals are currently paused"),
@ -971,7 +981,7 @@ class MessageLookup extends MessageLookupByLibrary {
"removeLink": MessageLookupByLibrary.simpleMessage("Remove link"),
"removeParticipant":
MessageLookupByLibrary.simpleMessage("Remove participant"),
"removeParticipantBody": m20,
"removeParticipantBody": m39,
"removePublicLink":
MessageLookupByLibrary.simpleMessage("Remove public link"),
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
@ -985,7 +995,7 @@ class MessageLookup extends MessageLookupByLibrary {
"renameFile": MessageLookupByLibrary.simpleMessage("Rename file"),
"renewSubscription":
MessageLookupByLibrary.simpleMessage("Renew subscription"),
"renewsOn": m21,
"renewsOn": m40,
"reportABug": MessageLookupByLibrary.simpleMessage("Report a bug"),
"reportBug": MessageLookupByLibrary.simpleMessage("Report bug"),
"resendEmail": MessageLookupByLibrary.simpleMessage("Resend email"),
@ -1040,8 +1050,8 @@ class MessageLookup extends MessageLookupByLibrary {
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
MessageLookupByLibrary.simpleMessage(
"Selected items will be deleted from all albums and moved to trash."),
"selectedPhotos": m22,
"selectedPhotosWithYours": m23,
"selectedPhotos": m41,
"selectedPhotosWithYours": m42,
"send": MessageLookupByLibrary.simpleMessage("Send"),
"sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
"sendInvite": MessageLookupByLibrary.simpleMessage("Send invite"),
@ -1063,31 +1073,31 @@ class MessageLookup extends MessageLookupByLibrary {
"shareAnAlbumNow":
MessageLookupByLibrary.simpleMessage("Share an album now"),
"shareLink": MessageLookupByLibrary.simpleMessage("Share link"),
"shareMyVerificationID": m24,
"shareMyVerificationID": m43,
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
"Share only with the people you want"),
"shareTextConfirmOthersVerificationID": m25,
"shareTextConfirmOthersVerificationID": m44,
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
"Download ente so we can easily share original quality photos and videos\n\nhttps://ente.io"),
"shareTextReferralCode": m26,
"shareTextReferralCode": m45,
"shareWithNonenteUsers":
MessageLookupByLibrary.simpleMessage("Share with non-ente users"),
"shareWithPeopleSectionTitle": m27,
"shareWithPeopleSectionTitle": m46,
"shareYourFirstAlbum":
MessageLookupByLibrary.simpleMessage("Share your first album"),
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
"Create shared and collaborative albums with other ente users, including users on free plans."),
"sharedByMe": MessageLookupByLibrary.simpleMessage("Shared by me"),
"sharedWith": m28,
"sharedWith": m47,
"sharedWithMe": MessageLookupByLibrary.simpleMessage("Shared with me"),
"sharing": MessageLookupByLibrary.simpleMessage("Sharing..."),
"signUpTerms": MessageLookupByLibrary.simpleMessage(
"I agree to the <u-terms>terms of service</u-terms> and <u-policy>privacy policy</u-policy>"),
"singleFileDeleteFromDevice": m29,
"singleFileDeleteFromDevice": m48,
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
"It will be deleted from all albums."),
"singleFileInBothLocalAndRemote": m30,
"singleFileInRemoteOnly": m31,
"singleFileInBothLocalAndRemote": m49,
"singleFileInRemoteOnly": m50,
"skip": MessageLookupByLibrary.simpleMessage("Skip"),
"social": MessageLookupByLibrary.simpleMessage("Social"),
"someItemsAreInBothEnteAndYourDevice":
@ -1124,13 +1134,13 @@ class MessageLookup extends MessageLookupByLibrary {
"storage": MessageLookupByLibrary.simpleMessage("Storage"),
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Family"),
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("You"),
"storageInGB": m32,
"storageInGB": m51,
"storageLimitExceeded":
MessageLookupByLibrary.simpleMessage("Storage limit exceeded"),
"storageUsageInfo": m61,
"storageUsageInfo": m52,
"strongStrength": MessageLookupByLibrary.simpleMessage("Strong"),
"subAlreadyLinkedErrMessage": m33,
"subWillBeCancelledOn": m34,
"subAlreadyLinkedErrMessage": m53,
"subWillBeCancelledOn": m54,
"subscribe": MessageLookupByLibrary.simpleMessage("Subscribe"),
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
"Looks like your subscription has expired. Please subscribe to enable sharing."),
@ -1143,7 +1153,7 @@ class MessageLookup extends MessageLookupByLibrary {
"suggestFeatures":
MessageLookupByLibrary.simpleMessage("Suggest features"),
"support": MessageLookupByLibrary.simpleMessage("Support"),
"syncProgress": m35,
"syncProgress": m55,
"syncStopped": MessageLookupByLibrary.simpleMessage("Sync stopped"),
"syncing": MessageLookupByLibrary.simpleMessage("Syncing..."),
"systemTheme": MessageLookupByLibrary.simpleMessage("System"),
@ -1169,7 +1179,7 @@ class MessageLookup extends MessageLookupByLibrary {
"theseItemsWillBeDeletedFromYourDevice":
MessageLookupByLibrary.simpleMessage(
"These items will be deleted from your device."),
"theyAlsoGetXGb": m36,
"theyAlsoGetXGb": m56,
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
"They will be deleted from all albums."),
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
@ -1185,7 +1195,7 @@ class MessageLookup extends MessageLookupByLibrary {
"This email is already in use"),
"thisImageHasNoExifData":
MessageLookupByLibrary.simpleMessage("This image has no exif data"),
"thisIsPersonVerificationId": m37,
"thisIsPersonVerificationId": m57,
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
"This is your Verification ID"),
"thisWillLogYouOutOfTheFollowingDevice":
@ -1200,7 +1210,7 @@ class MessageLookup extends MessageLookupByLibrary {
"total": MessageLookupByLibrary.simpleMessage("total"),
"totalSize": MessageLookupByLibrary.simpleMessage("Total size"),
"trash": MessageLookupByLibrary.simpleMessage("Trash"),
"trashDaysLeft": m62,
"trashDaysLeft": m58,
"tryAgain": MessageLookupByLibrary.simpleMessage("Try again"),
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
"Turn on backup to automatically upload files added to this device folder to ente."),
@ -1255,7 +1265,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Verification ID"),
"verify": MessageLookupByLibrary.simpleMessage("Verify"),
"verifyEmail": MessageLookupByLibrary.simpleMessage("Verify email"),
"verifyEmailID": m38,
"verifyEmailID": m59,
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verify"),
"verifyPassword":
MessageLookupByLibrary.simpleMessage("Verify password"),
@ -1278,11 +1288,11 @@ class MessageLookup extends MessageLookupByLibrary {
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
MessageLookupByLibrary.simpleMessage(
"We don\'t support editing photos and albums that you don\'t own yet"),
"weHaveSendEmailTo": m39,
"weHaveSendEmailTo": m60,
"weakStrength": MessageLookupByLibrary.simpleMessage("Weak"),
"welcomeBack": MessageLookupByLibrary.simpleMessage("Welcome back!"),
"yearly": MessageLookupByLibrary.simpleMessage("Yearly"),
"yearsAgo": m40,
"yearsAgo": m61,
"yes": MessageLookupByLibrary.simpleMessage("Yes"),
"yesCancel": MessageLookupByLibrary.simpleMessage("Yes, cancel"),
"yesConvertToViewer":
@ -1312,7 +1322,7 @@ class MessageLookup extends MessageLookupByLibrary {
"You cannot share with yourself"),
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
"You don\'t have any archived items."),
"youHaveSuccessfullyFreedUp": m41,
"youHaveSuccessfullyFreedUp": m62,
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
"Your account has been deleted"),
"yourPlanWasSuccessfullyDowngraded":

View file

@ -20,25 +20,25 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'es';
static String m42(count) =>
static String m0(count) =>
"${Intl.plural(count, one: 'Agregar elemento', other: 'Agregar elementos')}}";
static String m43(emailOrName) => "Añadido por ${emailOrName}";
static String m1(emailOrName) => "Añadido por ${emailOrName}";
static String m44(albumName) => "Añadido exitosamente a ${albumName}";
static String m2(albumName) => "Añadido exitosamente a ${albumName}";
static String m45(count) =>
static String m3(count) =>
"${Intl.plural(count, zero: 'No hay Participantes', one: '1 Participante', other: '${count} Participantes')}";
static String m46(versionValue) => "Versión: ${versionValue}";
static String m4(versionValue) => "Versión: ${versionValue}";
static String m0(paymentProvider) =>
static String m5(paymentProvider) =>
"Por favor, cancele primero su suscripción existente de ${paymentProvider}";
static String m1(user) =>
static String m6(user) =>
"${user} no podrá añadir más fotos a este álbum\n\nTodavía podrán eliminar las fotos ya añadidas por ellos";
static String m2(isFamilyMember, storageAmountInGb) =>
static String m7(isFamilyMember, storageAmountInGb) =>
"${Intl.select(isFamilyMember, {
'true':
'Su familia ha reclamado ${storageAmountInGb} GB hasta el momento',
@ -48,151 +48,150 @@ class MessageLookup extends MessageLookupByLibrary {
'¡Tú has reclamado ${storageAmountInGb} GB hasta el momento!',
})}";
static String m47(albumName) =>
"Enlace colaborativo creado para ${albumName}";
static String m8(albumName) => "Enlace colaborativo creado para ${albumName}";
static String m3(familyAdminEmail) =>
static String m9(familyAdminEmail) =>
"Por favor contacta con <green>${familyAdminEmail}</green> para administrar tu suscripción";
static String m4(provider) =>
static String m10(provider) =>
"Por favor, contáctenos en support@ente.io para gestionar su suscripción a ${provider}.";
static String m48(currentlyDeleting, totalCount) =>
static String m11(currentlyDeleting, totalCount) =>
"Borrando ${currentlyDeleting} / ${totalCount}";
static String m5(albumName) =>
static String m12(albumName) =>
"Esto eliminará el enlace público para acceder a \"${albumName}\".";
static String m6(supportEmail) =>
static String m13(supportEmail) =>
"Por favor, envíe un email a ${supportEmail} desde su dirección de correo electrónico registrada";
static String m7(count, storageSaved) =>
static String m14(count, storageSaved) =>
"¡Has limpiado ${Intl.plural(count, one: '${count} archivo duplicado', other: '${count} archivos duplicados')}, ahorrando (${storageSaved}!)";
static String m49(newEmail) => "Correo cambiado a ${newEmail}";
static String m15(newEmail) => "Correo cambiado a ${newEmail}";
static String m8(email) =>
static String m16(email) =>
"${email} no tiene una cuenta ente.\n\nEnvíale una invitación para compartir fotos.";
static String m50(count, formattedNumber) =>
static String m17(count, formattedNumber) =>
"${Intl.plural(count, one: '1 archivo', other: '${formattedNumber} archivos')} en este dispositivo han sido respaldados de forma segura";
static String m51(count, formattedNumber) =>
static String m18(count, formattedNumber) =>
"${Intl.plural(count, one: '1 archivo', other: '${formattedNumber} archivos')} en este álbum ha sido respaldado de forma segura";
static String m9(storageAmountInGB) =>
static String m19(storageAmountInGB) =>
"${storageAmountInGB} GB cada vez que alguien se registra en un plan de pago y aplica tu código";
static String m52(freeAmount, storageUnit) =>
static String m20(freeAmount, storageUnit) =>
"${freeAmount} ${storageUnit} gratis";
static String m10(endDate) => "Prueba gratuita válida hasta${endDate}";
static String m21(endDate) => "Prueba gratuita válida hasta${endDate}";
static String m53(count) =>
static String m22(count) =>
"Aún puedes acceder ${Intl.plural(count, one: 'si', other: 'entonces')} en ente mientras mantengas una suscripción activa";
static String m54(sizeInMBorGB) => "Liberar ${sizeInMBorGB}";
static String m23(sizeInMBorGB) => "Liberar ${sizeInMBorGB}";
static String m55(count, formattedSize) =>
static String m24(count, formattedSize) =>
"${Intl.plural(count, one: 'Se puede eliminar del dispositivo para liberar ${formattedSize}', other: 'Se pueden eliminar del dispositivo para liberar ${formattedSize}')}";
static String m11(count) =>
static String m25(count) =>
"${Intl.plural(count, one: '${count} elemento', other: '${count} elementos')}";
static String m56(count) => "${count} seleccionados";
static String m26(count) => "${count} seleccionados";
static String m12(expiryTime) => "El enlace caducará en ${expiryTime}";
static String m27(expiryTime) => "El enlace caducará en ${expiryTime}";
static String m13(maxValue) =>
static String m28(maxValue) =>
"Cuando se establece al máximo (${maxValue}), el límite del dispositivo se relajará para permitir picos temporales de un gran número de espectadores.";
static String m14(count, formattedCount) =>
static String m29(count, formattedCount) =>
"${Intl.plural(count, zero: 'no recuerdos', one: '${formattedCount} recuerdo', other: '${formattedCount} recuerdos')}\n";
static String m57(count) =>
static String m30(count) =>
"${Intl.plural(count, one: 'Mover elemento', other: 'Mover elementos')}";
static String m58(albumName) => "Movido exitosamente a ${albumName}";
static String m31(albumName) => "Movido exitosamente a ${albumName}";
static String m15(passwordStrengthValue) =>
static String m32(passwordStrengthValue) =>
"Seguridad de la contraseña : ${passwordStrengthValue}";
static String m16(providerName) =>
static String m33(providerName) =>
"Por favor hable con el soporte de ${providerName} si se le cobró";
static String m17(reason) =>
static String m34(reason) =>
"Lamentablemente tu pago falló debido a ${reason}";
static String m59(toEmail) =>
static String m35(toEmail) =>
"Por favor, envíanos un correo electrónico a ${toEmail}";
static String m60(toEmail) => "Por favor, envíe los registros a ${toEmail}";
static String m36(toEmail) => "Por favor, envíe los registros a ${toEmail}";
static String m18(storeName) => "Califícanos en ${storeName}";
static String m37(storeName) => "Califícanos en ${storeName}";
static String m19(storageInGB) =>
static String m38(storageInGB) =>
"3. Ambos obtienen ${storageInGB} GB* gratis";
static String m20(userEmail) =>
static String m39(userEmail) =>
"${userEmail} será eliminado de este álbum compartido\n\nCualquier foto añadida por ellos también será eliminada del álbum";
static String m21(endDate) => "Se renueva el ${endDate}";
static String m40(endDate) => "Se renueva el ${endDate}";
static String m22(count) => "${count} seleccionados";
static String m41(count) => "${count} seleccionados";
static String m23(count, yourCount) =>
static String m42(count, yourCount) =>
"${count} seleccionados (${yourCount} tuyos)";
static String m24(verificationID) =>
static String m43(verificationID) =>
"Aquí está mi ID de verificación: ${verificationID} para ente.io.";
static String m25(verificationID) =>
static String m44(verificationID) =>
"Hola, ¿puedes confirmar que esta es tu ID de verificación ente.io: ${verificationID}?";
static String m26(referralCode, referralStorageInGB) =>
static String m45(referralCode, referralStorageInGB) =>
"ente código de referencia: ${referralCode} \n\nAplicarlo en Ajustes → General → Referencias para obtener ${referralStorageInGB} GB gratis después de registrarse en un plan de pago\n\nhttps://ente.io";
static String m27(numberOfPeople) =>
static String m46(numberOfPeople) =>
"${Intl.plural(numberOfPeople, zero: 'Compartir con personas específicas', one: 'Compartido con 1 persona', other: 'Compartido con ${numberOfPeople} personas')}";
static String m28(emailIDs) => "Compartido con ${emailIDs}";
static String m47(emailIDs) => "Compartido con ${emailIDs}";
static String m29(fileType) =>
static String m48(fileType) =>
"Este ${fileType} se eliminará de tu dispositivo.";
static String m30(fileType) =>
static String m49(fileType) =>
"Este ${fileType} está tanto en ente como en tu dispositivo.";
static String m31(fileType) => "Este ${fileType} se eliminará de ente.";
static String m50(fileType) => "Este ${fileType} se eliminará de ente.";
static String m32(storageAmountInGB) => "${storageAmountInGB} GB";
static String m51(storageAmountInGB) => "${storageAmountInGB} GB";
static String m61(
static String m52(
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
"${usedAmount} ${usedStorageUnit} de ${totalAmount} ${totalStorageUnit} usados";
static String m33(id) =>
static String m53(id) =>
"Su ${id} ya está vinculado a otra cuenta ente.\nSi desea utilizar su ${id} con esta cuenta, póngase en contacto con nuestro servicio de asistencia\'\'";
static String m34(endDate) => "Tu suscripción se cancelará el ${endDate}";
static String m54(endDate) => "Tu suscripción se cancelará el ${endDate}";
static String m35(completed, total) =>
static String m55(completed, total) =>
"${completed}/${total} recuerdos conservados";
static String m36(storageAmountInGB) =>
static String m56(storageAmountInGB) =>
"También obtienen ${storageAmountInGB} GB";
static String m37(email) => "Este es el ID de verificación de ${email}";
static String m57(email) => "Este es el ID de verificación de ${email}";
static String m38(email) => "Verificar ${email}";
static String m59(email) => "Verificar ${email}";
static String m39(email) =>
static String m60(email) =>
"Hemos enviado un correo a <green>${email}</green>";
static String m40(count) =>
static String m61(count) =>
"${Intl.plural(count, one: '${count} hace un año', other: '${count} hace años')}";
static String m41(storageSaved) => "¡Has liberado ${storageSaved} con éxito!";
static String m62(storageSaved) => "¡Has liberado ${storageSaved} con éxito!";
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
@ -210,7 +209,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Agregar nuevo correo electrónico"),
"addCollaborator":
MessageLookupByLibrary.simpleMessage("Agregar colaborador"),
"addItem": m42,
"addItem": m0,
"addLocation":
MessageLookupByLibrary.simpleMessage("Agregar ubicación"),
"addLocationButton": MessageLookupByLibrary.simpleMessage("Añadir"),
@ -219,8 +218,8 @@ class MessageLookup extends MessageLookupByLibrary {
"addToEnte": MessageLookupByLibrary.simpleMessage("Añadir a ente"),
"addViewer": MessageLookupByLibrary.simpleMessage("Añadir espectador"),
"addedAs": MessageLookupByLibrary.simpleMessage("Agregado como"),
"addedBy": m43,
"addedSuccessfullyTo": m44,
"addedBy": m1,
"addedSuccessfullyTo": m2,
"addingToFavorites":
MessageLookupByLibrary.simpleMessage("Añadiendo a favoritos..."),
"advanced": MessageLookupByLibrary.simpleMessage("Avanzado"),
@ -233,7 +232,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Después de una semana"),
"after1Year": MessageLookupByLibrary.simpleMessage("Después de un año"),
"albumOwner": MessageLookupByLibrary.simpleMessage("Propietario"),
"albumParticipantsCount": m45,
"albumParticipantsCount": m3,
"albumTitle": MessageLookupByLibrary.simpleMessage("Título del álbum"),
"albumUpdated":
MessageLookupByLibrary.simpleMessage("Álbum actualizado"),
@ -251,7 +250,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Permitir que la gente añada fotos"),
"androidIosWebDesktop": MessageLookupByLibrary.simpleMessage(
"Android, iOS, Web, Computadora"),
"appVersion": m46,
"appVersion": m4,
"appleId": MessageLookupByLibrary.simpleMessage("ID de Apple"),
"apply": MessageLookupByLibrary.simpleMessage("Aplicar"),
"applyCodeTitle": MessageLookupByLibrary.simpleMessage("Usar código"),
@ -333,10 +332,10 @@ class MessageLookup extends MessageLookupByLibrary {
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
"Sólo puede eliminar archivos de tu propiedad"),
"cancel": MessageLookupByLibrary.simpleMessage("Cancelar"),
"cancelOtherSubscription": m0,
"cancelOtherSubscription": m5,
"cancelSubscription":
MessageLookupByLibrary.simpleMessage("Cancelar suscripción"),
"cannotAddMorePhotosAfterBecomingViewer": m1,
"cannotAddMorePhotosAfterBecomingViewer": m6,
"centerPoint": MessageLookupByLibrary.simpleMessage("Punto central"),
"changeEmail":
MessageLookupByLibrary.simpleMessage("Cambiar correo electrónico"),
@ -355,7 +354,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Reclamar almacenamiento gratis"),
"claimMore": MessageLookupByLibrary.simpleMessage("¡Reclama más!"),
"claimed": MessageLookupByLibrary.simpleMessage("Reclamado"),
"claimedStorageSoFar": m2,
"claimedStorageSoFar": m7,
"clearCaches": MessageLookupByLibrary.simpleMessage("Limpiar caché"),
"click": MessageLookupByLibrary.simpleMessage("• Click"),
"clickOnTheOverflowMenu": MessageLookupByLibrary.simpleMessage(
@ -373,7 +372,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Crea un enlace para que la gente pueda añadir y ver fotos en tu álbum compartido sin necesidad de la aplicación ente o una cuenta. Genial para recolectar fotos de eventos."),
"collaborativeLink":
MessageLookupByLibrary.simpleMessage("Enlace colaborativo"),
"collaborativeLinkCreatedFor": m47,
"collaborativeLinkCreatedFor": m8,
"collaborator": MessageLookupByLibrary.simpleMessage("Colaborador"),
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
MessageLookupByLibrary.simpleMessage(
@ -398,10 +397,10 @@ class MessageLookup extends MessageLookupByLibrary {
"Confirmar clave de recuperación"),
"confirmYourRecoveryKey": MessageLookupByLibrary.simpleMessage(
"Confirme su clave de recuperación"),
"contactFamilyAdmin": m3,
"contactFamilyAdmin": m9,
"contactSupport":
MessageLookupByLibrary.simpleMessage("Contactar con soporte"),
"contactToManageSubscription": m4,
"contactToManageSubscription": m10,
"continueLabel": MessageLookupByLibrary.simpleMessage("Continuar"),
"continueOnFreeTrial": MessageLookupByLibrary.simpleMessage(
"Continuar con el plan gratuito"),
@ -473,7 +472,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Borrar la ubicación"),
"deletePhotos":
MessageLookupByLibrary.simpleMessage("Borrar las fotos"),
"deleteProgress": m48,
"deleteProgress": m11,
"deleteReason1": MessageLookupByLibrary.simpleMessage(
"Falta una característica clave que necesito"),
"deleteReason2": MessageLookupByLibrary.simpleMessage(
@ -506,7 +505,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Los espectadores todavía pueden tomar capturas de pantalla o guardar una copia de sus fotos usando herramientas externas"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("Por favor tenga en cuenta"),
"disableLinkMessage": m5,
"disableLinkMessage": m12,
"disableTwofactor":
MessageLookupByLibrary.simpleMessage("Deshabilitar dos factores"),
"disablingTwofactorAuthentication":
@ -527,8 +526,8 @@ class MessageLookup extends MessageLookupByLibrary {
"downloadFailed":
MessageLookupByLibrary.simpleMessage("Descarga fallida"),
"downloading": MessageLookupByLibrary.simpleMessage("Descargando..."),
"dropSupportEmail": m6,
"duplicateFileCountWithStorageSaved": m7,
"dropSupportEmail": m13,
"duplicateFileCountWithStorageSaved": m14,
"edit": MessageLookupByLibrary.simpleMessage("Editar"),
"editLocationTagTitle":
MessageLookupByLibrary.simpleMessage("Editar la ubicación"),
@ -536,8 +535,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Ediciones guardadas"),
"eligible": MessageLookupByLibrary.simpleMessage("elegible"),
"email": MessageLookupByLibrary.simpleMessage("Correo electrónico"),
"emailChangedTo": m49,
"emailNoEnteAccount": m8,
"emailChangedTo": m15,
"emailNoEnteAccount": m16,
"emailYourLogs": MessageLookupByLibrary.simpleMessage(
"Envíe sus registros por correo electrónico"),
"empty": MessageLookupByLibrary.simpleMessage("Vaciar"),
@ -625,8 +624,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Añadir una descripción..."),
"fileSavedToGallery": MessageLookupByLibrary.simpleMessage(
"Archivo guardado en la galería"),
"filesBackedUpFromDevice": m50,
"filesBackedUpInAlbum": m51,
"filesBackedUpFromDevice": m17,
"filesBackedUpInAlbum": m18,
"filesDeleted":
MessageLookupByLibrary.simpleMessage("Archivos eliminados"),
"flip": MessageLookupByLibrary.simpleMessage("Voltear"),
@ -636,18 +635,18 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Olvidé mi contraseña"),
"freeStorageClaimed": MessageLookupByLibrary.simpleMessage(
"Almacenamiento gratuito reclamado"),
"freeStorageOnReferralSuccess": m9,
"freeStorageSpace": m52,
"freeStorageOnReferralSuccess": m19,
"freeStorageSpace": m20,
"freeStorageUsable": MessageLookupByLibrary.simpleMessage(
"Almacenamiento libre disponible"),
"freeTrial": MessageLookupByLibrary.simpleMessage("Prueba gratuita"),
"freeTrialValidTill": m10,
"freeUpAccessPostDelete": m53,
"freeUpAmount": m54,
"freeTrialValidTill": m21,
"freeUpAccessPostDelete": m22,
"freeUpAmount": m23,
"freeUpDeviceSpace": MessageLookupByLibrary.simpleMessage(
"Liberar espacio del dispositivo"),
"freeUpSpace": MessageLookupByLibrary.simpleMessage("Liberar espacio"),
"freeUpSpaceSaving": m55,
"freeUpSpaceSaving": m24,
"galleryMemoryLimitInfo": MessageLookupByLibrary.simpleMessage(
"Hasta 1000 memorias mostradas en la galería"),
"general": MessageLookupByLibrary.simpleMessage("General"),
@ -693,8 +692,8 @@ class MessageLookup extends MessageLookupByLibrary {
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
MessageLookupByLibrary.simpleMessage(
"Parece que algo salió mal. Por favor, vuelve a intentarlo después de algún tiempo. Si el error persiste, ponte en contacto con nuestro equipo de soporte."),
"itemCount": m11,
"itemSelectedCount": m56,
"itemCount": m25,
"itemSelectedCount": m26,
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
MessageLookupByLibrary.simpleMessage(
"Los artículos muestran el número de días restantes antes de ser borrados permanente"),
@ -722,7 +721,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Límite del dispositivo"),
"linkEnabled": MessageLookupByLibrary.simpleMessage("Habilitado"),
"linkExpired": MessageLookupByLibrary.simpleMessage("Vencido"),
"linkExpiresOn": m12,
"linkExpiresOn": m27,
"linkExpiry": MessageLookupByLibrary.simpleMessage("Enlace vence"),
"linkHasExpired":
MessageLookupByLibrary.simpleMessage("El enlace ha caducado"),
@ -787,16 +786,16 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Administrar tu suscripción"),
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
"maxDeviceLimitSpikeHandling": m13,
"memoryCount": m14,
"maxDeviceLimitSpikeHandling": m28,
"memoryCount": m29,
"merchandise": MessageLookupByLibrary.simpleMessage("Mercancías"),
"mobileWebDesktop":
MessageLookupByLibrary.simpleMessage("Celular, Web, Computadora"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderada"),
"monthly": MessageLookupByLibrary.simpleMessage("Mensual"),
"moveItem": m57,
"moveItem": m30,
"moveToAlbum": MessageLookupByLibrary.simpleMessage("Mover al álbum"),
"movedSuccessfullyTo": m58,
"movedSuccessfullyTo": m31,
"movedToTrash":
MessageLookupByLibrary.simpleMessage("Movido a la papelera"),
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
@ -846,14 +845,14 @@ class MessageLookup extends MessageLookupByLibrary {
"Contraseña cambiada correctamente"),
"passwordLock":
MessageLookupByLibrary.simpleMessage("Bloqueo por contraseña"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"No almacenamos esta contraseña, así que si la olvidas, <underline>no podemos descifrar tus datos</underline>"),
"paymentDetails":
MessageLookupByLibrary.simpleMessage("Detalles de pago"),
"paymentFailed": MessageLookupByLibrary.simpleMessage("Pago fallido"),
"paymentFailedTalkToProvider": m16,
"paymentFailedWithReason": m17,
"paymentFailedTalkToProvider": m33,
"paymentFailedWithReason": m34,
"pendingSync":
MessageLookupByLibrary.simpleMessage("Sincronización pendiente"),
"peopleUsingYourCode":
@ -880,12 +879,12 @@ class MessageLookup extends MessageLookupByLibrary {
"pleaseContactSupportIfTheProblemPersists":
MessageLookupByLibrary.simpleMessage(
"Por favor contacte a soporte técnico si el problema persiste"),
"pleaseEmailUsAt": m59,
"pleaseEmailUsAt": m35,
"pleaseGrantPermissions":
MessageLookupByLibrary.simpleMessage("Por favor, concede permiso"),
"pleaseLoginAgain": MessageLookupByLibrary.simpleMessage(
"Por favor, vuelva a iniciar sesión"),
"pleaseSendTheLogsTo": m60,
"pleaseSendTheLogsTo": m36,
"pleaseTryAgain": MessageLookupByLibrary.simpleMessage(
"Por favor, inténtalo nuevamente"),
"pleaseVerifyTheCodeYouHaveEntered":
@ -919,7 +918,7 @@ class MessageLookup extends MessageLookupByLibrary {
"rateTheApp":
MessageLookupByLibrary.simpleMessage("Evalúa la aplicación"),
"rateUs": MessageLookupByLibrary.simpleMessage("Califícanos"),
"rateUsOnStore": m18,
"rateUsOnStore": m37,
"recover": MessageLookupByLibrary.simpleMessage("Recuperar"),
"recoverAccount":
MessageLookupByLibrary.simpleMessage("Recuperar cuenta"),
@ -951,7 +950,7 @@ class MessageLookup extends MessageLookupByLibrary {
"1. Dale este código a tus amigos"),
"referralStep2": MessageLookupByLibrary.simpleMessage(
"2. Se inscriben a un plan pagado"),
"referralStep3": m19,
"referralStep3": m38,
"referrals": MessageLookupByLibrary.simpleMessage("Referidos"),
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
"Las referencias están actualmente en pausa"),
@ -976,7 +975,7 @@ class MessageLookup extends MessageLookupByLibrary {
"removeLink": MessageLookupByLibrary.simpleMessage("Eliminar enlace"),
"removeParticipant":
MessageLookupByLibrary.simpleMessage("Quitar participante"),
"removeParticipantBody": m20,
"removeParticipantBody": m39,
"removePublicLink":
MessageLookupByLibrary.simpleMessage("Quitar enlace público"),
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
@ -990,7 +989,7 @@ class MessageLookup extends MessageLookupByLibrary {
"renameFile": MessageLookupByLibrary.simpleMessage("Renombrar archivo"),
"renewSubscription":
MessageLookupByLibrary.simpleMessage("Renovar suscripción"),
"renewsOn": m21,
"renewsOn": m40,
"reportABug": MessageLookupByLibrary.simpleMessage("Reportar un error"),
"reportBug": MessageLookupByLibrary.simpleMessage("Reportar error"),
"resendEmail":
@ -1050,8 +1049,8 @@ class MessageLookup extends MessageLookupByLibrary {
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
MessageLookupByLibrary.simpleMessage(
"Los archivos seleccionados serán eliminados de todos los álbumes y movidos a la papelera."),
"selectedPhotos": m22,
"selectedPhotosWithYours": m23,
"selectedPhotos": m41,
"selectedPhotosWithYours": m42,
"send": MessageLookupByLibrary.simpleMessage("Enviar"),
"sendEmail":
MessageLookupByLibrary.simpleMessage("Enviar correo electrónico"),
@ -1076,32 +1075,32 @@ class MessageLookup extends MessageLookupByLibrary {
"shareAnAlbumNow":
MessageLookupByLibrary.simpleMessage("Compartir un álbum ahora"),
"shareLink": MessageLookupByLibrary.simpleMessage("Compartir enlace"),
"shareMyVerificationID": m24,
"shareMyVerificationID": m43,
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
"Comparte sólo con la gente que quieres"),
"shareTextConfirmOthersVerificationID": m25,
"shareTextConfirmOthersVerificationID": m44,
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
"Descarga ente para que podamos compartir fácilmente fotos y videos en su calidad original\n\nhttps://ente.io"),
"shareTextReferralCode": m26,
"shareTextReferralCode": m45,
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
"Compartir con usuarios no ente"),
"shareWithPeopleSectionTitle": m27,
"shareWithPeopleSectionTitle": m46,
"shareYourFirstAlbum":
MessageLookupByLibrary.simpleMessage("Comparte tu primer álbum"),
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
"Crear álbumes compartidos y colaborativos con otros usuarios ente, incluyendo usuarios en planes gratuitos."),
"sharedByMe": MessageLookupByLibrary.simpleMessage("Compartido por mí"),
"sharedWith": m28,
"sharedWith": m47,
"sharedWithMe":
MessageLookupByLibrary.simpleMessage("Compartido conmigo"),
"sharing": MessageLookupByLibrary.simpleMessage("Compartiendo..."),
"signUpTerms": MessageLookupByLibrary.simpleMessage(
"Estoy de acuerdo con los <u-terms>términos del servicio</u-terms> y <u-policy> la política de privacidad</u-policy>"),
"singleFileDeleteFromDevice": m29,
"singleFileDeleteFromDevice": m48,
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
"Se borrará de todos los álbumes."),
"singleFileInBothLocalAndRemote": m30,
"singleFileInRemoteOnly": m31,
"singleFileInBothLocalAndRemote": m49,
"singleFileInRemoteOnly": m50,
"skip": MessageLookupByLibrary.simpleMessage("Omitir"),
"social": MessageLookupByLibrary.simpleMessage("Social"),
"someItemsAreInBothEnteAndYourDevice":
@ -1136,13 +1135,13 @@ class MessageLookup extends MessageLookupByLibrary {
"storage": MessageLookupByLibrary.simpleMessage("Almacenamiento"),
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Familia"),
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Usted"),
"storageInGB": m32,
"storageInGB": m51,
"storageLimitExceeded":
MessageLookupByLibrary.simpleMessage("Límite de datos excedido"),
"storageUsageInfo": m61,
"storageUsageInfo": m52,
"strongStrength": MessageLookupByLibrary.simpleMessage("Segura"),
"subAlreadyLinkedErrMessage": m33,
"subWillBeCancelledOn": m34,
"subAlreadyLinkedErrMessage": m53,
"subWillBeCancelledOn": m54,
"subscribe": MessageLookupByLibrary.simpleMessage("Suscribirse"),
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
"Parece que su suscripción ha caducado. Por favor, suscríbase para habilitar el compartir."),
@ -1155,7 +1154,7 @@ class MessageLookup extends MessageLookupByLibrary {
"suggestFeatures":
MessageLookupByLibrary.simpleMessage("Sugerir una característica"),
"support": MessageLookupByLibrary.simpleMessage("Soporte"),
"syncProgress": m35,
"syncProgress": m55,
"syncStopped":
MessageLookupByLibrary.simpleMessage("Sincronización detenida"),
"syncing": MessageLookupByLibrary.simpleMessage("Sincronizando..."),
@ -1183,7 +1182,7 @@ class MessageLookup extends MessageLookupByLibrary {
"theseItemsWillBeDeletedFromYourDevice":
MessageLookupByLibrary.simpleMessage(
"Estos elementos se eliminarán de tu dispositivo."),
"theyAlsoGetXGb": m36,
"theyAlsoGetXGb": m56,
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
"Se borrarán de todos los álbumes."),
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
@ -1199,7 +1198,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Este correo electrónico ya está en uso"),
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
"Esta imagen no tiene datos exif"),
"thisIsPersonVerificationId": m37,
"thisIsPersonVerificationId": m57,
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
"Esta es tu ID de verificación"),
"thisWillLogYouOutOfTheFollowingDevice":
@ -1270,7 +1269,7 @@ class MessageLookup extends MessageLookupByLibrary {
"verify": MessageLookupByLibrary.simpleMessage("Verificar"),
"verifyEmail": MessageLookupByLibrary.simpleMessage(
"Verificar correo electrónico"),
"verifyEmailID": m38,
"verifyEmailID": m59,
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verificar"),
"verifyPassword":
MessageLookupByLibrary.simpleMessage("Verificar contraseña"),
@ -1293,12 +1292,12 @@ class MessageLookup extends MessageLookupByLibrary {
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
MessageLookupByLibrary.simpleMessage(
"No admitimos la edición de fotos y álbunes que aún no son tuyos"),
"weHaveSendEmailTo": m39,
"weHaveSendEmailTo": m60,
"weakStrength": MessageLookupByLibrary.simpleMessage("Poco segura"),
"welcomeBack":
MessageLookupByLibrary.simpleMessage("¡Bienvenido de nuevo!"),
"yearly": MessageLookupByLibrary.simpleMessage("Anualmente"),
"yearsAgo": m40,
"yearsAgo": m61,
"yes": MessageLookupByLibrary.simpleMessage(""),
"yesCancel": MessageLookupByLibrary.simpleMessage("Sí, cancelar"),
"yesConvertToViewer":
@ -1328,7 +1327,7 @@ class MessageLookup extends MessageLookupByLibrary {
"No puedes compartir contigo mismo"),
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
"No tienes nada de elementos archivados."),
"youHaveSuccessfullyFreedUp": m41,
"youHaveSuccessfullyFreedUp": m62,
"yourAccountHasBeenDeleted":
MessageLookupByLibrary.simpleMessage("Su cuenta ha sido eliminada"),
"yourPlanWasSuccessfullyDowngraded":

View file

@ -20,18 +20,18 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'fr';
static String m42(count) =>
static String m0(count) =>
"${Intl.plural(count, one: 'Ajoutez un objet', other: 'Ajoutez des objets')}";
static String m44(albumName) => "Ajouté avec succès à ${albumName}";
static String m2(albumName) => "Ajouté avec succès à ${albumName}";
static String m0(paymentProvider) =>
static String m5(paymentProvider) =>
"Veuillez d\'abord annuler votre abonnement existant de ${paymentProvider}";
static String m1(user) =>
static String m6(user) =>
"${user} ne pourra pas ajouter plus de photos à cet album\n\nIl pourrait toujours supprimer les photos existantes ajoutées par eux";
static String m2(isFamilyMember, storageAmountInGb) =>
static String m7(isFamilyMember, storageAmountInGb) =>
"${Intl.select(isFamilyMember, {
'true':
'Votre famille a demandé ${storageAmountInGb} GB jusqu\'à présent',
@ -41,111 +41,111 @@ class MessageLookup extends MessageLookupByLibrary {
'Vous avez réclamé ${storageAmountInGb} GB jusqu\'à présent!',
})}";
static String m47(albumName) => "Lien collaboratif créé pour ${albumName}";
static String m8(albumName) => "Lien collaboratif créé pour ${albumName}";
static String m4(provider) =>
static String m10(provider) =>
"Veuillez nous contacter à support@ente.io pour gérer votre abonnement ${provider}.";
static String m48(currentlyDeleting, totalCount) =>
static String m11(currentlyDeleting, totalCount) =>
"Suppression de ${currentlyDeleting} / ${totalCount}";
static String m5(albumName) =>
static String m12(albumName) =>
"Cela supprimera le lien public pour accéder à \"${albumName}\".";
static String m6(supportEmail) =>
static String m13(supportEmail) =>
"Veuillez envoyer un e-mail à ${supportEmail} depuis votre adresse enregistrée";
static String m7(count, storageSaved) =>
static String m14(count, storageSaved) =>
"Vous avez nettoyé ${Intl.plural(count, one: '${count} fichier dupliqué', other: '${count} fichiers dupliqués')}, sauvegarde (${storageSaved}!)";
static String m49(newEmail) => "L\'e-mail a été changé en ${newEmail}";
static String m15(newEmail) => "L\'e-mail a été changé en ${newEmail}";
static String m8(email) =>
static String m16(email) =>
"${email} n\'a pas de compte ente.\n\nEnvoyez une invitation pour partager des photos.";
static String m9(storageAmountInGB) =>
static String m19(storageAmountInGB) =>
"${storageAmountInGB} Go chaque fois que quelqu\'un s\'inscrit à une offre payante et applique votre code";
static String m11(count) =>
static String m25(count) =>
"${Intl.plural(count, one: '${count} objet', other: '${count} objets')}";
static String m56(count) => "${count} sélectionné";
static String m26(count) => "${count} sélectionné";
static String m12(expiryTime) => "Le lien expirera le ${expiryTime}";
static String m27(expiryTime) => "Le lien expirera le ${expiryTime}";
static String m13(maxValue) =>
static String m28(maxValue) =>
"Lorsqu\'elle est définie au maximum (${maxValue}), la limite de l\'appareil sera assouplie pour permettre des pointes temporaires d\'un grand nombre de téléspectateurs.";
static String m14(count, formattedCount) =>
static String m29(count, formattedCount) =>
"${Intl.plural(count, one: '${formattedCount} mémoire', other: '${formattedCount} souvenirs')}";
static String m57(count) =>
static String m30(count) =>
"${Intl.plural(count, one: 'Déplacez l\'objet', other: 'Déplacez des objets')}";
static String m58(albumName) => "Déplacé avec succès vers ${albumName}";
static String m31(albumName) => "Déplacé avec succès vers ${albumName}";
static String m15(passwordStrengthValue) =>
static String m32(passwordStrengthValue) =>
"Puissance du mot de passe : ${passwordStrengthValue}";
static String m59(toEmail) => "Merci de nous envoyer un e-mail à ${toEmail}";
static String m35(toEmail) => "Merci de nous envoyer un e-mail à ${toEmail}";
static String m60(toEmail) => "Envoyez les logs à ${toEmail}";
static String m36(toEmail) => "Envoyez les logs à ${toEmail}";
static String m18(storeName) => "Notez-nous sur ${storeName}";
static String m37(storeName) => "Notez-nous sur ${storeName}";
static String m19(storageInGB) =>
static String m38(storageInGB) =>
"3. Vous recevez tous les deux ${storageInGB} GB* gratuits";
static String m20(userEmail) =>
static String m39(userEmail) =>
"${userEmail} sera retiré de cet album partagé\n\nToutes les photos ajoutées par eux seront également retirées de l\'album";
static String m21(endDate) => "Renouvellement le ${endDate}";
static String m40(endDate) => "Renouvellement le ${endDate}";
static String m22(count) => "${count} sélectionné";
static String m41(count) => "${count} sélectionné";
static String m23(count, yourCount) =>
static String m42(count, yourCount) =>
"${count} sélectionné (${yourCount} votre)";
static String m24(verificationID) =>
static String m43(verificationID) =>
"Voici mon ID de vérification : ${verificationID} pour ente.io.";
static String m25(verificationID) =>
static String m44(verificationID) =>
"Hé, pouvez-vous confirmer qu\'il s\'agit de votre ID de vérification ente.io : ${verificationID}";
static String m26(referralCode, referralStorageInGB) =>
static String m45(referralCode, referralStorageInGB) =>
"code de parrainage ente : ${referralCode} \n\nAppliquez le dans Paramètres → Général → Références pour obtenir ${referralStorageInGB} Go gratuitement après votre inscription à un plan payant\n\nhttps://ente.io";
static String m27(numberOfPeople) =>
static String m46(numberOfPeople) =>
"${Intl.plural(numberOfPeople, zero: 'Partagez avec des personnes spécifiques', one: 'Partagé avec 1 personne', other: 'Partagé avec ${numberOfPeople} des gens')}";
static String m28(emailIDs) => "Partagé avec ${emailIDs}";
static String m47(emailIDs) => "Partagé avec ${emailIDs}";
static String m29(fileType) =>
static String m48(fileType) =>
"Ce ${fileType} sera supprimé de votre appareil.";
static String m30(fileType) =>
static String m49(fileType) =>
"Ce ${fileType} est à la fois dans ente et votre appareil.";
static String m31(fileType) => "Ce ${fileType} sera supprimé de ente.";
static String m50(fileType) => "Ce ${fileType} sera supprimé de ente.";
static String m32(storageAmountInGB) => "${storageAmountInGB} Go";
static String m51(storageAmountInGB) => "${storageAmountInGB} Go";
static String m34(endDate) => "Votre abonnement sera annulé le ${endDate}";
static String m54(endDate) => "Votre abonnement sera annulé le ${endDate}";
static String m35(completed, total) =>
static String m55(completed, total) =>
"${completed}/${total} souvenirs préservés";
static String m36(storageAmountInGB) =>
static String m56(storageAmountInGB) =>
"Ils obtiennent aussi ${storageAmountInGB} Go";
static String m37(email) => "Ceci est l\'ID de vérification de ${email}";
static String m57(email) => "Ceci est l\'ID de vérification de ${email}";
static String m38(email) => "Vérifier ${email}";
static String m59(email) => "Vérifier ${email}";
static String m40(count) =>
static String m61(count) =>
"${Intl.plural(count, one: '${count} il y a un an', other: '${count} il y a des années')}";
static String m41(storageSaved) =>
static String m62(storageSaved) =>
"Vous avez libéré ${storageSaved} avec succès !";
final messages = _notInlinedMessages(_notInlinedMessages);
@ -164,7 +164,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Ajouter un nouvel email"),
"addCollaborator":
MessageLookupByLibrary.simpleMessage("Ajouter un collaborateur"),
"addItem": m42,
"addItem": m0,
"addMore": MessageLookupByLibrary.simpleMessage("Ajouter Plus"),
"addToAlbum":
MessageLookupByLibrary.simpleMessage("Ajouter à l\'album"),
@ -172,7 +172,7 @@ class MessageLookup extends MessageLookupByLibrary {
"addViewer":
MessageLookupByLibrary.simpleMessage("Ajouter un observateur"),
"addedAs": MessageLookupByLibrary.simpleMessage("Ajouté comme"),
"addedSuccessfullyTo": m44,
"addedSuccessfullyTo": m2,
"addingToFavorites":
MessageLookupByLibrary.simpleMessage("Ajout aux favoris..."),
"advanced": MessageLookupByLibrary.simpleMessage("Avancé"),
@ -260,10 +260,10 @@ class MessageLookup extends MessageLookupByLibrary {
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
"Vous ne pouvez supprimer que les fichiers que vous possédez"),
"cancel": MessageLookupByLibrary.simpleMessage("Annuler"),
"cancelOtherSubscription": m0,
"cancelOtherSubscription": m5,
"cancelSubscription":
MessageLookupByLibrary.simpleMessage("Annuler l\'abonnement"),
"cannotAddMorePhotosAfterBecomingViewer": m1,
"cannotAddMorePhotosAfterBecomingViewer": m6,
"changeEmail":
MessageLookupByLibrary.simpleMessage("Modifier l\'e-mail"),
"changePassword":
@ -281,7 +281,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Réclamer le stockage gratuit"),
"claimMore": MessageLookupByLibrary.simpleMessage("Réclamez plus !"),
"claimed": MessageLookupByLibrary.simpleMessage("Réclamée"),
"claimedStorageSoFar": m2,
"claimedStorageSoFar": m7,
"clearCaches":
MessageLookupByLibrary.simpleMessage("Nettoyer le cache"),
"close": MessageLookupByLibrary.simpleMessage("Fermer"),
@ -297,7 +297,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Créez un lien pour permettre aux gens d\'ajouter et de voir des photos dans votre album partagé sans avoir besoin d\'une application ente ou d\'un compte. Idéal pour collecter des photos d\'événement."),
"collaborativeLink":
MessageLookupByLibrary.simpleMessage("Lien collaboratif"),
"collaborativeLinkCreatedFor": m47,
"collaborativeLinkCreatedFor": m8,
"collaborator": MessageLookupByLibrary.simpleMessage("Collaborateur"),
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
MessageLookupByLibrary.simpleMessage(
@ -323,7 +323,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Confirmer la clé de récupération"),
"contactSupport":
MessageLookupByLibrary.simpleMessage("Contacter l\'assistance"),
"contactToManageSubscription": m4,
"contactToManageSubscription": m10,
"continueLabel": MessageLookupByLibrary.simpleMessage("Continuer"),
"copyEmailAddress":
MessageLookupByLibrary.simpleMessage("Copier ladresse e-mail"),
@ -385,7 +385,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Supprimer de ente"),
"deletePhotos":
MessageLookupByLibrary.simpleMessage("Supprimer des photos"),
"deleteProgress": m48,
"deleteProgress": m11,
"deleteReason1": MessageLookupByLibrary.simpleMessage(
"Il manque une fonction clé dont j\'ai besoin"),
"deleteReason2": MessageLookupByLibrary.simpleMessage(
@ -412,7 +412,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Les téléspectateurs peuvent toujours prendre des captures d\'écran ou enregistrer une copie de vos photos en utilisant des outils externes"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("Veuillez remarquer"),
"disableLinkMessage": m5,
"disableLinkMessage": m12,
"disableTwofactor": MessageLookupByLibrary.simpleMessage(
"Désactiver la double-authentification"),
"disablingTwofactorAuthentication":
@ -429,13 +429,13 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Échec du téléchargement"),
"downloading":
MessageLookupByLibrary.simpleMessage("Téléchargement en cours..."),
"dropSupportEmail": m6,
"duplicateFileCountWithStorageSaved": m7,
"dropSupportEmail": m13,
"duplicateFileCountWithStorageSaved": m14,
"edit": MessageLookupByLibrary.simpleMessage("Éditer"),
"eligible": MessageLookupByLibrary.simpleMessage("éligible"),
"email": MessageLookupByLibrary.simpleMessage("E-mail"),
"emailChangedTo": m49,
"emailNoEnteAccount": m8,
"emailChangedTo": m15,
"emailNoEnteAccount": m16,
"emailYourLogs":
MessageLookupByLibrary.simpleMessage("Envoyez vos logs par e-mail"),
"empty": MessageLookupByLibrary.simpleMessage("Vide"),
@ -509,7 +509,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Mot de passe oublié"),
"freeStorageClaimed":
MessageLookupByLibrary.simpleMessage("Stockage gratuit réclamé"),
"freeStorageOnReferralSuccess": m9,
"freeStorageOnReferralSuccess": m19,
"freeStorageUsable":
MessageLookupByLibrary.simpleMessage("Stockage gratuit utilisable"),
"freeTrial": MessageLookupByLibrary.simpleMessage("Essai gratuit"),
@ -551,8 +551,8 @@ class MessageLookup extends MessageLookupByLibrary {
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
MessageLookupByLibrary.simpleMessage(
"Il semble qu\'une erreur s\'est produite. Veuillez réessayer après un certain temps. Si l\'erreur persiste, veuillez contacter notre équipe d\'assistance."),
"itemCount": m11,
"itemSelectedCount": m56,
"itemCount": m25,
"itemSelectedCount": m26,
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
MessageLookupByLibrary.simpleMessage(
"Les éléments montrent le nombre de jours restants avant la suppression définitive"),
@ -575,7 +575,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Limite d\'appareil"),
"linkEnabled": MessageLookupByLibrary.simpleMessage("Activé"),
"linkExpired": MessageLookupByLibrary.simpleMessage("Expiré"),
"linkExpiresOn": m12,
"linkExpiresOn": m27,
"linkExpiry":
MessageLookupByLibrary.simpleMessage("Expiration du lien"),
"linkHasExpired":
@ -610,15 +610,15 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Gérer l\'abonnement"),
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
"maxDeviceLimitSpikeHandling": m13,
"memoryCount": m14,
"maxDeviceLimitSpikeHandling": m28,
"memoryCount": m29,
"merchandise": MessageLookupByLibrary.simpleMessage("Marchandise"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("Modéré"),
"monthly": MessageLookupByLibrary.simpleMessage("Mensuel"),
"moveItem": m57,
"moveItem": m30,
"moveToAlbum":
MessageLookupByLibrary.simpleMessage("Déplacer vers l\'album"),
"movedSuccessfullyTo": m58,
"movedSuccessfullyTo": m31,
"movedToTrash":
MessageLookupByLibrary.simpleMessage("Déplacé dans la corbeille"),
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
@ -649,7 +649,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Le mot de passe a été modifié"),
"passwordLock":
MessageLookupByLibrary.simpleMessage("Mot de passe verrou"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"Nous ne stockons pas ce mot de passe, donc si vous l\'oubliez, <underline>nous ne pouvons pas déchiffrer vos données</underline>"),
"paymentDetails":
@ -672,8 +672,8 @@ class MessageLookup extends MessageLookupByLibrary {
"Les photos ajoutées par vous seront retirées de l\'album"),
"playstoreSubscription":
MessageLookupByLibrary.simpleMessage("Abonnement au PlayStore"),
"pleaseEmailUsAt": m59,
"pleaseSendTheLogsTo": m60,
"pleaseEmailUsAt": m35,
"pleaseSendTheLogsTo": m36,
"pleaseTryAgain":
MessageLookupByLibrary.simpleMessage("Veuillez réessayer"),
"pleaseWait":
@ -693,7 +693,7 @@ class MessageLookup extends MessageLookupByLibrary {
"publicLinkEnabled":
MessageLookupByLibrary.simpleMessage("Lien public activé"),
"rateUs": MessageLookupByLibrary.simpleMessage("Évaluez-nous"),
"rateUsOnStore": m18,
"rateUsOnStore": m37,
"recover": MessageLookupByLibrary.simpleMessage("Restaurer"),
"recoverAccount":
MessageLookupByLibrary.simpleMessage("Récupérer un compte"),
@ -725,7 +725,7 @@ class MessageLookup extends MessageLookupByLibrary {
"1. Donnez ce code à vos amis"),
"referralStep2": MessageLookupByLibrary.simpleMessage(
"2. Ils s\'inscrivent à une offre payante"),
"referralStep3": m19,
"referralStep3": m38,
"referrals": MessageLookupByLibrary.simpleMessage("Parrainages"),
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
"Les recommandations sont actuellement en pause"),
@ -751,7 +751,7 @@ class MessageLookup extends MessageLookupByLibrary {
"removeLink": MessageLookupByLibrary.simpleMessage("Supprimer le lien"),
"removeParticipant":
MessageLookupByLibrary.simpleMessage("Supprimer le participant"),
"removeParticipantBody": m20,
"removeParticipantBody": m39,
"removePublicLink":
MessageLookupByLibrary.simpleMessage("Supprimer le lien public"),
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
@ -767,7 +767,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Renommer le fichier"),
"renewSubscription":
MessageLookupByLibrary.simpleMessage("Renouveler labonnement"),
"renewsOn": m21,
"renewsOn": m40,
"reportABug": MessageLookupByLibrary.simpleMessage("Signaler un bug"),
"reportBug": MessageLookupByLibrary.simpleMessage("Signaler un bug"),
"resendEmail":
@ -812,8 +812,8 @@ class MessageLookup extends MessageLookupByLibrary {
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
MessageLookupByLibrary.simpleMessage(
"Les éléments sélectionnés seront supprimés de tous les albums et déplacés dans la corbeille."),
"selectedPhotos": m22,
"selectedPhotosWithYours": m23,
"selectedPhotos": m41,
"selectedPhotosWithYours": m42,
"send": MessageLookupByLibrary.simpleMessage("Envoyer"),
"sendEmail": MessageLookupByLibrary.simpleMessage("Envoyer un e-mail"),
"sendInvite":
@ -835,26 +835,26 @@ class MessageLookup extends MessageLookupByLibrary {
"shareAnAlbumNow": MessageLookupByLibrary.simpleMessage(
"Partagez un album maintenant"),
"shareLink": MessageLookupByLibrary.simpleMessage("Partager le lien"),
"shareMyVerificationID": m24,
"shareTextConfirmOthersVerificationID": m25,
"shareMyVerificationID": m43,
"shareTextConfirmOthersVerificationID": m44,
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
"Téléchargez ente pour que nous puissions facilement partager des photos et des vidéos de qualité originale\n\nhttps://ente.io"),
"shareTextReferralCode": m26,
"shareTextReferralCode": m45,
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
"Partager avec des utilisateurs non-ente"),
"shareWithPeopleSectionTitle": m27,
"shareWithPeopleSectionTitle": m46,
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
"Créez des albums partagés et collaboratifs avec d\'autres utilisateurs de ente, y compris des utilisateurs sur des plans gratuits."),
"sharedByMe": MessageLookupByLibrary.simpleMessage("Partagé par moi"),
"sharedWith": m28,
"sharedWith": m47,
"sharing": MessageLookupByLibrary.simpleMessage("Partage..."),
"signUpTerms": MessageLookupByLibrary.simpleMessage(
"J\'accepte les <u-terms>conditions d\'utilisation</u-terms> et la <u-policy>politique de confidentialité</u-policy>"),
"singleFileDeleteFromDevice": m29,
"singleFileDeleteFromDevice": m48,
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
"Il sera supprimé de tous les albums."),
"singleFileInBothLocalAndRemote": m30,
"singleFileInRemoteOnly": m31,
"singleFileInBothLocalAndRemote": m49,
"singleFileInRemoteOnly": m50,
"skip": MessageLookupByLibrary.simpleMessage("Ignorer"),
"social": MessageLookupByLibrary.simpleMessage("Réseaux Sociaux"),
"someItemsAreInBothEnteAndYourDevice":
@ -881,9 +881,9 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage(
"Désolé, nous n\'avons pas pu générer de clés sécurisées sur cet appareil.\n\nVeuillez vous inscrire depuis un autre appareil."),
"sparkleSuccess": MessageLookupByLibrary.simpleMessage("✨ Succès"),
"storageInGB": m32,
"storageInGB": m51,
"strongStrength": MessageLookupByLibrary.simpleMessage("Fort"),
"subWillBeCancelledOn": m34,
"subWillBeCancelledOn": m54,
"subscribe": MessageLookupByLibrary.simpleMessage("S\'abonner"),
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
"Il semble que votre abonnement ait expiré. Veuillez vous abonner pour activer le partage."),
@ -896,7 +896,7 @@ class MessageLookup extends MessageLookupByLibrary {
"suggestFeatures": MessageLookupByLibrary.simpleMessage(
"Suggérer des fonctionnalités"),
"support": MessageLookupByLibrary.simpleMessage("Support"),
"syncProgress": m35,
"syncProgress": m55,
"syncStopped":
MessageLookupByLibrary.simpleMessage("Synchronisation arrêtée ?"),
"syncing": MessageLookupByLibrary.simpleMessage(
@ -922,7 +922,7 @@ class MessageLookup extends MessageLookupByLibrary {
"theseItemsWillBeDeletedFromYourDevice":
MessageLookupByLibrary.simpleMessage(
"Ces éléments seront supprimés de votre appareil."),
"theyAlsoGetXGb": m36,
"theyAlsoGetXGb": m56,
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
"Ils seront supprimés de tous les albums."),
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
@ -934,7 +934,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage(
"Cela peut être utilisé pour récupérer votre compte si vous perdez votre deuxième facteur"),
"thisDevice": MessageLookupByLibrary.simpleMessage("Cet appareil"),
"thisIsPersonVerificationId": m37,
"thisIsPersonVerificationId": m57,
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
"Ceci est votre ID de vérification"),
"thisWillLogYouOutOfTheFollowingDevice":
@ -988,7 +988,7 @@ class MessageLookup extends MessageLookupByLibrary {
"verify": MessageLookupByLibrary.simpleMessage("Vérifier"),
"verifyEmail":
MessageLookupByLibrary.simpleMessage("Vérifier l\'email"),
"verifyEmailID": m38,
"verifyEmailID": m59,
"verifyPassword":
MessageLookupByLibrary.simpleMessage("Vérifier le mot de passe"),
"verifying":
@ -1011,7 +1011,7 @@ class MessageLookup extends MessageLookupByLibrary {
"weakStrength": MessageLookupByLibrary.simpleMessage("Faible"),
"welcomeBack": MessageLookupByLibrary.simpleMessage("Bienvenue !"),
"yearly": MessageLookupByLibrary.simpleMessage("Annuel"),
"yearsAgo": m40,
"yearsAgo": m61,
"yes": MessageLookupByLibrary.simpleMessage("Oui"),
"yesCancel": MessageLookupByLibrary.simpleMessage("Oui, annuler"),
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage(
@ -1033,7 +1033,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Vous ne pouvez pas rétrograder vers cette offre"),
"youCannotShareWithYourself": MessageLookupByLibrary.simpleMessage(
"Vous ne pouvez pas partager avec vous-même"),
"youHaveSuccessfullyFreedUp": m41,
"youHaveSuccessfullyFreedUp": m62,
"yourAccountHasBeenDeleted":
MessageLookupByLibrary.simpleMessage("Votre compte a été supprimé"),
"yourPlanWasSuccessfullyDowngraded":

View file

@ -20,25 +20,25 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'it';
static String m42(count) =>
static String m0(count) =>
"${Intl.plural(count, one: 'Aggiungi elemento', other: 'Aggiungi elementi')}";
static String m43(emailOrName) => "Aggiunto da ${emailOrName}";
static String m1(emailOrName) => "Aggiunto da ${emailOrName}";
static String m44(albumName) => "Aggiunto con successo su ${albumName}";
static String m2(albumName) => "Aggiunto con successo su ${albumName}";
static String m45(count) =>
static String m3(count) =>
"${Intl.plural(count, zero: 'Nessun partecipante', one: '1 Partecipante', other: '${count} Partecipanti')}";
static String m46(versionValue) => "Versione: ${versionValue}";
static String m4(versionValue) => "Versione: ${versionValue}";
static String m0(paymentProvider) =>
static String m5(paymentProvider) =>
"Annulla prima il tuo abbonamento esistente da ${paymentProvider}";
static String m1(user) =>
static String m6(user) =>
"${user} non sarà più in grado di aggiungere altre foto a questo album\n\nSarà ancora in grado di rimuovere le foto esistenti aggiunte da lui o lei";
static String m2(isFamilyMember, storageAmountInGb) =>
static String m7(isFamilyMember, storageAmountInGb) =>
"${Intl.select(isFamilyMember, {
'true':
'Il tuo piano famiglia ha già richiesto ${storageAmountInGb} GB finora',
@ -46,152 +46,152 @@ class MessageLookup extends MessageLookupByLibrary {
'other': 'Hai già richiesto ${storageAmountInGb} GB finora!',
})}";
static String m47(albumName) => "Link collaborativo creato per ${albumName}";
static String m8(albumName) => "Link collaborativo creato per ${albumName}";
static String m3(familyAdminEmail) =>
static String m9(familyAdminEmail) =>
"Contatta <green>${familyAdminEmail}</green> per gestire il tuo abbonamento";
static String m4(provider) =>
static String m10(provider) =>
"Scrivi all\'indirizzo support@ente.io per gestire il tuo abbonamento ${provider}.";
static String m48(currentlyDeleting, totalCount) =>
static String m11(currentlyDeleting, totalCount) =>
"Eliminazione di ${currentlyDeleting} / ${totalCount}";
static String m5(albumName) =>
static String m12(albumName) =>
"Questo rimuoverà il link pubblico per accedere a \"${albumName}\".";
static String m6(supportEmail) =>
static String m13(supportEmail) =>
"Per favore invia un\'email a ${supportEmail} dall\'indirizzo email con cui ti sei registrato";
static String m7(count, storageSaved) =>
static String m14(count, storageSaved) =>
"Hai ripulito ${Intl.plural(count, one: '${count} doppione', other: '${count} doppioni')}, salvando (${storageSaved}!)";
static String m49(newEmail) => "Email cambiata in ${newEmail}";
static String m15(newEmail) => "Email cambiata in ${newEmail}";
static String m8(email) =>
static String m16(email) =>
"${email} non ha un account su ente.\n\nInvia un invito per condividere foto.";
static String m50(count, formattedNumber) =>
static String m17(count, formattedNumber) =>
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} file')} di quest\'album sono stati salvati in modo sicuro";
static String m51(count, formattedNumber) =>
static String m18(count, formattedNumber) =>
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} file')} di quest\'album sono stati salvati in modo sicuro";
static String m9(storageAmountInGB) =>
static String m19(storageAmountInGB) =>
"${storageAmountInGB} GB ogni volta che qualcuno si iscrive a un piano a pagamento e applica il tuo codice";
static String m52(freeAmount, storageUnit) =>
static String m20(freeAmount, storageUnit) =>
"${freeAmount} ${storageUnit} liberi";
static String m10(endDate) => "La prova gratuita termina il ${endDate}";
static String m21(endDate) => "La prova gratuita termina il ${endDate}";
static String m53(count) =>
static String m22(count) =>
"Puoi ancora accedere a ${Intl.plural(count, one: '', other: 'loro')} su ente finché hai un abbonamento attivo";
static String m54(sizeInMBorGB) => "Libera ${sizeInMBorGB}";
static String m23(sizeInMBorGB) => "Libera ${sizeInMBorGB}";
static String m55(count, formattedSize) =>
static String m24(count, formattedSize) =>
"${Intl.plural(count, one: 'Può essere cancellata per liberare ${formattedSize}', other: 'Possono essere cancellati per liberare ${formattedSize}')}";
static String m11(count) =>
static String m25(count) =>
"${Intl.plural(count, one: '${count} elemento', other: '${count} elementi')}";
static String m56(count) => "${count} selezionati";
static String m26(count) => "${count} selezionati";
static String m12(expiryTime) => "Il link scadrà il ${expiryTime}";
static String m27(expiryTime) => "Il link scadrà il ${expiryTime}";
static String m13(maxValue) =>
static String m28(maxValue) =>
"Se impostato al massimo (${maxValue}), il limite del dispositivo verrà ridotto per consentire picchi temporanei di un numero elevato di visualizzatori.";
static String m14(count, formattedCount) =>
static String m29(count, formattedCount) =>
"${Intl.plural(count, one: '${formattedCount} ricordo', other: '${formattedCount} ricordi')}";
static String m57(count) =>
static String m30(count) =>
"${Intl.plural(count, one: 'Sposta elemento', other: 'Sposta elementi')}";
static String m58(albumName) => "Spostato con successo su ${albumName}";
static String m31(albumName) => "Spostato con successo su ${albumName}";
static String m15(passwordStrengthValue) =>
static String m32(passwordStrengthValue) =>
"Sicurezza password: ${passwordStrengthValue}";
static String m16(providerName) =>
static String m33(providerName) =>
"Si prega di parlare con il supporto di ${providerName} se ti è stato addebitato qualcosa";
static String m17(reason) =>
static String m34(reason) =>
"Purtroppo il tuo pagamento non è riuscito a causa di ${reason}";
static String m59(toEmail) => "Per favore invia un\'email a ${toEmail}";
static String m35(toEmail) => "Per favore invia un\'email a ${toEmail}";
static String m60(toEmail) => "Invia i log a \n${toEmail}";
static String m36(toEmail) => "Invia i log a \n${toEmail}";
static String m18(storeName) => "Valutaci su ${storeName}";
static String m37(storeName) => "Valutaci su ${storeName}";
static String m19(storageInGB) =>
static String m38(storageInGB) =>
"3. Ottenete entrambi ${storageInGB} GB* gratis";
static String m20(userEmail) =>
static String m39(userEmail) =>
"${userEmail} verrà rimosso da questo album condiviso\n\nQualsiasi foto aggiunta dall\'utente verrà rimossa dall\'album";
static String m21(endDate) => "Si rinnova il ${endDate}";
static String m40(endDate) => "Si rinnova il ${endDate}";
static String m22(count) => "${count} selezionati";
static String m41(count) => "${count} selezionati";
static String m23(count, yourCount) =>
static String m42(count, yourCount) =>
"${count} selezionato (${yourCount} tuoi)";
static String m24(verificationID) =>
static String m43(verificationID) =>
"Ecco il mio ID di verifica: ${verificationID} per ente.io.";
static String m25(verificationID) =>
static String m44(verificationID) =>
"Hey, puoi confermare che questo è il tuo ID di verifica: ${verificationID} su ente.io";
static String m26(referralCode, referralStorageInGB) =>
static String m45(referralCode, referralStorageInGB) =>
"ente referral code: ${referralCode} \n\nApplicalo in Impostazioni → Generale → Referral per ottenere ${referralStorageInGB} GB gratis dopo la registrazione di un piano a pagamento\n\nhttps://ente.io";
static String m27(numberOfPeople) =>
static String m46(numberOfPeople) =>
"${Intl.plural(numberOfPeople, zero: 'Condividi con persone specifiche', one: 'Condividi con una persona', other: 'Condividi con ${numberOfPeople} persone')}";
static String m28(emailIDs) => "Condiviso con ${emailIDs}";
static String m47(emailIDs) => "Condiviso con ${emailIDs}";
static String m29(fileType) =>
static String m48(fileType) =>
"Questo ${fileType} verrà eliminato dal tuo dispositivo.";
static String m30(fileType) =>
static String m49(fileType) =>
"Questo ${fileType} è sia su ente che sul tuo dispositivo.";
static String m31(fileType) => "Questo ${fileType} verrà eliminato su ente.";
static String m50(fileType) => "Questo ${fileType} verrà eliminato su ente.";
static String m32(storageAmountInGB) => "${storageAmountInGB} GB";
static String m51(storageAmountInGB) => "${storageAmountInGB} GB";
static String m61(
static String m52(
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
"${usedAmount} ${usedStorageUnit} di ${totalAmount} ${totalStorageUnit} utilizzati";
static String m33(id) =>
static String m53(id) =>
"Il tuo ${id} è già collegato ad un altro account ente.\nSe desideri utilizzare il tuo ${id} con questo account, contatta il nostro supporto\'\'";
static String m34(endDate) => "L\'abbonamento verrà cancellato il ${endDate}";
static String m54(endDate) => "L\'abbonamento verrà cancellato il ${endDate}";
static String m35(completed, total) =>
static String m55(completed, total) =>
"${completed}/${total} ricordi conservati";
static String m36(storageAmountInGB) =>
static String m56(storageAmountInGB) =>
"Anche loro riceveranno ${storageAmountInGB} GB";
static String m37(email) => "Questo è l\'ID di verifica di ${email}";
static String m57(email) => "Questo è l\'ID di verifica di ${email}";
static String m62(count) =>
static String m58(count) =>
"${Intl.plural(count, zero: '', one: '1 giorno', other: '${count} giorni')}";
static String m38(email) => "Verifica ${email}";
static String m59(email) => "Verifica ${email}";
static String m39(email) =>
static String m60(email) =>
"Abbiamo inviato una mail a <green>${email}</green>";
static String m40(count) =>
static String m61(count) =>
"${Intl.plural(count, one: '${count} anno fa', other: '${count} anni fa')}";
static String m41(storageSaved) =>
static String m62(storageSaved) =>
"Hai liberato con successo ${storageSaved}!";
final messages = _notInlinedMessages(_notInlinedMessages);
@ -210,7 +210,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Aggiungi una nuova email"),
"addCollaborator":
MessageLookupByLibrary.simpleMessage("Aggiungi collaboratore"),
"addItem": m42,
"addItem": m0,
"addLocation": MessageLookupByLibrary.simpleMessage("Aggiungi luogo"),
"addLocationButton": MessageLookupByLibrary.simpleMessage("Aggiungi"),
"addMore": MessageLookupByLibrary.simpleMessage("Aggiungi altri"),
@ -220,8 +220,8 @@ class MessageLookup extends MessageLookupByLibrary {
"addViewer":
MessageLookupByLibrary.simpleMessage("Aggiungi in sola lettura"),
"addedAs": MessageLookupByLibrary.simpleMessage("Aggiunto come"),
"addedBy": m43,
"addedSuccessfullyTo": m44,
"addedBy": m1,
"addedSuccessfullyTo": m2,
"addingToFavorites":
MessageLookupByLibrary.simpleMessage("Aggiunto ai preferiti..."),
"advanced": MessageLookupByLibrary.simpleMessage("Avanzate"),
@ -233,7 +233,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Dopo una settimana"),
"after1Year": MessageLookupByLibrary.simpleMessage("Dopo un anno"),
"albumOwner": MessageLookupByLibrary.simpleMessage("Proprietario"),
"albumParticipantsCount": m45,
"albumParticipantsCount": m3,
"albumTitle": MessageLookupByLibrary.simpleMessage("Titolo album"),
"albumUpdated":
MessageLookupByLibrary.simpleMessage("Album aggiornato"),
@ -270,7 +270,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Android, iOS, Web, Desktop"),
"androidSignInTitle":
MessageLookupByLibrary.simpleMessage("Autenticazione necessaria"),
"appVersion": m46,
"appVersion": m4,
"appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
"apply": MessageLookupByLibrary.simpleMessage("Applica"),
"applyCodeTitle":
@ -351,10 +351,10 @@ class MessageLookup extends MessageLookupByLibrary {
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
"Puoi rimuovere solo i file di tua proprietà"),
"cancel": MessageLookupByLibrary.simpleMessage("Annulla"),
"cancelOtherSubscription": m0,
"cancelOtherSubscription": m5,
"cancelSubscription":
MessageLookupByLibrary.simpleMessage("Annulla abbonamento"),
"cannotAddMorePhotosAfterBecomingViewer": m1,
"cannotAddMorePhotosAfterBecomingViewer": m6,
"centerPoint": MessageLookupByLibrary.simpleMessage("Punto centrale"),
"changeEmail": MessageLookupByLibrary.simpleMessage("Modifica email"),
"changePassword":
@ -373,7 +373,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Richiedi spazio gratuito"),
"claimMore": MessageLookupByLibrary.simpleMessage("Richiedine di più!"),
"claimed": MessageLookupByLibrary.simpleMessage("Riscattato"),
"claimedStorageSoFar": m2,
"claimedStorageSoFar": m7,
"clearCaches": MessageLookupByLibrary.simpleMessage("Svuota cache"),
"click": MessageLookupByLibrary.simpleMessage("• Clic"),
"clickOnTheOverflowMenu":
@ -393,7 +393,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Crea un link per consentire alle persone di aggiungere e visualizzare foto nel tuo album condiviso senza bisogno di un\'applicazione o di un account ente. Ottimo per raccogliere foto di un evento."),
"collaborativeLink":
MessageLookupByLibrary.simpleMessage("Link collaborativo"),
"collaborativeLinkCreatedFor": m47,
"collaborativeLinkCreatedFor": m8,
"collaborator": MessageLookupByLibrary.simpleMessage("Collaboratore"),
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
MessageLookupByLibrary.simpleMessage(
@ -421,10 +421,10 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Conferma chiave di recupero"),
"confirmYourRecoveryKey": MessageLookupByLibrary.simpleMessage(
"Conferma la tua chiave di recupero"),
"contactFamilyAdmin": m3,
"contactFamilyAdmin": m9,
"contactSupport":
MessageLookupByLibrary.simpleMessage("Contatta il supporto"),
"contactToManageSubscription": m4,
"contactToManageSubscription": m10,
"continueLabel": MessageLookupByLibrary.simpleMessage("Continua"),
"continueOnFreeTrial":
MessageLookupByLibrary.simpleMessage("Continua la prova gratuita"),
@ -497,7 +497,7 @@ class MessageLookup extends MessageLookupByLibrary {
"deleteLocation":
MessageLookupByLibrary.simpleMessage("Elimina posizione"),
"deletePhotos": MessageLookupByLibrary.simpleMessage("Elimina foto"),
"deleteProgress": m48,
"deleteProgress": m11,
"deleteReason1": MessageLookupByLibrary.simpleMessage(
"Manca una caratteristica chiave di cui ho bisogno"),
"deleteReason2": MessageLookupByLibrary.simpleMessage(
@ -530,7 +530,7 @@ class MessageLookup extends MessageLookupByLibrary {
"I visualizzatori possono scattare screenshot o salvare una copia delle foto utilizzando strumenti esterni"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("Nota bene"),
"disableLinkMessage": m5,
"disableLinkMessage": m12,
"disableTwofactor": MessageLookupByLibrary.simpleMessage(
"Disabilita autenticazione a due fattori"),
"disablingTwofactorAuthentication":
@ -551,16 +551,16 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Scaricamento fallito"),
"downloading":
MessageLookupByLibrary.simpleMessage("Scaricamento in corso..."),
"dropSupportEmail": m6,
"duplicateFileCountWithStorageSaved": m7,
"dropSupportEmail": m13,
"duplicateFileCountWithStorageSaved": m14,
"edit": MessageLookupByLibrary.simpleMessage("Modifica"),
"editLocationTagTitle":
MessageLookupByLibrary.simpleMessage("Modifica luogo"),
"editsSaved": MessageLookupByLibrary.simpleMessage("Modifiche salvate"),
"eligible": MessageLookupByLibrary.simpleMessage("idoneo"),
"email": MessageLookupByLibrary.simpleMessage("Email"),
"emailChangedTo": m49,
"emailNoEnteAccount": m8,
"emailChangedTo": m15,
"emailNoEnteAccount": m16,
"emailYourLogs": MessageLookupByLibrary.simpleMessage(
"Invia una mail con i tuoi log"),
"empty": MessageLookupByLibrary.simpleMessage("Vuoto"),
@ -644,8 +644,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Aggiungi descrizione..."),
"fileSavedToGallery":
MessageLookupByLibrary.simpleMessage("File salvato nella galleria"),
"filesBackedUpFromDevice": m50,
"filesBackedUpInAlbum": m51,
"filesBackedUpFromDevice": m17,
"filesBackedUpInAlbum": m18,
"filesDeleted": MessageLookupByLibrary.simpleMessage("File eliminati"),
"flip": MessageLookupByLibrary.simpleMessage("Capovolgi"),
"forYourMemories":
@ -654,18 +654,18 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Password dimenticata"),
"freeStorageClaimed":
MessageLookupByLibrary.simpleMessage("Spazio gratuito richiesto"),
"freeStorageOnReferralSuccess": m9,
"freeStorageSpace": m52,
"freeStorageOnReferralSuccess": m19,
"freeStorageSpace": m20,
"freeStorageUsable":
MessageLookupByLibrary.simpleMessage("Spazio libero utilizzabile"),
"freeTrial": MessageLookupByLibrary.simpleMessage("Prova gratuita"),
"freeTrialValidTill": m10,
"freeUpAccessPostDelete": m53,
"freeUpAmount": m54,
"freeTrialValidTill": m21,
"freeUpAccessPostDelete": m22,
"freeUpAmount": m23,
"freeUpDeviceSpace":
MessageLookupByLibrary.simpleMessage("Libera spazio"),
"freeUpSpace": MessageLookupByLibrary.simpleMessage("Libera spazio"),
"freeUpSpaceSaving": m55,
"freeUpSpaceSaving": m24,
"galleryMemoryLimitInfo": MessageLookupByLibrary.simpleMessage(
"Fino a 1000 ricordi mostrati nella galleria"),
"general": MessageLookupByLibrary.simpleMessage("Generali"),
@ -719,8 +719,8 @@ class MessageLookup extends MessageLookupByLibrary {
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
MessageLookupByLibrary.simpleMessage(
"Sembra che qualcosa sia andato storto. Riprova tra un po\'. Se l\'errore persiste, contatta il nostro team di supporto."),
"itemCount": m11,
"itemSelectedCount": m56,
"itemCount": m25,
"itemSelectedCount": m26,
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
MessageLookupByLibrary.simpleMessage(
"Gli elementi mostrano il numero di giorni rimanenti prima della cancellazione permanente"),
@ -748,7 +748,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Limite dei dispositivi"),
"linkEnabled": MessageLookupByLibrary.simpleMessage("Attivato"),
"linkExpired": MessageLookupByLibrary.simpleMessage("Scaduto"),
"linkExpiresOn": m12,
"linkExpiresOn": m27,
"linkExpiry": MessageLookupByLibrary.simpleMessage("Scadenza del link"),
"linkHasExpired":
MessageLookupByLibrary.simpleMessage("Il link è scaduto"),
@ -811,17 +811,17 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Gestisci abbonamento"),
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
"maxDeviceLimitSpikeHandling": m13,
"memoryCount": m14,
"maxDeviceLimitSpikeHandling": m28,
"memoryCount": m29,
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
"mobileWebDesktop":
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("Mediocre"),
"monthly": MessageLookupByLibrary.simpleMessage("Mensile"),
"moveItem": m57,
"moveItem": m30,
"moveToAlbum":
MessageLookupByLibrary.simpleMessage("Sposta nell\'album"),
"movedSuccessfullyTo": m58,
"movedSuccessfullyTo": m31,
"movedToTrash":
MessageLookupByLibrary.simpleMessage("Spostato nel cestino"),
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
@ -871,15 +871,15 @@ class MessageLookup extends MessageLookupByLibrary {
"Password modificata con successo"),
"passwordLock":
MessageLookupByLibrary.simpleMessage("Blocco con password"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"Noi non memorizziamo la tua password, quindi se te la dimentichi, <underline>non possiamo decriptare i tuoi dati</underline>"),
"paymentDetails":
MessageLookupByLibrary.simpleMessage("Dettagli di Pagamento"),
"paymentFailed":
MessageLookupByLibrary.simpleMessage("Pagamento non riuscito"),
"paymentFailedTalkToProvider": m16,
"paymentFailedWithReason": m17,
"paymentFailedTalkToProvider": m33,
"paymentFailedWithReason": m34,
"pendingSync":
MessageLookupByLibrary.simpleMessage("Sincronizzazione in sospeso"),
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage(
@ -906,12 +906,12 @@ class MessageLookup extends MessageLookupByLibrary {
"pleaseContactSupportIfTheProblemPersists":
MessageLookupByLibrary.simpleMessage(
"Riprova. Se il problema persiste, ti invitiamo a contattare l\'assistenza"),
"pleaseEmailUsAt": m59,
"pleaseEmailUsAt": m35,
"pleaseGrantPermissions":
MessageLookupByLibrary.simpleMessage("Concedi i permessi"),
"pleaseLoginAgain": MessageLookupByLibrary.simpleMessage(
"Effettua nuovamente l\'accesso"),
"pleaseSendTheLogsTo": m60,
"pleaseSendTheLogsTo": m36,
"pleaseTryAgain": MessageLookupByLibrary.simpleMessage("Riprova"),
"pleaseVerifyTheCodeYouHaveEntered":
MessageLookupByLibrary.simpleMessage(
@ -941,7 +941,7 @@ class MessageLookup extends MessageLookupByLibrary {
"raiseTicket": MessageLookupByLibrary.simpleMessage("Invia ticket"),
"rateTheApp": MessageLookupByLibrary.simpleMessage("Valuta l\'app"),
"rateUs": MessageLookupByLibrary.simpleMessage("Lascia una recensione"),
"rateUsOnStore": m18,
"rateUsOnStore": m37,
"recover": MessageLookupByLibrary.simpleMessage("Recupera"),
"recoverAccount":
MessageLookupByLibrary.simpleMessage("Recupera account"),
@ -973,7 +973,7 @@ class MessageLookup extends MessageLookupByLibrary {
"1. Condividi questo codice con i tuoi amici"),
"referralStep2": MessageLookupByLibrary.simpleMessage(
"2. Si iscrivono per un piano a pagamento"),
"referralStep3": m19,
"referralStep3": m38,
"referrals": MessageLookupByLibrary.simpleMessage("Invita un Amico"),
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
"I referral code sono attualmente in pausa"),
@ -997,7 +997,7 @@ class MessageLookup extends MessageLookupByLibrary {
"removeLink": MessageLookupByLibrary.simpleMessage("Elimina link"),
"removeParticipant":
MessageLookupByLibrary.simpleMessage("Rimuovi partecipante"),
"removeParticipantBody": m20,
"removeParticipantBody": m39,
"removePublicLink":
MessageLookupByLibrary.simpleMessage("Rimuovi link pubblico"),
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
@ -1011,7 +1011,7 @@ class MessageLookup extends MessageLookupByLibrary {
"renameFile": MessageLookupByLibrary.simpleMessage("Rinomina file"),
"renewSubscription":
MessageLookupByLibrary.simpleMessage("Rinnova abbonamento"),
"renewsOn": m21,
"renewsOn": m40,
"reportABug": MessageLookupByLibrary.simpleMessage("Segnala un bug"),
"reportBug": MessageLookupByLibrary.simpleMessage("Segnala un bug"),
"resendEmail": MessageLookupByLibrary.simpleMessage("Rinvia email"),
@ -1068,8 +1068,8 @@ class MessageLookup extends MessageLookupByLibrary {
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
MessageLookupByLibrary.simpleMessage(
"Gli elementi selezionati verranno eliminati da tutti gli album e spostati nel cestino."),
"selectedPhotos": m22,
"selectedPhotosWithYours": m23,
"selectedPhotos": m41,
"selectedPhotosWithYours": m42,
"send": MessageLookupByLibrary.simpleMessage("Invia"),
"sendEmail": MessageLookupByLibrary.simpleMessage("Invia email"),
"sendInvite": MessageLookupByLibrary.simpleMessage("Invita"),
@ -1092,33 +1092,33 @@ class MessageLookup extends MessageLookupByLibrary {
"shareAnAlbumNow":
MessageLookupByLibrary.simpleMessage("Condividi un album"),
"shareLink": MessageLookupByLibrary.simpleMessage("Condividi link"),
"shareMyVerificationID": m24,
"shareMyVerificationID": m43,
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
"Condividi solo con le persone che vuoi"),
"shareTextConfirmOthersVerificationID": m25,
"shareTextConfirmOthersVerificationID": m44,
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
"Scarica ente in modo da poter facilmente condividere foto e video senza perdita di qualità\n\nhttps://ente.io"),
"shareTextReferralCode": m26,
"shareTextReferralCode": m45,
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
"Condividi con utenti che non hanno un account ente"),
"shareWithPeopleSectionTitle": m27,
"shareWithPeopleSectionTitle": m46,
"shareYourFirstAlbum": MessageLookupByLibrary.simpleMessage(
"Condividi il tuo primo album"),
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
"Crea album condivisi e collaborativi con altri utenti ente, inclusi utenti su piani gratuiti."),
"sharedByMe": MessageLookupByLibrary.simpleMessage("Condiviso da me"),
"sharedWith": m28,
"sharedWith": m47,
"sharedWithMe":
MessageLookupByLibrary.simpleMessage("Condivisi con me"),
"sharing":
MessageLookupByLibrary.simpleMessage("Condivisione in corso..."),
"signUpTerms": MessageLookupByLibrary.simpleMessage(
"Accetto i <u-terms>termini di servizio</u-terms> e la <u-policy>politica sulla privacy</u-policy>"),
"singleFileDeleteFromDevice": m29,
"singleFileDeleteFromDevice": m48,
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
"Verrà eliminato da tutti gli album."),
"singleFileInBothLocalAndRemote": m30,
"singleFileInRemoteOnly": m31,
"singleFileInBothLocalAndRemote": m49,
"singleFileInRemoteOnly": m50,
"skip": MessageLookupByLibrary.simpleMessage("Salta"),
"social": MessageLookupByLibrary.simpleMessage("Social"),
"someItemsAreInBothEnteAndYourDevice":
@ -1159,13 +1159,13 @@ class MessageLookup extends MessageLookupByLibrary {
"storageBreakupFamily":
MessageLookupByLibrary.simpleMessage("Famiglia"),
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Tu"),
"storageInGB": m32,
"storageInGB": m51,
"storageLimitExceeded": MessageLookupByLibrary.simpleMessage(
"Limite d\'archiviazione superato"),
"storageUsageInfo": m61,
"storageUsageInfo": m52,
"strongStrength": MessageLookupByLibrary.simpleMessage("Forte"),
"subAlreadyLinkedErrMessage": m33,
"subWillBeCancelledOn": m34,
"subAlreadyLinkedErrMessage": m53,
"subWillBeCancelledOn": m54,
"subscribe": MessageLookupByLibrary.simpleMessage("Iscriviti"),
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
"Sembra che il tuo abbonamento sia scaduto. Iscriviti per abilitare la condivisione."),
@ -1178,7 +1178,7 @@ class MessageLookup extends MessageLookupByLibrary {
"suggestFeatures":
MessageLookupByLibrary.simpleMessage("Suggerisci una funzionalità"),
"support": MessageLookupByLibrary.simpleMessage("Assistenza"),
"syncProgress": m35,
"syncProgress": m55,
"syncStopped":
MessageLookupByLibrary.simpleMessage("Sincronizzazione interrotta"),
"syncing": MessageLookupByLibrary.simpleMessage(
@ -1207,7 +1207,7 @@ class MessageLookup extends MessageLookupByLibrary {
"theseItemsWillBeDeletedFromYourDevice":
MessageLookupByLibrary.simpleMessage(
"Questi file verranno eliminati dal tuo dispositivo."),
"theyAlsoGetXGb": m36,
"theyAlsoGetXGb": m56,
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
"Verranno eliminati da tutti gli album."),
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
@ -1224,7 +1224,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Questo indirizzo email è già registrato"),
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
"Questa immagine non ha dati EXIF"),
"thisIsPersonVerificationId": m37,
"thisIsPersonVerificationId": m57,
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
"Questo è il tuo ID di verifica"),
"thisWillLogYouOutOfTheFollowingDevice":
@ -1239,7 +1239,7 @@ class MessageLookup extends MessageLookupByLibrary {
"total": MessageLookupByLibrary.simpleMessage("totale"),
"totalSize": MessageLookupByLibrary.simpleMessage("Dimensioni totali"),
"trash": MessageLookupByLibrary.simpleMessage("Cestino"),
"trashDaysLeft": m62,
"trashDaysLeft": m58,
"tryAgain": MessageLookupByLibrary.simpleMessage("Riprova"),
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
"Attiva il backup per caricare automaticamente i file aggiunti in questa cartella del dispositivo su ente."),
@ -1300,7 +1300,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("ID di verifica"),
"verify": MessageLookupByLibrary.simpleMessage("Verifica"),
"verifyEmail": MessageLookupByLibrary.simpleMessage("Verifica email"),
"verifyEmailID": m38,
"verifyEmailID": m59,
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verifica"),
"verifyPassword":
MessageLookupByLibrary.simpleMessage("Verifica password"),
@ -1324,11 +1324,11 @@ class MessageLookup extends MessageLookupByLibrary {
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
MessageLookupByLibrary.simpleMessage(
"Non puoi modificare foto e album che non possiedi"),
"weHaveSendEmailTo": m39,
"weHaveSendEmailTo": m60,
"weakStrength": MessageLookupByLibrary.simpleMessage("Debole"),
"welcomeBack": MessageLookupByLibrary.simpleMessage("Bentornato/a!"),
"yearly": MessageLookupByLibrary.simpleMessage("Annuale"),
"yearsAgo": m40,
"yearsAgo": m61,
"yes": MessageLookupByLibrary.simpleMessage("Si"),
"yesCancel": MessageLookupByLibrary.simpleMessage("Sì, cancella"),
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage(
@ -1358,7 +1358,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Non puoi condividere con te stesso"),
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
"Non hai nulla di archiviato."),
"youHaveSuccessfullyFreedUp": m41,
"youHaveSuccessfullyFreedUp": m62,
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
"Il tuo account è stato eliminato"),
"yourPlanWasSuccessfullyDowngraded":

View file

@ -20,25 +20,25 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'nl';
static String m42(count) =>
static String m0(count) =>
"${Intl.plural(count, one: 'Bestand toevoegen', other: 'Bestanden toevoegen')}";
static String m43(emailOrName) => "Toegevoegd door ${emailOrName}";
static String m1(emailOrName) => "Toegevoegd door ${emailOrName}";
static String m44(albumName) => "Succesvol toegevoegd aan ${albumName}";
static String m2(albumName) => "Succesvol toegevoegd aan ${albumName}";
static String m45(count) =>
static String m3(count) =>
"${Intl.plural(count, zero: 'Geen deelnemers', one: '1 deelnemer', other: '${count} deelnemers')}";
static String m46(versionValue) => "Versie: ${versionValue}";
static String m4(versionValue) => "Versie: ${versionValue}";
static String m0(paymentProvider) =>
static String m5(paymentProvider) =>
"Annuleer eerst uw bestaande abonnement bij ${paymentProvider}";
static String m1(user) =>
static String m6(user) =>
"${user} zal geen foto\'s meer kunnen toevoegen aan dit album\n\nDe gebruiker zal nog steeds bestaande foto\'s kunnen verwijderen die door hen zijn toegevoegd";
static String m2(isFamilyMember, storageAmountInGb) =>
static String m7(isFamilyMember, storageAmountInGb) =>
"${Intl.select(isFamilyMember, {
'true':
'Jouw familie heeft ${storageAmountInGb} GB geclaimd tot nu toe',
@ -46,155 +46,155 @@ class MessageLookup extends MessageLookupByLibrary {
'other': 'Je hebt ${storageAmountInGb} GB geclaimd tot nu toe!',
})}";
static String m47(albumName) =>
static String m8(albumName) =>
"Gezamenlijke link aangemaakt voor ${albumName}";
static String m3(familyAdminEmail) =>
static String m9(familyAdminEmail) =>
"Neem contact op met <green>${familyAdminEmail}</green> om uw abonnement te beheren";
static String m4(provider) =>
static String m10(provider) =>
"Neem contact met ons op via support@ente.io om uw ${provider} abonnement te beheren.";
static String m48(currentlyDeleting, totalCount) =>
static String m11(currentlyDeleting, totalCount) =>
"Verwijderen van ${currentlyDeleting} / ${totalCount}";
static String m5(albumName) =>
static String m12(albumName) =>
"Dit verwijdert de openbare link voor toegang tot \"${albumName}\".";
static String m6(supportEmail) =>
static String m13(supportEmail) =>
"Stuur een e-mail naar ${supportEmail} vanaf het door jou geregistreerde e-mailadres";
static String m7(count, storageSaved) =>
static String m14(count, storageSaved) =>
"Je hebt ${Intl.plural(count, one: '${count} dubbel bestand', other: '${count} dubbele bestanden')} opgeruimd, totaal (${storageSaved}!)";
static String m49(newEmail) => "E-mailadres gewijzigd naar ${newEmail}";
static String m15(newEmail) => "E-mailadres gewijzigd naar ${newEmail}";
static String m8(email) =>
static String m16(email) =>
"${email} heeft geen ente account.\n\nStuur ze een uitnodiging om foto\'s te delen.";
static String m50(count, formattedNumber) =>
static String m17(count, formattedNumber) =>
"${Intl.plural(count, one: '1 bestand', other: '${formattedNumber} bestanden')} in dit album zijn veilig geback-upt";
static String m51(count, formattedNumber) =>
static String m18(count, formattedNumber) =>
"${Intl.plural(count, one: '1 bestand', other: '${formattedNumber} bestanden')} in dit album is veilig geback-upt";
static String m9(storageAmountInGB) =>
static String m19(storageAmountInGB) =>
"${storageAmountInGB} GB telkens als iemand zich aanmeldt voor een betaald abonnement en je code toepast";
static String m52(freeAmount, storageUnit) =>
static String m20(freeAmount, storageUnit) =>
"${freeAmount} ${storageUnit} vrij";
static String m10(endDate) => "Gratis proefversie geldig tot ${endDate}";
static String m21(endDate) => "Gratis proefversie geldig tot ${endDate}";
static String m53(count) =>
static String m22(count) =>
"U heeft nog steeds toegang tot ${Intl.plural(count, one: 'het', other: 'ze')} op ente zolang u een actief abonnement heeft";
static String m54(sizeInMBorGB) => "Maak ${sizeInMBorGB} vrij";
static String m23(sizeInMBorGB) => "Maak ${sizeInMBorGB} vrij";
static String m55(count, formattedSize) =>
static String m24(count, formattedSize) =>
"${Intl.plural(count, one: 'Het kan verwijderd worden van het apparaat om ${formattedSize} vrij te maken', other: 'Ze kunnen verwijderd worden van het apparaat om ${formattedSize} vrij te maken')}";
static String m11(count) =>
static String m25(count) =>
"${Intl.plural(count, one: '${count} item', other: '${count} items')}";
static String m56(count) => "${count} geselecteerd";
static String m26(count) => "${count} geselecteerd";
static String m12(expiryTime) => "Link vervalt op ${expiryTime}";
static String m27(expiryTime) => "Link vervalt op ${expiryTime}";
static String m13(maxValue) =>
static String m28(maxValue) =>
"Wanneer ingesteld op het maximum (${maxValue}), wordt het apparaatlimiet versoepeld om tijdelijke pieken van grote aantallen kijkers mogelijk te maken.";
static String m14(count, formattedCount) =>
static String m29(count, formattedCount) =>
"${Intl.plural(count, zero: 'geen herinneringen', one: '${formattedCount} herinnering', other: '${formattedCount} herinneringen')}";
static String m57(count) =>
static String m30(count) =>
"${Intl.plural(count, one: 'Bestand verplaatsen', other: 'Bestanden verplaatsen')}";
static String m58(albumName) => "Succesvol verplaatst naar ${albumName}";
static String m31(albumName) => "Succesvol verplaatst naar ${albumName}";
static String m15(passwordStrengthValue) =>
static String m32(passwordStrengthValue) =>
"Wachtwoord sterkte: ${passwordStrengthValue}";
static String m16(providerName) =>
static String m33(providerName) =>
"Praat met ${providerName} klantenservice als u in rekening bent gebracht";
static String m17(reason) =>
static String m34(reason) =>
"Helaas is uw betaling mislukt vanwege ${reason}";
static String m59(toEmail) => "Stuur ons een e-mail op ${toEmail}";
static String m35(toEmail) => "Stuur ons een e-mail op ${toEmail}";
static String m60(toEmail) =>
static String m36(toEmail) =>
"Verstuur de logboeken alstublieft naar ${toEmail}";
static String m18(storeName) => "Beoordeel ons op ${storeName}";
static String m37(storeName) => "Beoordeel ons op ${storeName}";
static String m19(storageInGB) =>
static String m38(storageInGB) =>
"Jullie krijgen allebei ${storageInGB} GB* gratis";
static String m20(userEmail) =>
static String m39(userEmail) =>
"${userEmail} zal worden verwijderd uit dit gedeelde album\n\nAlle door hen toegevoegde foto\'s worden ook uit het album verwijderd";
static String m21(endDate) => "Wordt verlengd op ${endDate}";
static String m40(endDate) => "Wordt verlengd op ${endDate}";
static String m22(count) => "${count} geselecteerd";
static String m41(count) => "${count} geselecteerd";
static String m23(count, yourCount) =>
static String m42(count, yourCount) =>
"${count} geselecteerd (${yourCount} van jou)";
static String m24(verificationID) =>
static String m43(verificationID) =>
"Hier is mijn verificatie-ID: ${verificationID} voor ente.io.";
static String m25(verificationID) =>
static String m44(verificationID) =>
"Hey, kunt u bevestigen dat dit uw ente.io verificatie-ID is: ${verificationID}";
static String m26(referralCode, referralStorageInGB) =>
static String m45(referralCode, referralStorageInGB) =>
"ente verwijzingscode: ${referralCode} \n\nPas het toe bij Instellingen → Algemeen → Verwijzingen om ${referralStorageInGB} GB gratis te krijgen nadat je je hebt aangemeld voor een betaald abonnement\n\nhttps://ente.io";
static String m27(numberOfPeople) =>
static String m46(numberOfPeople) =>
"${Intl.plural(numberOfPeople, zero: 'Deel met specifieke mensen', one: 'Gedeeld met 1 persoon', other: 'Gedeeld met ${numberOfPeople} mensen')}";
static String m28(emailIDs) => "Gedeeld met ${emailIDs}";
static String m47(emailIDs) => "Gedeeld met ${emailIDs}";
static String m29(fileType) =>
static String m48(fileType) =>
"Deze ${fileType} zal worden verwijderd van jouw apparaat.";
static String m30(fileType) =>
static String m49(fileType) =>
"Deze ${fileType} staat zowel in ente als op jouw apparaat.";
static String m31(fileType) =>
static String m50(fileType) =>
"Deze ${fileType} zal worden verwijderd uit ente.";
static String m32(storageAmountInGB) => "${storageAmountInGB} GB";
static String m51(storageAmountInGB) => "${storageAmountInGB} GB";
static String m61(
static String m52(
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
"${usedAmount} ${usedStorageUnit} van ${totalAmount} ${totalStorageUnit} gebruikt";
static String m33(id) =>
static String m53(id) =>
"Uw ${id} is al aan een ander ente account gekoppeld.\nAls u uw ${id} wilt gebruiken met dit account, neem dan contact op met onze klantenservice";
static String m34(endDate) => "Uw abonnement loopt af op ${endDate}";
static String m54(endDate) => "Uw abonnement loopt af op ${endDate}";
static String m35(completed, total) =>
static String m55(completed, total) =>
"${completed}/${total} herinneringen bewaard";
static String m36(storageAmountInGB) =>
static String m56(storageAmountInGB) =>
"Zij krijgen ook ${storageAmountInGB} GB";
static String m37(email) => "Dit is de verificatie-ID van ${email}";
static String m57(email) => "Dit is de verificatie-ID van ${email}";
static String m62(count) =>
static String m58(count) =>
"${Intl.plural(count, zero: '', one: '1 dag', other: '${count} dagen')}";
static String m38(email) => "Verifieer ${email}";
static String m59(email) => "Verifieer ${email}";
static String m39(email) =>
static String m60(email) =>
"We hebben een e-mail gestuurd naar <green>${email}</green>";
static String m40(count) =>
static String m61(count) =>
"${Intl.plural(count, one: '${count} jaar geleden', other: '${count} jaar geleden')}";
static String m41(storageSaved) =>
static String m62(storageSaved) =>
"Je hebt ${storageSaved} succesvol vrijgemaakt!";
final messages = _notInlinedMessages(_notInlinedMessages);
@ -213,7 +213,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Nieuw e-mailadres toevoegen"),
"addCollaborator":
MessageLookupByLibrary.simpleMessage("Samenwerker toevoegen"),
"addItem": m42,
"addItem": m0,
"addLocation":
MessageLookupByLibrary.simpleMessage("Locatie toevoegen"),
"addLocationButton": MessageLookupByLibrary.simpleMessage("Toevoegen"),
@ -223,8 +223,8 @@ class MessageLookup extends MessageLookupByLibrary {
"addToEnte": MessageLookupByLibrary.simpleMessage("Toevoegen aan ente"),
"addViewer": MessageLookupByLibrary.simpleMessage("Voeg kijker toe"),
"addedAs": MessageLookupByLibrary.simpleMessage("Toegevoegd als"),
"addedBy": m43,
"addedSuccessfullyTo": m44,
"addedBy": m1,
"addedSuccessfullyTo": m2,
"addingToFavorites":
MessageLookupByLibrary.simpleMessage("Toevoegen aan favorieten..."),
"advanced": MessageLookupByLibrary.simpleMessage("Geavanceerd"),
@ -235,7 +235,7 @@ class MessageLookup extends MessageLookupByLibrary {
"after1Week": MessageLookupByLibrary.simpleMessage("Na 1 week"),
"after1Year": MessageLookupByLibrary.simpleMessage("Na 1 jaar"),
"albumOwner": MessageLookupByLibrary.simpleMessage("Eigenaar"),
"albumParticipantsCount": m45,
"albumParticipantsCount": m3,
"albumTitle": MessageLookupByLibrary.simpleMessage("Albumtitel"),
"albumUpdated":
MessageLookupByLibrary.simpleMessage("Album bijgewerkt"),
@ -271,7 +271,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Android, iOS, Web, Desktop"),
"androidSignInTitle":
MessageLookupByLibrary.simpleMessage("Verificatie vereist"),
"appVersion": m46,
"appVersion": m4,
"appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
"apply": MessageLookupByLibrary.simpleMessage("Toepassen"),
"applyCodeTitle":
@ -352,10 +352,10 @@ class MessageLookup extends MessageLookupByLibrary {
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
"Kan alleen bestanden verwijderen die jouw eigendom zijn"),
"cancel": MessageLookupByLibrary.simpleMessage("Annuleer"),
"cancelOtherSubscription": m0,
"cancelOtherSubscription": m5,
"cancelSubscription":
MessageLookupByLibrary.simpleMessage("Abonnement opzeggen"),
"cannotAddMorePhotosAfterBecomingViewer": m1,
"cannotAddMorePhotosAfterBecomingViewer": m6,
"centerPoint": MessageLookupByLibrary.simpleMessage("Middelpunt"),
"changeEmail": MessageLookupByLibrary.simpleMessage("E-mail wijzigen"),
"changePassword":
@ -373,7 +373,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Claim gratis opslag"),
"claimMore": MessageLookupByLibrary.simpleMessage("Claim meer!"),
"claimed": MessageLookupByLibrary.simpleMessage("Geclaimd"),
"claimedStorageSoFar": m2,
"claimedStorageSoFar": m7,
"clearCaches": MessageLookupByLibrary.simpleMessage("Cache legen"),
"click": MessageLookupByLibrary.simpleMessage("• Click"),
"clickOnTheOverflowMenu":
@ -393,7 +393,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Maak een link waarmee mensen foto\'s in jouw gedeelde album kunnen toevoegen en bekijken zonder dat ze daarvoor een ente app of account nodig hebben. Handig voor het verzamelen van foto\'s van evenementen."),
"collaborativeLink":
MessageLookupByLibrary.simpleMessage("Gezamenlijke link"),
"collaborativeLinkCreatedFor": m47,
"collaborativeLinkCreatedFor": m8,
"collaborator": MessageLookupByLibrary.simpleMessage("Samenwerker"),
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
MessageLookupByLibrary.simpleMessage(
@ -421,10 +421,10 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Bevestig herstelsleutel"),
"confirmYourRecoveryKey":
MessageLookupByLibrary.simpleMessage("Bevestig herstelsleutel"),
"contactFamilyAdmin": m3,
"contactFamilyAdmin": m9,
"contactSupport":
MessageLookupByLibrary.simpleMessage("Contacteer klantenservice"),
"contactToManageSubscription": m4,
"contactToManageSubscription": m10,
"continueLabel": MessageLookupByLibrary.simpleMessage("Doorgaan"),
"continueOnFreeTrial": MessageLookupByLibrary.simpleMessage(
"Doorgaan met gratis proefversie"),
@ -498,7 +498,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Verwijder locatie"),
"deletePhotos":
MessageLookupByLibrary.simpleMessage("Foto\'s verwijderen"),
"deleteProgress": m48,
"deleteProgress": m11,
"deleteReason1": MessageLookupByLibrary.simpleMessage(
"Ik mis een belangrijke functie"),
"deleteReason2": MessageLookupByLibrary.simpleMessage(
@ -531,7 +531,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Kijkers kunnen nog steeds screenshots maken of een kopie van je foto\'s opslaan met behulp van externe tools"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("Let op"),
"disableLinkMessage": m5,
"disableLinkMessage": m12,
"disableTwofactor": MessageLookupByLibrary.simpleMessage(
"Tweestapsverificatie uitschakelen"),
"disablingTwofactorAuthentication":
@ -551,8 +551,8 @@ class MessageLookup extends MessageLookupByLibrary {
"downloadFailed":
MessageLookupByLibrary.simpleMessage("Download mislukt"),
"downloading": MessageLookupByLibrary.simpleMessage("Downloaden..."),
"dropSupportEmail": m6,
"duplicateFileCountWithStorageSaved": m7,
"dropSupportEmail": m13,
"duplicateFileCountWithStorageSaved": m14,
"edit": MessageLookupByLibrary.simpleMessage("Bewerken"),
"editLocationTagTitle":
MessageLookupByLibrary.simpleMessage("Locatie bewerken"),
@ -560,8 +560,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Bewerkingen opgeslagen"),
"eligible": MessageLookupByLibrary.simpleMessage("gerechtigd"),
"email": MessageLookupByLibrary.simpleMessage("E-mail"),
"emailChangedTo": m49,
"emailNoEnteAccount": m8,
"emailChangedTo": m15,
"emailNoEnteAccount": m16,
"emailYourLogs":
MessageLookupByLibrary.simpleMessage("E-mail uw logboeken"),
"empty": MessageLookupByLibrary.simpleMessage("Leeg"),
@ -651,8 +651,8 @@ class MessageLookup extends MessageLookupByLibrary {
"Voeg een beschrijving toe..."),
"fileSavedToGallery": MessageLookupByLibrary.simpleMessage(
"Bestand opgeslagen in galerij"),
"filesBackedUpFromDevice": m50,
"filesBackedUpInAlbum": m51,
"filesBackedUpFromDevice": m17,
"filesBackedUpInAlbum": m18,
"filesDeleted":
MessageLookupByLibrary.simpleMessage("Bestanden verwijderd"),
"flip": MessageLookupByLibrary.simpleMessage("Omdraaien"),
@ -662,18 +662,18 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Wachtwoord vergeten"),
"freeStorageClaimed":
MessageLookupByLibrary.simpleMessage("Gratis opslag geclaimd"),
"freeStorageOnReferralSuccess": m9,
"freeStorageSpace": m52,
"freeStorageOnReferralSuccess": m19,
"freeStorageSpace": m20,
"freeStorageUsable":
MessageLookupByLibrary.simpleMessage("Gratis opslag bruikbaar"),
"freeTrial": MessageLookupByLibrary.simpleMessage("Gratis proefversie"),
"freeTrialValidTill": m10,
"freeUpAccessPostDelete": m53,
"freeUpAmount": m54,
"freeTrialValidTill": m21,
"freeUpAccessPostDelete": m22,
"freeUpAmount": m23,
"freeUpDeviceSpace":
MessageLookupByLibrary.simpleMessage("Apparaatruimte vrijmaken"),
"freeUpSpace": MessageLookupByLibrary.simpleMessage("Ruimte vrijmaken"),
"freeUpSpaceSaving": m55,
"freeUpSpaceSaving": m24,
"galleryMemoryLimitInfo": MessageLookupByLibrary.simpleMessage(
"Tot 1000 herinneringen getoond in de galerij"),
"general": MessageLookupByLibrary.simpleMessage("Algemeen"),
@ -726,8 +726,8 @@ class MessageLookup extends MessageLookupByLibrary {
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
MessageLookupByLibrary.simpleMessage(
"Het lijkt erop dat er iets fout is gegaan. Probeer het later opnieuw. Als de fout zich blijft voordoen, neem dan contact op met ons supportteam."),
"itemCount": m11,
"itemSelectedCount": m56,
"itemCount": m25,
"itemSelectedCount": m26,
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
MessageLookupByLibrary.simpleMessage(
"Bestanden tonen het aantal resterende dagen voordat ze permanent worden verwijderd"),
@ -753,7 +753,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Apparaat limiet"),
"linkEnabled": MessageLookupByLibrary.simpleMessage("Ingeschakeld"),
"linkExpired": MessageLookupByLibrary.simpleMessage("Verlopen"),
"linkExpiresOn": m12,
"linkExpiresOn": m27,
"linkExpiry": MessageLookupByLibrary.simpleMessage("Vervaldatum"),
"linkHasExpired":
MessageLookupByLibrary.simpleMessage("Link is vervallen"),
@ -813,17 +813,17 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Abonnement beheren"),
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
"maxDeviceLimitSpikeHandling": m13,
"memoryCount": m14,
"maxDeviceLimitSpikeHandling": m28,
"memoryCount": m29,
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
"mobileWebDesktop":
MessageLookupByLibrary.simpleMessage("Mobiel, Web, Desktop"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("Matig"),
"monthly": MessageLookupByLibrary.simpleMessage("Maandelijks"),
"moveItem": m57,
"moveItem": m30,
"moveToAlbum":
MessageLookupByLibrary.simpleMessage("Verplaats naar album"),
"movedSuccessfullyTo": m58,
"movedSuccessfullyTo": m31,
"movedToTrash":
MessageLookupByLibrary.simpleMessage("Naar prullenbak verplaatst"),
"movingFilesToAlbum": MessageLookupByLibrary.simpleMessage(
@ -872,15 +872,15 @@ class MessageLookup extends MessageLookupByLibrary {
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
"Wachtwoord succesvol aangepast"),
"passwordLock": MessageLookupByLibrary.simpleMessage("Wachtwoord slot"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"Wij slaan dit wachtwoord niet op, dus als je het vergeet, kunnen <underline>we je gegevens niet ontsleutelen</underline>"),
"paymentDetails":
MessageLookupByLibrary.simpleMessage("Betaalgegevens"),
"paymentFailed":
MessageLookupByLibrary.simpleMessage("Betaling mislukt"),
"paymentFailedTalkToProvider": m16,
"paymentFailedWithReason": m17,
"paymentFailedTalkToProvider": m33,
"paymentFailedWithReason": m34,
"pendingSync": MessageLookupByLibrary.simpleMessage(
"Synchronisatie in behandeling"),
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage(
@ -907,12 +907,12 @@ class MessageLookup extends MessageLookupByLibrary {
"pleaseContactSupportIfTheProblemPersists":
MessageLookupByLibrary.simpleMessage(
"Neem contact op met klantenservice als het probleem aanhoudt"),
"pleaseEmailUsAt": m59,
"pleaseEmailUsAt": m35,
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage(
"Geef alstublieft toestemming"),
"pleaseLoginAgain":
MessageLookupByLibrary.simpleMessage("Log opnieuw in"),
"pleaseSendTheLogsTo": m60,
"pleaseSendTheLogsTo": m36,
"pleaseTryAgain":
MessageLookupByLibrary.simpleMessage("Probeer het nog eens"),
"pleaseVerifyTheCodeYouHaveEntered":
@ -944,7 +944,7 @@ class MessageLookup extends MessageLookupByLibrary {
"raiseTicket": MessageLookupByLibrary.simpleMessage("Meld probleem"),
"rateTheApp": MessageLookupByLibrary.simpleMessage("Beoordeel de app"),
"rateUs": MessageLookupByLibrary.simpleMessage("Beoordeel ons"),
"rateUsOnStore": m18,
"rateUsOnStore": m37,
"recover": MessageLookupByLibrary.simpleMessage("Herstellen"),
"recoverAccount":
MessageLookupByLibrary.simpleMessage("Account herstellen"),
@ -975,7 +975,7 @@ class MessageLookup extends MessageLookupByLibrary {
"1. Geef deze code aan je vrienden"),
"referralStep2": MessageLookupByLibrary.simpleMessage(
"2. Ze registreren voor een betaald plan"),
"referralStep3": m19,
"referralStep3": m38,
"referrals": MessageLookupByLibrary.simpleMessage("Referenties"),
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
"Verwijzingen zijn momenteel gepauzeerd"),
@ -1001,7 +1001,7 @@ class MessageLookup extends MessageLookupByLibrary {
"removeLink": MessageLookupByLibrary.simpleMessage("Verwijder link"),
"removeParticipant":
MessageLookupByLibrary.simpleMessage("Deelnemer verwijderen"),
"removeParticipantBody": m20,
"removeParticipantBody": m39,
"removePublicLink":
MessageLookupByLibrary.simpleMessage("Verwijder publieke link"),
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
@ -1017,7 +1017,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Bestandsnaam wijzigen"),
"renewSubscription":
MessageLookupByLibrary.simpleMessage("Abonnement verlengen"),
"renewsOn": m21,
"renewsOn": m40,
"reportABug": MessageLookupByLibrary.simpleMessage("Een fout melden"),
"reportBug": MessageLookupByLibrary.simpleMessage("Fout melden"),
"resendEmail":
@ -1074,8 +1074,8 @@ class MessageLookup extends MessageLookupByLibrary {
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
MessageLookupByLibrary.simpleMessage(
"Geselecteerde bestanden worden verwijderd uit alle albums en verplaatst naar de prullenbak."),
"selectedPhotos": m22,
"selectedPhotosWithYours": m23,
"selectedPhotos": m41,
"selectedPhotosWithYours": m42,
"send": MessageLookupByLibrary.simpleMessage("Verzenden"),
"sendEmail": MessageLookupByLibrary.simpleMessage("E-mail versturen"),
"sendInvite":
@ -1098,31 +1098,31 @@ class MessageLookup extends MessageLookupByLibrary {
"shareAnAlbumNow":
MessageLookupByLibrary.simpleMessage("Deel nu een album"),
"shareLink": MessageLookupByLibrary.simpleMessage("Link delen"),
"shareMyVerificationID": m24,
"shareMyVerificationID": m43,
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
"Deel alleen met de mensen die u wilt"),
"shareTextConfirmOthersVerificationID": m25,
"shareTextConfirmOthersVerificationID": m44,
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
"Download ente zodat we gemakkelijk foto\'s en video\'s van originele kwaliteit kunnen delen\n\nhttps://ente.io"),
"shareTextReferralCode": m26,
"shareTextReferralCode": m45,
"shareWithNonenteUsers": MessageLookupByLibrary.simpleMessage(
"Delen met niet-ente gebruikers"),
"shareWithPeopleSectionTitle": m27,
"shareWithPeopleSectionTitle": m46,
"shareYourFirstAlbum":
MessageLookupByLibrary.simpleMessage("Deel jouw eerste album"),
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
"Maak gedeelde en collaboratieve albums met andere ente gebruikers, inclusief gebruikers met gratis abonnementen."),
"sharedByMe": MessageLookupByLibrary.simpleMessage("Gedeeld door mij"),
"sharedWith": m28,
"sharedWith": m47,
"sharedWithMe": MessageLookupByLibrary.simpleMessage("Gedeeld met mij"),
"sharing": MessageLookupByLibrary.simpleMessage("Delen..."),
"signUpTerms": MessageLookupByLibrary.simpleMessage(
"Ik ga akkoord met de <u-terms>gebruiksvoorwaarden</u-terms> en <u-policy>privacybeleid</u-policy>"),
"singleFileDeleteFromDevice": m29,
"singleFileDeleteFromDevice": m48,
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
"Het wordt uit alle albums verwijderd."),
"singleFileInBothLocalAndRemote": m30,
"singleFileInRemoteOnly": m31,
"singleFileInBothLocalAndRemote": m49,
"singleFileInRemoteOnly": m50,
"skip": MessageLookupByLibrary.simpleMessage("Overslaan"),
"social": MessageLookupByLibrary.simpleMessage("Sociale media"),
"someItemsAreInBothEnteAndYourDevice": MessageLookupByLibrary.simpleMessage(
@ -1159,13 +1159,13 @@ class MessageLookup extends MessageLookupByLibrary {
"storage": MessageLookupByLibrary.simpleMessage("Opslagruimte"),
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("Familie"),
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("Jij"),
"storageInGB": m32,
"storageInGB": m51,
"storageLimitExceeded":
MessageLookupByLibrary.simpleMessage("Opslaglimiet overschreden"),
"storageUsageInfo": m61,
"storageUsageInfo": m52,
"strongStrength": MessageLookupByLibrary.simpleMessage("Sterk"),
"subAlreadyLinkedErrMessage": m33,
"subWillBeCancelledOn": m34,
"subAlreadyLinkedErrMessage": m53,
"subWillBeCancelledOn": m54,
"subscribe": MessageLookupByLibrary.simpleMessage("Abonneer"),
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
"Het lijkt erop dat je abonnement is verlopen. Abonneer om delen mogelijk te maken."),
@ -1178,7 +1178,7 @@ class MessageLookup extends MessageLookupByLibrary {
"suggestFeatures":
MessageLookupByLibrary.simpleMessage("Features voorstellen"),
"support": MessageLookupByLibrary.simpleMessage("Ondersteuning"),
"syncProgress": m35,
"syncProgress": m55,
"syncStopped":
MessageLookupByLibrary.simpleMessage("Synchronisatie gestopt"),
"syncing": MessageLookupByLibrary.simpleMessage("Synchroniseren..."),
@ -1206,7 +1206,7 @@ class MessageLookup extends MessageLookupByLibrary {
"theseItemsWillBeDeletedFromYourDevice":
MessageLookupByLibrary.simpleMessage(
"Deze bestanden zullen worden verwijderd van uw apparaat."),
"theyAlsoGetXGb": m36,
"theyAlsoGetXGb": m56,
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
"Ze zullen uit alle albums worden verwijderd."),
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
@ -1222,7 +1222,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Dit e-mailadres is al in gebruik"),
"thisImageHasNoExifData": MessageLookupByLibrary.simpleMessage(
"Deze foto heeft geen exif gegevens"),
"thisIsPersonVerificationId": m37,
"thisIsPersonVerificationId": m57,
"thisIsYourVerificationId":
MessageLookupByLibrary.simpleMessage("Dit is uw verificatie-ID"),
"thisWillLogYouOutOfTheFollowingDevice":
@ -1238,7 +1238,7 @@ class MessageLookup extends MessageLookupByLibrary {
"total": MessageLookupByLibrary.simpleMessage("totaal"),
"totalSize": MessageLookupByLibrary.simpleMessage("Totale grootte"),
"trash": MessageLookupByLibrary.simpleMessage("Prullenbak"),
"trashDaysLeft": m62,
"trashDaysLeft": m58,
"tryAgain": MessageLookupByLibrary.simpleMessage("Probeer opnieuw"),
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
"Schakel back-up in om bestanden die toegevoegd zijn aan deze map op dit apparaat automatisch te uploaden."),
@ -1297,7 +1297,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Verificatie ID"),
"verify": MessageLookupByLibrary.simpleMessage("Verifiëren"),
"verifyEmail": MessageLookupByLibrary.simpleMessage("Bevestig e-mail"),
"verifyEmailID": m38,
"verifyEmailID": m59,
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("Verifiëren"),
"verifyPassword":
MessageLookupByLibrary.simpleMessage("Bevestig wachtwoord"),
@ -1320,11 +1320,11 @@ class MessageLookup extends MessageLookupByLibrary {
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
MessageLookupByLibrary.simpleMessage(
"We ondersteunen het bewerken van foto\'s en albums waar je niet de eigenaar van bent nog niet"),
"weHaveSendEmailTo": m39,
"weHaveSendEmailTo": m60,
"weakStrength": MessageLookupByLibrary.simpleMessage("Zwak"),
"welcomeBack": MessageLookupByLibrary.simpleMessage("Welkom terug!"),
"yearly": MessageLookupByLibrary.simpleMessage("Jaarlijks"),
"yearsAgo": m40,
"yearsAgo": m61,
"yes": MessageLookupByLibrary.simpleMessage("Ja"),
"yesCancel": MessageLookupByLibrary.simpleMessage("Ja, opzeggen"),
"yesConvertToViewer":
@ -1354,7 +1354,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Je kunt niet met jezelf delen"),
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
"U heeft geen gearchiveerde bestanden."),
"youHaveSuccessfullyFreedUp": m41,
"youHaveSuccessfullyFreedUp": m62,
"yourAccountHasBeenDeleted":
MessageLookupByLibrary.simpleMessage("Je account is verwijderd"),
"yourPlanWasSuccessfullyDowngraded":

View file

@ -20,7 +20,7 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'pl';
static String m15(passwordStrengthValue) =>
static String m32(passwordStrengthValue) =>
"Siła hasła: ${passwordStrengthValue}";
final messages = _notInlinedMessages(_notInlinedMessages);
@ -116,7 +116,7 @@ class MessageLookup extends MessageLookupByLibrary {
"password": MessageLookupByLibrary.simpleMessage("Hasło"),
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
"Hasło zostało pomyślnie zmienione"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"Nie przechowujemy tego hasła, więc jeśli go zapomnisz, <underline>nie będziemy w stanie odszyfrować Twoich danych</underline>"),
"pleaseTryAgain":

View file

@ -20,10 +20,10 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'pt';
static String m1(user) =>
static String m6(user) =>
"${user} Não poderá adicionar mais fotos a este álbum\n\nEles ainda poderão remover as fotos existentes adicionadas por eles";
static String m2(isFamilyMember, storageAmountInGb) =>
static String m7(isFamilyMember, storageAmountInGb) =>
"${Intl.select(isFamilyMember, {
'true':
'Sua família reeinvindicou ${storageAmountInGb} GB até agora',
@ -31,32 +31,32 @@ class MessageLookup extends MessageLookupByLibrary {
'other': 'Você reeinvindicou ${storageAmountInGb} GB até agora',
})}";
static String m5(albumName) =>
static String m12(albumName) =>
"Isso removerá o link público para acessar \"${albumName}\".";
static String m6(supportEmail) =>
static String m13(supportEmail) =>
"Por favor, envie um e-mail para ${supportEmail} a partir do seu endereço de e-mail registrado";
static String m9(storageAmountInGB) =>
static String m19(storageAmountInGB) =>
"${storageAmountInGB} GB cada vez que alguém se inscrever para um plano pago e aplica o seu código";
static String m15(passwordStrengthValue) =>
static String m32(passwordStrengthValue) =>
"Segurança da senha: ${passwordStrengthValue}";
static String m19(storageInGB) => "3. Ambos ganham ${storageInGB} GB* grátis";
static String m38(storageInGB) => "3. Ambos ganham ${storageInGB} GB* grátis";
static String m20(userEmail) =>
static String m39(userEmail) =>
"${userEmail} será removido deste álbum compartilhado\n\nQuaisquer fotos adicionadas por eles também serão removidas do álbum";
static String m26(referralCode, referralStorageInGB) =>
static String m45(referralCode, referralStorageInGB) =>
"Código de referência do ente: ${referralCode} \n\nAplique em Configurações → Geral → Indicações para obter ${referralStorageInGB} GB gratuitamente após a sua inscrição em um plano pago\n\nhttps://ente.io";
static String m32(storageAmountInGB) => "${storageAmountInGB} GB";
static String m51(storageAmountInGB) => "${storageAmountInGB} GB";
static String m36(storageAmountInGB) =>
static String m56(storageAmountInGB) =>
"Eles também recebem ${storageAmountInGB} GB";
static String m39(email) => "Enviamos um e-mail à <green>${email}</green>";
static String m60(email) => "Enviamos um e-mail à <green>${email}</green>";
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
@ -98,7 +98,7 @@ class MessageLookup extends MessageLookupByLibrary {
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
"Só é possível remover arquivos de sua propriedade"),
"cancel": MessageLookupByLibrary.simpleMessage("Cancelar"),
"cannotAddMorePhotosAfterBecomingViewer": m1,
"cannotAddMorePhotosAfterBecomingViewer": m6,
"changeEmail": MessageLookupByLibrary.simpleMessage("Mudar e-mail"),
"changePassword":
MessageLookupByLibrary.simpleMessage("Mude sua senha"),
@ -112,7 +112,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Solicitar armazenamento gratuito"),
"claimMore": MessageLookupByLibrary.simpleMessage("Reivindique mais!"),
"claimed": MessageLookupByLibrary.simpleMessage("Reivindicado"),
"claimedStorageSoFar": m2,
"claimedStorageSoFar": m7,
"codeCopiedToClipboard": MessageLookupByLibrary.simpleMessage(
"Código copiado para a área de transferência"),
"codeUsedByYou":
@ -179,10 +179,10 @@ class MessageLookup extends MessageLookupByLibrary {
"Os espectadores ainda podem tirar screenshots ou salvar uma cópia de suas fotos usando ferramentas externas"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("Observe"),
"disableLinkMessage": m5,
"disableLinkMessage": m12,
"doThisLater":
MessageLookupByLibrary.simpleMessage("Fazer isso mais tarde"),
"dropSupportEmail": m6,
"dropSupportEmail": m13,
"eligible": MessageLookupByLibrary.simpleMessage("elegível"),
"email": MessageLookupByLibrary.simpleMessage("E-mail"),
"encryption": MessageLookupByLibrary.simpleMessage("Criptografia"),
@ -215,7 +215,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Esqueceu sua senha"),
"freeStorageClaimed": MessageLookupByLibrary.simpleMessage(
"Armazenamento gratuito reivindicado"),
"freeStorageOnReferralSuccess": m9,
"freeStorageOnReferralSuccess": m19,
"freeStorageUsable": MessageLookupByLibrary.simpleMessage(
"Armazenamento livre utilizável"),
"generatingEncryptionKeys": MessageLookupByLibrary.simpleMessage(
@ -272,7 +272,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Senha alterada com sucesso"),
"passwordLock":
MessageLookupByLibrary.simpleMessage("Bloqueio de senha"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"Nós não salvamos essa senha, se você esquecer <underline> nós não poderemos descriptografar seus dados</underline>"),
"peopleUsingYourCode":
@ -311,7 +311,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Envie esse código aos seus amigos"),
"referralStep2": MessageLookupByLibrary.simpleMessage(
"2. Eles se inscrevem em um plano pago"),
"referralStep3": m19,
"referralStep3": m38,
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
"Referências estão atualmente pausadas"),
"remove": MessageLookupByLibrary.simpleMessage("Remover"),
@ -321,7 +321,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Remover do álbum?"),
"removeParticipant":
MessageLookupByLibrary.simpleMessage("Remover participante"),
"removeParticipantBody": m20,
"removeParticipantBody": m39,
"removePublicLink":
MessageLookupByLibrary.simpleMessage("Remover link público"),
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
@ -348,7 +348,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Chave: definaSenha\n→ definaSenha"),
"setupComplete":
MessageLookupByLibrary.simpleMessage("Configuração concluída"),
"shareTextReferralCode": m26,
"shareTextReferralCode": m45,
"sharing": MessageLookupByLibrary.simpleMessage("Compartilhando..."),
"signUpTerms": MessageLookupByLibrary.simpleMessage(
"Eu concordo com os <u-terms>termos de serviço</u-terms> e a <u-policy>política de privacidade</u-policy>"),
@ -364,7 +364,7 @@ class MessageLookup extends MessageLookupByLibrary {
"sorryWeCouldNotGenerateSecureKeysOnThisDevicennplease":
MessageLookupByLibrary.simpleMessage(
"Desculpe, não foi possível gerar chaves seguras neste dispositivo.\n\npor favor, faça o login com um dispositivo diferente."),
"storageInGB": m32,
"storageInGB": m51,
"strongStrength": MessageLookupByLibrary.simpleMessage("Forte"),
"subscribe": MessageLookupByLibrary.simpleMessage("Inscrever-se"),
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
@ -376,7 +376,7 @@ class MessageLookup extends MessageLookupByLibrary {
"terminateSession":
MessageLookupByLibrary.simpleMessage("Encerrar sessão?"),
"termsOfServicesTitle": MessageLookupByLibrary.simpleMessage("Termos"),
"theyAlsoGetXGb": m36,
"theyAlsoGetXGb": m56,
"thisCanBeUsedToRecoverYourAccountIfYou":
MessageLookupByLibrary.simpleMessage(
"Isso pode ser usado para recuperar sua conta se você perder seu segundo fator"),
@ -409,7 +409,7 @@ class MessageLookup extends MessageLookupByLibrary {
"viewRecoveryKey":
MessageLookupByLibrary.simpleMessage("Ver chave de recuperação"),
"viewer": MessageLookupByLibrary.simpleMessage("Visualizador"),
"weHaveSendEmailTo": m39,
"weHaveSendEmailTo": m60,
"weakStrength": MessageLookupByLibrary.simpleMessage("Fraca"),
"welcomeBack":
MessageLookupByLibrary.simpleMessage("Bem-vindo de volta!"),

View file

@ -20,161 +20,161 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'zh';
static String m42(count) =>
static String m0(count) =>
"${Intl.plural(count, one: '添加一个项目', other: '添加一些项目')}";
static String m43(emailOrName) => "${emailOrName} 添加";
static String m1(emailOrName) => "${emailOrName} 添加";
static String m44(albumName) => "成功添加到 ${albumName}";
static String m2(albumName) => "成功添加到 ${albumName}";
static String m45(count) =>
static String m3(count) =>
"${Intl.plural(count, zero: '无参与者', one: '1个参与者', other: '${count} 个参与者')}";
static String m46(versionValue) => "版本: ${versionValue}";
static String m4(versionValue) => "版本: ${versionValue}";
static String m0(paymentProvider) => "请先取消您现有的订阅 ${paymentProvider}";
static String m5(paymentProvider) => "请先取消您现有的订阅 ${paymentProvider}";
static String m1(user) => "${user} 将无法添加更多照片到此相册\n\n他们仍然能够删除他们添加的现有照片";
static String m6(user) => "${user} 将无法添加更多照片到此相册\n\n他们仍然能够删除他们添加的现有照片";
static String m2(isFamilyMember, storageAmountInGb) =>
static String m7(isFamilyMember, storageAmountInGb) =>
"${Intl.select(isFamilyMember, {
'true': '到目前为止,您的家庭已经领取了 ${storageAmountInGb} GB',
'false': '到目前为止,您已经领取了 ${storageAmountInGb} GB',
'other': '到目前为止,您已经领取了${storageAmountInGb} GB',
})}";
static String m47(albumName) => "${albumName} 创建了协作链接";
static String m8(albumName) => "${albumName} 创建了协作链接";
static String m3(familyAdminEmail) =>
static String m9(familyAdminEmail) =>
"请联系 <green>${familyAdminEmail}</green> 来管理您的订阅";
static String m4(provider) =>
static String m10(provider) =>
"请通过support@ente.io 用英语联系我们来管理您的 ${provider} 订阅。";
static String m48(currentlyDeleting, totalCount) =>
static String m11(currentlyDeleting, totalCount) =>
"正在删除 ${currentlyDeleting} /共 ${totalCount}";
static String m5(albumName) => "这将删除用于访问\"${albumName}\"的公共链接。";
static String m12(albumName) => "这将删除用于访问\"${albumName}\"的公共链接。";
static String m6(supportEmail) => "请从您注册的电子邮件地址拖放一封邮件到 ${supportEmail}";
static String m13(supportEmail) => "请从您注册的电子邮件地址拖放一封邮件到 ${supportEmail}";
static String m7(count, storageSaved) =>
static String m14(count, storageSaved) =>
"您已经清理了 ${Intl.plural(count, other: '${count} 个重复文件')}, 释放了 (${storageSaved}!)";
static String m49(newEmail) => "电子邮件已更改为 ${newEmail}";
static String m15(newEmail) => "电子邮件已更改为 ${newEmail}";
static String m8(email) => "${email} 没有 ente 账户。\n\n向他们发送分享照片的邀请。";
static String m16(email) => "${email} 没有 ente 账户。\n\n向他们发送分享照片的邀请。";
static String m50(count, formattedNumber) =>
static String m17(count, formattedNumber) =>
"此设备上的 ${Intl.plural(count, one: '1 个文件', other: '${formattedNumber} 个文件')} 已安全备份";
static String m51(count, formattedNumber) =>
static String m18(count, formattedNumber) =>
"此相册中的 ${Intl.plural(count, one: '1 个文件', other: '${formattedNumber} 个文件')} 已安全备份";
static String m9(storageAmountInGB) =>
static String m19(storageAmountInGB) =>
"每当有人注册付费计划时${storageAmountInGB} GB 并应用了您的代码";
static String m52(freeAmount, storageUnit) =>
static String m20(freeAmount, storageUnit) =>
"${freeAmount} ${storageUnit} 空闲";
static String m10(endDate) => "免费试用有效期至 ${endDate}";
static String m21(endDate) => "免费试用有效期至 ${endDate}";
static String m53(count) =>
static String m22(count) =>
"只要您有有效的订阅,您仍然可以在 ente 上访问 ${Intl.plural(count, one: 'it', other: 'them')}";
static String m54(sizeInMBorGB) => "释放 ${sizeInMBorGB}";
static String m23(sizeInMBorGB) => "释放 ${sizeInMBorGB}";
static String m55(count, formattedSize) =>
static String m24(count, formattedSize) =>
"${Intl.plural(count, one: '它可以从设备中删除以释放 ${formattedSize}', other: '它们可以从设备中删除以释放 ${formattedSize}')}";
static String m11(count) =>
static String m25(count) =>
"${Intl.plural(count, one: '${count} 个项目', other: '${count} 个项目')}";
static String m56(count) => "已选择 ${count}";
static String m26(count) => "已选择 ${count}";
static String m12(expiryTime) => "链接将在 ${expiryTime} 过期";
static String m27(expiryTime) => "链接将在 ${expiryTime} 过期";
static String m13(maxValue) =>
static String m28(maxValue) =>
"当设置为最大值 (${maxValue}) 时,设备限制将放宽以允许大量查看者查看的临时高峰。";
static String m14(count, formattedCount) =>
static String m29(count, formattedCount) =>
"${Intl.plural(count, zero: '没有回忆', one: '${formattedCount} 个回忆', other: '${formattedCount} 个回忆')}";
static String m57(count) =>
static String m30(count) =>
"${Intl.plural(count, one: '移动一个项目', other: '移动一些项目')}";
static String m58(albumName) => "成功移动到 ${albumName}";
static String m31(albumName) => "成功移动到 ${albumName}";
static String m15(passwordStrengthValue) => "密码强度: ${passwordStrengthValue}";
static String m32(passwordStrengthValue) => "密码强度: ${passwordStrengthValue}";
static String m16(providerName) => "如果您被收取费用,请用英语与 ${providerName} 的客服聊天";
static String m33(providerName) => "如果您被收取费用,请用英语与 ${providerName} 的客服聊天";
static String m17(reason) => "很抱歉,您的支付因 ${reason} 而失败";
static String m34(reason) => "很抱歉,您的支付因 ${reason} 而失败";
static String m59(toEmail) => "请给我们发送电子邮件至 ${toEmail}";
static String m35(toEmail) => "请给我们发送电子邮件至 ${toEmail}";
static String m60(toEmail) => "请将日志发送至 \n${toEmail}";
static String m36(toEmail) => "请将日志发送至 \n${toEmail}";
static String m18(storeName) => "${storeName} 上给我们评分";
static String m37(storeName) => "${storeName} 上给我们评分";
static String m19(storageInGB) => "3. 你都可以免费获得 ${storageInGB} GB*";
static String m38(storageInGB) => "3. 你都可以免费获得 ${storageInGB} GB*";
static String m20(userEmail) =>
static String m39(userEmail) =>
"${userEmail} 将从这个共享相册中删除\n\nTA们添加的任何照片也将从相册中删除";
static String m21(endDate) => "${endDate} 前续费";
static String m40(endDate) => "${endDate} 前续费";
static String m22(count) => "已选择 ${count}";
static String m41(count) => "已选择 ${count}";
static String m23(count, yourCount) => "选择了 ${count} 个 (您的 ${yourCount} 个)";
static String m42(count, yourCount) => "选择了 ${count} 个 (您的 ${yourCount} 个)";
static String m24(verificationID) => "这是我的ente.io 的验证 ID ${verificationID}";
static String m43(verificationID) => "这是我的ente.io 的验证 ID ${verificationID}";
static String m25(verificationID) =>
static String m44(verificationID) =>
"嘿,你能确认这是你的 ente.io 验证 ID${verificationID}";
static String m26(referralCode, referralStorageInGB) =>
static String m45(referralCode, referralStorageInGB) =>
"ente转发码: ${referralCode} \n\n在设置 → 常规 → 推荐中应用它以在注册付费计划后可以免费获得 ${referralStorageInGB} GB\n\nhttps://ente.io";
static String m27(numberOfPeople) =>
static String m46(numberOfPeople) =>
"${Intl.plural(numberOfPeople, zero: '与特定人员共享', one: '与 1 人共享', other: '${numberOfPeople} 人共享')}";
static String m28(emailIDs) => "${emailIDs} 共享";
static String m47(emailIDs) => "${emailIDs} 共享";
static String m29(fileType) => "${fileType} 将从您的设备中删除。";
static String m48(fileType) => "${fileType} 将从您的设备中删除。";
static String m30(fileType) => "${fileType} 同时在ente和您的设备中。";
static String m49(fileType) => "${fileType} 同时在ente和您的设备中。";
static String m31(fileType) => "${fileType} 将从ente中删除。";
static String m50(fileType) => "${fileType} 将从ente中删除。";
static String m32(storageAmountInGB) => "${storageAmountInGB} GB";
static String m51(storageAmountInGB) => "${storageAmountInGB} GB";
static String m61(
static String m52(
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
"已使用 ${usedAmount} ${usedStorageUnit} / ${totalAmount} ${totalStorageUnit}";
static String m33(id) =>
static String m53(id) =>
"您的 ${id} 已经链接到另一个ente账户。\n如果您想要通过此账户使用您的 ${id} ,请联系我们的客服\'\'";
static String m34(endDate) => "您的订阅将于 ${endDate} 取消";
static String m54(endDate) => "您的订阅将于 ${endDate} 取消";
static String m35(completed, total) => "已保存的回忆 ${completed}/共 ${total}";
static String m55(completed, total) => "已保存的回忆 ${completed}/共 ${total}";
static String m36(storageAmountInGB) => "他们也会获得 ${storageAmountInGB} GB";
static String m56(storageAmountInGB) => "他们也会获得 ${storageAmountInGB} GB";
static String m37(email) => "这是 ${email} 的验证ID";
static String m57(email) => "这是 ${email} 的验证ID";
static String m62(count) =>
static String m58(count) =>
"${Intl.plural(count, zero: '', one: '1天', other: '${count} 天')}";
static String m38(email) => "验证 ${email}";
static String m59(email) => "验证 ${email}";
static String m39(email) => "我们已经发送邮件到 <green>${email}</green>";
static String m60(email) => "我们已经发送邮件到 <green>${email}</green>";
static String m40(count) =>
static String m61(count) =>
"${Intl.plural(count, one: '${count} 年前', other: '${count} 年前')}";
static String m41(storageSaved) => "您已成功释放了 ${storageSaved}";
static String m62(storageSaved) => "您已成功释放了 ${storageSaved}";
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
@ -188,7 +188,7 @@ class MessageLookup extends MessageLookupByLibrary {
"activeSessions": MessageLookupByLibrary.simpleMessage("已登录的设备"),
"addANewEmail": MessageLookupByLibrary.simpleMessage("添加新的电子邮件"),
"addCollaborator": MessageLookupByLibrary.simpleMessage("添加协作者"),
"addItem": m42,
"addItem": m0,
"addLocation": MessageLookupByLibrary.simpleMessage("添加地点"),
"addLocationButton": MessageLookupByLibrary.simpleMessage("添加"),
"addMore": MessageLookupByLibrary.simpleMessage("添加更多"),
@ -196,8 +196,8 @@ class MessageLookup extends MessageLookupByLibrary {
"addToEnte": MessageLookupByLibrary.simpleMessage("添加到 ente"),
"addViewer": MessageLookupByLibrary.simpleMessage("添加查看者"),
"addedAs": MessageLookupByLibrary.simpleMessage("已添加为"),
"addedBy": m43,
"addedSuccessfullyTo": m44,
"addedBy": m1,
"addedSuccessfullyTo": m2,
"addingToFavorites": MessageLookupByLibrary.simpleMessage("正在添加到收藏..."),
"advanced": MessageLookupByLibrary.simpleMessage("高级设置"),
"advancedSettings": MessageLookupByLibrary.simpleMessage("高级设置"),
@ -207,7 +207,7 @@ class MessageLookup extends MessageLookupByLibrary {
"after1Week": MessageLookupByLibrary.simpleMessage("1 周后"),
"after1Year": MessageLookupByLibrary.simpleMessage("1 年后"),
"albumOwner": MessageLookupByLibrary.simpleMessage("所有者"),
"albumParticipantsCount": m45,
"albumParticipantsCount": m3,
"albumTitle": MessageLookupByLibrary.simpleMessage("相册标题"),
"albumUpdated": MessageLookupByLibrary.simpleMessage("相册已更新"),
"albums": MessageLookupByLibrary.simpleMessage("相册"),
@ -236,7 +236,7 @@ class MessageLookup extends MessageLookupByLibrary {
"androidIosWebDesktop":
MessageLookupByLibrary.simpleMessage("安卓, iOS, 网页端, 桌面端"),
"androidSignInTitle": MessageLookupByLibrary.simpleMessage("需要身份验证"),
"appVersion": m46,
"appVersion": m4,
"appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
"apply": MessageLookupByLibrary.simpleMessage("应用"),
"applyCodeTitle": MessageLookupByLibrary.simpleMessage("应用代码"),
@ -305,9 +305,9 @@ class MessageLookup extends MessageLookupByLibrary {
"canOnlyRemoveFilesOwnedByYou":
MessageLookupByLibrary.simpleMessage("只能删除您拥有的文件"),
"cancel": MessageLookupByLibrary.simpleMessage("取消"),
"cancelOtherSubscription": m0,
"cancelOtherSubscription": m5,
"cancelSubscription": MessageLookupByLibrary.simpleMessage("取消订阅"),
"cannotAddMorePhotosAfterBecomingViewer": m1,
"cannotAddMorePhotosAfterBecomingViewer": m6,
"centerPoint": MessageLookupByLibrary.simpleMessage("中心点"),
"changeEmail": MessageLookupByLibrary.simpleMessage("修改邮箱"),
"changePassword": MessageLookupByLibrary.simpleMessage("修改密码"),
@ -320,7 +320,7 @@ class MessageLookup extends MessageLookupByLibrary {
"claimFreeStorage": MessageLookupByLibrary.simpleMessage("领取免费存储"),
"claimMore": MessageLookupByLibrary.simpleMessage("领取更多!"),
"claimed": MessageLookupByLibrary.simpleMessage("已领取"),
"claimedStorageSoFar": m2,
"claimedStorageSoFar": m7,
"clearCaches": MessageLookupByLibrary.simpleMessage("清除缓存"),
"click": MessageLookupByLibrary.simpleMessage("• 点击"),
"clickOnTheOverflowMenu":
@ -334,7 +334,7 @@ class MessageLookup extends MessageLookupByLibrary {
"collabLinkSectionDescription": MessageLookupByLibrary.simpleMessage(
"创建一个链接以允许人们在您的共享相册中添加和查看照片,而无需应用程序或账户。 非常适合收集活动照片。"),
"collaborativeLink": MessageLookupByLibrary.simpleMessage("协作链接"),
"collaborativeLinkCreatedFor": m47,
"collaborativeLinkCreatedFor": m8,
"collaborator": MessageLookupByLibrary.simpleMessage("协作者"),
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
MessageLookupByLibrary.simpleMessage("协作者可以将照片和视频添加到共享相册中。"),
@ -355,9 +355,9 @@ class MessageLookup extends MessageLookupByLibrary {
"confirmRecoveryKey": MessageLookupByLibrary.simpleMessage("确认恢复密钥"),
"confirmYourRecoveryKey":
MessageLookupByLibrary.simpleMessage("确认您的恢复密钥"),
"contactFamilyAdmin": m3,
"contactFamilyAdmin": m9,
"contactSupport": MessageLookupByLibrary.simpleMessage("联系支持"),
"contactToManageSubscription": m4,
"contactToManageSubscription": m10,
"continueLabel": MessageLookupByLibrary.simpleMessage("继续"),
"continueOnFreeTrial": MessageLookupByLibrary.simpleMessage("继续免费试用"),
"copyEmailAddress": MessageLookupByLibrary.simpleMessage("复制电子邮件地址"),
@ -412,7 +412,7 @@ class MessageLookup extends MessageLookupByLibrary {
"deleteFromEnte": MessageLookupByLibrary.simpleMessage("从ente 中删除"),
"deleteLocation": MessageLookupByLibrary.simpleMessage("删除位置"),
"deletePhotos": MessageLookupByLibrary.simpleMessage("删除照片"),
"deleteProgress": m48,
"deleteProgress": m11,
"deleteReason1": MessageLookupByLibrary.simpleMessage("找不到我想要的功能"),
"deleteReason2":
MessageLookupByLibrary.simpleMessage("应用或某个功能不会有 \n行为。我认为它应该有的"),
@ -439,7 +439,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("查看者仍然可以使用外部工具截图或保存您的照片副本"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("请注意"),
"disableLinkMessage": m5,
"disableLinkMessage": m12,
"disableTwofactor": MessageLookupByLibrary.simpleMessage("禁用双因素认证"),
"disablingTwofactorAuthentication":
MessageLookupByLibrary.simpleMessage("正在禁用双因素认证..."),
@ -455,15 +455,15 @@ class MessageLookup extends MessageLookupByLibrary {
"download": MessageLookupByLibrary.simpleMessage("下载"),
"downloadFailed": MessageLookupByLibrary.simpleMessage("下載失敗"),
"downloading": MessageLookupByLibrary.simpleMessage("正在下载..."),
"dropSupportEmail": m6,
"duplicateFileCountWithStorageSaved": m7,
"dropSupportEmail": m13,
"duplicateFileCountWithStorageSaved": m14,
"edit": MessageLookupByLibrary.simpleMessage("编辑"),
"editLocationTagTitle": MessageLookupByLibrary.simpleMessage("编辑位置"),
"editsSaved": MessageLookupByLibrary.simpleMessage("已保存编辑"),
"eligible": MessageLookupByLibrary.simpleMessage("符合资格"),
"email": MessageLookupByLibrary.simpleMessage("电子邮件地址"),
"emailChangedTo": m49,
"emailNoEnteAccount": m8,
"emailChangedTo": m15,
"emailNoEnteAccount": m16,
"emailYourLogs": MessageLookupByLibrary.simpleMessage("通过电子邮件发送您的日志"),
"empty": MessageLookupByLibrary.simpleMessage("空的"),
"emptyTrash": MessageLookupByLibrary.simpleMessage("要清空回收站吗?"),
@ -529,23 +529,23 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("无法将文件保存到相册"),
"fileInfoAddDescHint": MessageLookupByLibrary.simpleMessage("添加说明..."),
"fileSavedToGallery": MessageLookupByLibrary.simpleMessage("文件已保存到相册"),
"filesBackedUpFromDevice": m50,
"filesBackedUpInAlbum": m51,
"filesBackedUpFromDevice": m17,
"filesBackedUpInAlbum": m18,
"filesDeleted": MessageLookupByLibrary.simpleMessage("文件已删除"),
"flip": MessageLookupByLibrary.simpleMessage("上下翻转"),
"forYourMemories": MessageLookupByLibrary.simpleMessage("为您的回忆"),
"forgotPassword": MessageLookupByLibrary.simpleMessage("忘记密码"),
"freeStorageClaimed": MessageLookupByLibrary.simpleMessage("已领取的免费存储"),
"freeStorageOnReferralSuccess": m9,
"freeStorageSpace": m52,
"freeStorageOnReferralSuccess": m19,
"freeStorageSpace": m20,
"freeStorageUsable": MessageLookupByLibrary.simpleMessage("可用的免费存储"),
"freeTrial": MessageLookupByLibrary.simpleMessage("免费试用"),
"freeTrialValidTill": m10,
"freeUpAccessPostDelete": m53,
"freeUpAmount": m54,
"freeTrialValidTill": m21,
"freeUpAccessPostDelete": m22,
"freeUpAmount": m23,
"freeUpDeviceSpace": MessageLookupByLibrary.simpleMessage("释放设备空间"),
"freeUpSpace": MessageLookupByLibrary.simpleMessage("释放空间"),
"freeUpSpaceSaving": m55,
"freeUpSpaceSaving": m24,
"galleryMemoryLimitInfo":
MessageLookupByLibrary.simpleMessage("在图库中显示最多1000个回忆"),
"general": MessageLookupByLibrary.simpleMessage("通用"),
@ -589,8 +589,8 @@ class MessageLookup extends MessageLookupByLibrary {
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
MessageLookupByLibrary.simpleMessage(
"看起来出了点问题。 请稍后重试。 如果错误仍然存在,请联系我们的支持团队。"),
"itemCount": m11,
"itemSelectedCount": m56,
"itemCount": m25,
"itemSelectedCount": m26,
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
MessageLookupByLibrary.simpleMessage("项目显示永久删除前剩余的天数"),
"itemsWillBeRemovedFromAlbum":
@ -612,7 +612,7 @@ class MessageLookup extends MessageLookupByLibrary {
"linkDeviceLimit": MessageLookupByLibrary.simpleMessage("设备限制"),
"linkEnabled": MessageLookupByLibrary.simpleMessage("已启用"),
"linkExpired": MessageLookupByLibrary.simpleMessage("已过期"),
"linkExpiresOn": m12,
"linkExpiresOn": m27,
"linkExpiry": MessageLookupByLibrary.simpleMessage("链接过期"),
"linkHasExpired": MessageLookupByLibrary.simpleMessage("链接已过期"),
"linkNeverExpires": MessageLookupByLibrary.simpleMessage("永不"),
@ -663,16 +663,16 @@ class MessageLookup extends MessageLookupByLibrary {
"manageSubscription": MessageLookupByLibrary.simpleMessage("管理订阅"),
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
"maxDeviceLimitSpikeHandling": m13,
"memoryCount": m14,
"maxDeviceLimitSpikeHandling": m28,
"memoryCount": m29,
"merchandise": MessageLookupByLibrary.simpleMessage("商品"),
"mobileWebDesktop":
MessageLookupByLibrary.simpleMessage("移动端, 网页端, 桌面端"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("中等"),
"monthly": MessageLookupByLibrary.simpleMessage("每月"),
"moveItem": m57,
"moveItem": m30,
"moveToAlbum": MessageLookupByLibrary.simpleMessage("移动到相册"),
"movedSuccessfullyTo": m58,
"movedSuccessfullyTo": m31,
"movedToTrash": MessageLookupByLibrary.simpleMessage("已移至回收站"),
"movingFilesToAlbum":
MessageLookupByLibrary.simpleMessage("正在将文件移动到相册..."),
@ -714,13 +714,13 @@ class MessageLookup extends MessageLookupByLibrary {
"passwordChangedSuccessfully":
MessageLookupByLibrary.simpleMessage("密码修改成功"),
"passwordLock": MessageLookupByLibrary.simpleMessage("密码锁"),
"passwordStrength": m15,
"passwordStrength": m32,
"passwordWarning": MessageLookupByLibrary.simpleMessage(
"我们不储存这个密码,所以如果忘记, <underline>我们不能解密您的数据</underline>"),
"paymentDetails": MessageLookupByLibrary.simpleMessage("付款明细"),
"paymentFailed": MessageLookupByLibrary.simpleMessage("支付失败"),
"paymentFailedTalkToProvider": m16,
"paymentFailedWithReason": m17,
"paymentFailedTalkToProvider": m33,
"paymentFailedWithReason": m34,
"pendingSync": MessageLookupByLibrary.simpleMessage("正在等待同步"),
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage("使用您的代码的人"),
"permDeleteWarning":
@ -740,10 +740,10 @@ class MessageLookup extends MessageLookupByLibrary {
"请用英语联系 support@ente.io ,我们将乐意提供帮助!"),
"pleaseContactSupportIfTheProblemPersists":
MessageLookupByLibrary.simpleMessage("如果问题仍然存在,请联系支持"),
"pleaseEmailUsAt": m59,
"pleaseEmailUsAt": m35,
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage("请授予权限"),
"pleaseLoginAgain": MessageLookupByLibrary.simpleMessage("请重新登录"),
"pleaseSendTheLogsTo": m60,
"pleaseSendTheLogsTo": m36,
"pleaseTryAgain": MessageLookupByLibrary.simpleMessage("请重试"),
"pleaseVerifyTheCodeYouHaveEntered":
MessageLookupByLibrary.simpleMessage("请验证您输入的代码"),
@ -766,7 +766,7 @@ class MessageLookup extends MessageLookupByLibrary {
"raiseTicket": MessageLookupByLibrary.simpleMessage("提升工单"),
"rateTheApp": MessageLookupByLibrary.simpleMessage("为此应用评分"),
"rateUs": MessageLookupByLibrary.simpleMessage("给我们评分"),
"rateUsOnStore": m18,
"rateUsOnStore": m37,
"recover": MessageLookupByLibrary.simpleMessage("恢复"),
"recoverAccount": MessageLookupByLibrary.simpleMessage("恢复账户"),
"recoverButton": MessageLookupByLibrary.simpleMessage("恢复"),
@ -791,7 +791,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("推荐朋友和 2 倍您的计划"),
"referralStep1": MessageLookupByLibrary.simpleMessage("1. 将此代码提供给您的朋友"),
"referralStep2": MessageLookupByLibrary.simpleMessage("2. 他们注册一个付费计划"),
"referralStep3": m19,
"referralStep3": m38,
"referrals": MessageLookupByLibrary.simpleMessage("推荐人"),
"referralsAreCurrentlyPaused":
MessageLookupByLibrary.simpleMessage("推荐已暂停"),
@ -810,7 +810,7 @@ class MessageLookup extends MessageLookupByLibrary {
"removeFromFavorite": MessageLookupByLibrary.simpleMessage("从收藏中移除"),
"removeLink": MessageLookupByLibrary.simpleMessage("移除链接"),
"removeParticipant": MessageLookupByLibrary.simpleMessage("移除参与者"),
"removeParticipantBody": m20,
"removeParticipantBody": m39,
"removePublicLink": MessageLookupByLibrary.simpleMessage("删除公开链接"),
"removeShareItemsWarning":
MessageLookupByLibrary.simpleMessage("您要删除的某些项目是由其他人添加的,您将无法访问它们"),
@ -821,7 +821,7 @@ class MessageLookup extends MessageLookupByLibrary {
"renameAlbum": MessageLookupByLibrary.simpleMessage("重命名相册"),
"renameFile": MessageLookupByLibrary.simpleMessage("重命名文件"),
"renewSubscription": MessageLookupByLibrary.simpleMessage("续费订阅"),
"renewsOn": m21,
"renewsOn": m40,
"reportABug": MessageLookupByLibrary.simpleMessage("报告错误"),
"reportBug": MessageLookupByLibrary.simpleMessage("报告错误"),
"resendEmail": MessageLookupByLibrary.simpleMessage("重新发送电子邮件"),
@ -864,8 +864,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("所选文件夹将被加密和备份"),
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
MessageLookupByLibrary.simpleMessage("所选项目将从所有相册中删除并移动到回收站。"),
"selectedPhotos": m22,
"selectedPhotosWithYours": m23,
"selectedPhotos": m41,
"selectedPhotosWithYours": m42,
"send": MessageLookupByLibrary.simpleMessage("发送"),
"sendEmail": MessageLookupByLibrary.simpleMessage("发送电子邮件"),
"sendInvite": MessageLookupByLibrary.simpleMessage("发送邀请"),
@ -883,31 +883,31 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("打开相册并点击右上角的分享按钮进行分享"),
"shareAnAlbumNow": MessageLookupByLibrary.simpleMessage("立即分享相册"),
"shareLink": MessageLookupByLibrary.simpleMessage("分享链接"),
"shareMyVerificationID": m24,
"shareMyVerificationID": m43,
"shareOnlyWithThePeopleYouWant":
MessageLookupByLibrary.simpleMessage("仅与您想要的人分享"),
"shareTextConfirmOthersVerificationID": m25,
"shareTextConfirmOthersVerificationID": m44,
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
"下载 ente以便我们轻松分享原始质量的照片和视频\n\nhttps://ente.io"),
"shareTextReferralCode": m26,
"shareTextReferralCode": m45,
"shareWithNonenteUsers":
MessageLookupByLibrary.simpleMessage("与非ente 用户分享"),
"shareWithPeopleSectionTitle": m27,
"shareWithPeopleSectionTitle": m46,
"shareYourFirstAlbum":
MessageLookupByLibrary.simpleMessage("分享您的第一个相册"),
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
"与其他ente用户创建共享和协作相册包括免费计划的用户。"),
"sharedByMe": MessageLookupByLibrary.simpleMessage("由我共享的"),
"sharedWith": m28,
"sharedWith": m47,
"sharedWithMe": MessageLookupByLibrary.simpleMessage("与我共享"),
"sharing": MessageLookupByLibrary.simpleMessage("正在分享..."),
"signUpTerms": MessageLookupByLibrary.simpleMessage(
"我同意 <u-terms>服务条款</u-terms> 和 <u-policy>隐私政策</u-policy>"),
"singleFileDeleteFromDevice": m29,
"singleFileDeleteFromDevice": m48,
"singleFileDeleteHighlight":
MessageLookupByLibrary.simpleMessage("它将从所有相册中删除。"),
"singleFileInBothLocalAndRemote": m30,
"singleFileInRemoteOnly": m31,
"singleFileInBothLocalAndRemote": m49,
"singleFileInRemoteOnly": m50,
"skip": MessageLookupByLibrary.simpleMessage("略过"),
"social": MessageLookupByLibrary.simpleMessage("社交"),
"someItemsAreInBothEnteAndYourDevice":
@ -937,12 +937,12 @@ class MessageLookup extends MessageLookupByLibrary {
"storage": MessageLookupByLibrary.simpleMessage("存储空间"),
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("家庭"),
"storageBreakupYou": MessageLookupByLibrary.simpleMessage(""),
"storageInGB": m32,
"storageInGB": m51,
"storageLimitExceeded": MessageLookupByLibrary.simpleMessage("已超出存储限制"),
"storageUsageInfo": m61,
"storageUsageInfo": m52,
"strongStrength": MessageLookupByLibrary.simpleMessage(""),
"subAlreadyLinkedErrMessage": m33,
"subWillBeCancelledOn": m34,
"subAlreadyLinkedErrMessage": m53,
"subWillBeCancelledOn": m54,
"subscribe": MessageLookupByLibrary.simpleMessage("订阅"),
"subscribeToEnableSharing":
MessageLookupByLibrary.simpleMessage("您的订阅似乎已过期。请订阅以启用分享。"),
@ -953,7 +953,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("取消归档成功"),
"suggestFeatures": MessageLookupByLibrary.simpleMessage("建议新功能"),
"support": MessageLookupByLibrary.simpleMessage("支持"),
"syncProgress": m35,
"syncProgress": m55,
"syncStopped": MessageLookupByLibrary.simpleMessage("同步已停止"),
"syncing": MessageLookupByLibrary.simpleMessage("正在同步···"),
"systemTheme": MessageLookupByLibrary.simpleMessage("系统"),
@ -976,7 +976,7 @@ class MessageLookup extends MessageLookupByLibrary {
"theme": MessageLookupByLibrary.simpleMessage("主题"),
"theseItemsWillBeDeletedFromYourDevice":
MessageLookupByLibrary.simpleMessage("这些项目将从您的设备中删除。"),
"theyAlsoGetXGb": m36,
"theyAlsoGetXGb": m56,
"theyWillBeDeletedFromAllAlbums":
MessageLookupByLibrary.simpleMessage("他们将从所有相册中删除。"),
"thisActionCannotBeUndone":
@ -990,7 +990,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("这个邮箱地址已经被使用"),
"thisImageHasNoExifData":
MessageLookupByLibrary.simpleMessage("此图像没有Exif 数据"),
"thisIsPersonVerificationId": m37,
"thisIsPersonVerificationId": m57,
"thisIsYourVerificationId":
MessageLookupByLibrary.simpleMessage("这是您的验证 ID"),
"thisWillLogYouOutOfTheFollowingDevice":
@ -1003,7 +1003,7 @@ class MessageLookup extends MessageLookupByLibrary {
"total": MessageLookupByLibrary.simpleMessage("总计"),
"totalSize": MessageLookupByLibrary.simpleMessage("总大小"),
"trash": MessageLookupByLibrary.simpleMessage("回收站"),
"trashDaysLeft": m62,
"trashDaysLeft": m58,
"tryAgain": MessageLookupByLibrary.simpleMessage("请再试一次"),
"turnOnBackupForAutoUpload":
MessageLookupByLibrary.simpleMessage("打开备份以自动上传添加到此设备文件夹的文件。"),
@ -1047,7 +1047,7 @@ class MessageLookup extends MessageLookupByLibrary {
"verificationId": MessageLookupByLibrary.simpleMessage("验证 ID"),
"verify": MessageLookupByLibrary.simpleMessage("验证"),
"verifyEmail": MessageLookupByLibrary.simpleMessage("验证电子邮件"),
"verifyEmailID": m38,
"verifyEmailID": m59,
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("验证"),
"verifyPassword": MessageLookupByLibrary.simpleMessage("验证密码"),
"verifying": MessageLookupByLibrary.simpleMessage("正在验证..."),
@ -1064,11 +1064,11 @@ class MessageLookup extends MessageLookupByLibrary {
"weAreOpenSource": MessageLookupByLibrary.simpleMessage("我们是开源的 "),
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
MessageLookupByLibrary.simpleMessage("我们不支持编辑您尚未拥有的照片和相册"),
"weHaveSendEmailTo": m39,
"weHaveSendEmailTo": m60,
"weakStrength": MessageLookupByLibrary.simpleMessage(""),
"welcomeBack": MessageLookupByLibrary.simpleMessage("欢迎回来!"),
"yearly": MessageLookupByLibrary.simpleMessage("每年"),
"yearsAgo": m40,
"yearsAgo": m61,
"yes": MessageLookupByLibrary.simpleMessage(""),
"yesCancel": MessageLookupByLibrary.simpleMessage("是的,取消"),
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage("是的,转换为查看者"),
@ -1094,7 +1094,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("莫开玩笑,您不能与自己分享"),
"youDontHaveAnyArchivedItems":
MessageLookupByLibrary.simpleMessage("您没有任何存档的项目。"),
"youHaveSuccessfullyFreedUp": m41,
"youHaveSuccessfullyFreedUp": m62,
"yourAccountHasBeenDeleted":
MessageLookupByLibrary.simpleMessage("您的账户已删除"),
"yourPlanWasSuccessfullyDowngraded":

View file

@ -300,6 +300,16 @@ class S {
);
}
/// `ente <i>needs permission to</i> preserve your photos`
String get entePhotosPerm {
return Intl.message(
'ente <i>needs permission to</i> preserve your photos',
name: 'entePhotosPerm',
desc: '',
args: [],
);
}
/// `Ok`
String get ok {
return Intl.message(
@ -2908,6 +2918,26 @@ class S {
);
}
/// `{count, plural, Delete one{{count} item} other{{count} items}}`
String deleteItemCount(Object count) {
return Intl.message(
'{count, plural, Delete one{$count item} other{$count items}}',
name: 'deleteItemCount',
desc: '',
args: [count],
);
}
/// `{count} files, {formattedSize} each`
String duplicateItemsGroup(int count, String formattedSize) {
return Intl.message(
'$count files, $formattedSize each',
name: 'duplicateItemsGroup',
desc: 'Display the number of duplicate files and their size',
args: [count, formattedSize],
);
}
/// `{count, plural, one{{count} year ago} other{{count} years ago}}`
String yearsAgo(num count) {
return Intl.plural(

View file

@ -24,6 +24,7 @@
"sendEmail": "Send email",
"deleteRequestSLAText": "Your request will be processed within 72 hours.",
"deleteEmailRequest": "Please send an email to <warning>account-deletion@ente.io</warning> from your registered email address.",
"entePhotosPerm": "ente <i>needs permission to</i> preserve your photos",
"ok": "Ok",
"createAccount": "Create account",
"createNewAccount": "Create new account",
@ -417,6 +418,22 @@
"skip": "Skip",
"updatingFolderSelection": "Updating folder selection...",
"itemCount": "{count, plural, one{{count} item} other{{count} items}}",
"deleteItemCount": "{count, plural, Delete one{{count} item} other{{count} items}}",
"duplicateItemsGroup": "{count} files, {formattedSize} each",
"@duplicateItemsGroup" : {
"description": "Display the number of duplicate files and their size",
"type": "text",
"placeholders": {
"count": {
"example": "12",
"type": "int"
},
"formattedSize": {
"example": "2.3 MB",
"type": "String"
}
}
},
"yearsAgo": "{count, plural, one{{count} year ago} other{{count} years ago}}",
"backupSettings": "Backup settings",
"backupOverMobileData": "Backup over mobile data",

View file

@ -12,6 +12,7 @@ extension AppLocalizationsX on BuildContext {
const List<Locale> appSupportedLocales = <Locale>[
Locale('en'),
Locale('es'),
Locale('de'),
Locale('it'),
Locale("nl"),
Locale("zh", "CN"),

View file

@ -4,6 +4,7 @@ import 'package:flutter/material.dart';
import 'package:photo_manager/photo_manager.dart';
import "package:photos/generated/l10n.dart";
import 'package:photos/services/sync_service.dart';
import "package:styled_text/styled_text.dart";
class GrantPermissionsWidget extends StatelessWidget {
const GrantPermissionsWidget({Key? key}) : super(key: key);
@ -49,24 +50,20 @@ class GrantPermissionsWidget extends StatelessWidget {
const SizedBox(height: 36),
Padding(
padding: const EdgeInsets.fromLTRB(40, 0, 40, 0),
child: RichText(
text: TextSpan(
style: Theme.of(context)
.textTheme
.headlineSmall!
.copyWith(fontWeight: FontWeight.w700),
children: [
const TextSpan(text: 'ente '),
TextSpan(
text: "needs permission to ",
style: Theme.of(context)
.textTheme
.headlineSmall!
.copyWith(fontWeight: FontWeight.w400),
),
const TextSpan(text: 'preserve your photos'),
],
),
child: StyledText(
text: S.of(context).entePhotosPerm,
style: Theme.of(context)
.textTheme
.headlineSmall!
.copyWith(fontWeight: FontWeight.w700),
tags: {
'i': StyledTextTag(
style: Theme.of(context)
.textTheme
.headlineSmall!
.copyWith(fontWeight: FontWeight.w400),
),
},
),
),
],

View file

@ -41,9 +41,9 @@ class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
} else {
routeToPage(
context,
const BackupFolderSelectionPage(
BackupFolderSelectionPage(
isOnboarding: true,
buttonText: "Start backup",
buttonText: S.of(context).startBackup,
),
);
}

View file

@ -13,6 +13,8 @@ import 'package:photos/core/event_bus.dart';
import 'package:photos/ente_theme_data.dart';
import 'package:photos/events/account_configured_event.dart';
import 'package:photos/events/backup_folders_updated_event.dart';
import "package:photos/events/collection_updated_event.dart";
import "package:photos/events/files_updated_event.dart";
import 'package:photos/events/permission_granted_event.dart';
import 'package:photos/events/subscription_purchased_event.dart';
import 'package:photos/events/sync_status_update_event.dart';
@ -79,6 +81,7 @@ class _HomeWidgetState extends State<HomeWidget> {
StreamSubscription? _intentDataStreamSubscription;
List<SharedMediaFile>? _sharedFiles;
bool _shouldRenderCreateCollectionSheet = false;
bool _showShowBackupHook = false;
late StreamSubscription<TabChangedEvent> _tabChangedEventSubscription;
late StreamSubscription<SubscriptionPurchasedEvent>
@ -89,6 +92,7 @@ class _HomeWidgetState extends State<HomeWidget> {
late StreamSubscription<SyncStatusUpdate> _firstImportEvent;
late StreamSubscription<BackupFoldersUpdatedEvent> _backupFoldersUpdatedEvent;
late StreamSubscription<AccountConfiguredEvent> _accountConfiguredEvent;
late StreamSubscription<CollectionUpdatedEvent> _collectionUpdatedEvent;
@override
void initState() {
@ -162,6 +166,18 @@ class _HomeWidgetState extends State<HomeWidget> {
setState(() {});
}
});
_collectionUpdatedEvent = Bus.instance.on<CollectionUpdatedEvent>().listen(
(event) async {
// only reset state if backup hook is shown. This is to ensure that
// during first sync, we don't keep showing backup hook if user has
// files
if (mounted &&
_showShowBackupHook &&
event.type == EventType.addedOrUpdated) {
setState(() {});
}
},
);
_initDeepLinks();
UpdateService.instance.shouldUpdate().then((shouldUpdate) {
if (shouldUpdate) {
@ -236,6 +252,7 @@ class _HomeWidgetState extends State<HomeWidget> {
_backupFoldersUpdatedEvent.cancel();
_accountConfiguredEvent.cancel();
_intentDataStreamSubscription?.cancel();
_collectionUpdatedEvent.cancel();
super.dispose();
}
@ -346,7 +363,7 @@ class _HomeWidgetState extends State<HomeWidget> {
});
}
final bool showBackupFolderHook =
_showShowBackupHook =
!Configuration.instance.hasSelectedAnyBackupFolder() &&
!LocalSyncService.instance.hasGrantedLimitedPermissions() &&
CollectionsService.instance.getActiveCollections().isEmpty;
@ -368,7 +385,7 @@ class _HomeWidgetState extends State<HomeWidget> {
openDrawer: Scaffold.of(context).openDrawer,
physics: const BouncingScrollPhysics(),
children: [
showBackupFolderHook
_showShowBackupHook
? const StartBackupHookWidget(headerWidget: _headerWidget)
: HomeGalleryWidget(
header: _headerWidget,

View file

@ -350,12 +350,7 @@ class _DeduplicatePageState extends State<DeduplicatePage> {
}
Widget _getDeleteButton() {
String text;
if (_selectedFiles.length == 1) {
text = "Delete 1 item";
} else {
text = "Delete " + _selectedFiles.length.toString() + " items";
}
final String text = S.of(context).deleteItemCount(_selectedFiles.length);
int size = 0;
for (final file in _selectedFiles) {
size += _fileSizeMap[file.uploadedFileID]!;
@ -416,10 +411,10 @@ class _DeduplicatePageState extends State<DeduplicatePage> {
Padding(
padding: const EdgeInsets.fromLTRB(2, 4, 4, 12),
child: Text(
duplicates.files.length.toString() +
" files, " +
formatBytes(duplicates.size) +
" each",
S.of(context).duplicateItemsGroup(
duplicates.files.length,
formatBytes(duplicates.size),
),
style: Theme.of(context).textTheme.titleSmall,
),
),