|
@@ -20,155 +20,154 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
|
|
class MessageLookup extends MessageLookupByLibrary {
|
|
|
String get localeName => 'en';
|
|
|
|
|
|
- static String m0(count) =>
|
|
|
+ static String m13(count) =>
|
|
|
"${Intl.plural(count, one: 'Add item', other: 'Add items')}";
|
|
|
|
|
|
- static String m1(emailOrName) => "Added by ${emailOrName}";
|
|
|
+ static String m14(emailOrName) => "Added by ${emailOrName}";
|
|
|
|
|
|
- static String m2(albumName) => "Added successfully to ${albumName}";
|
|
|
+ static String m15(albumName) => "Added successfully to ${albumName}";
|
|
|
|
|
|
- static String m3(paymentProvider) =>
|
|
|
+ static String m16(paymentProvider) =>
|
|
|
"Please cancel your existing subscription from ${paymentProvider} first";
|
|
|
|
|
|
- static String m4(user) =>
|
|
|
+ static String m17(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 m5(isFamilyMember, storageAmountInGb) =>
|
|
|
+ static String m18(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 m6(albumName) => "Collaborative link created for ${albumName}";
|
|
|
+ static String m19(albumName) => "Collaborative link created for ${albumName}";
|
|
|
|
|
|
- static String m7(familyAdminEmail) =>
|
|
|
+ static String m20(familyAdminEmail) =>
|
|
|
"Please contact <green>${familyAdminEmail}</green> to manage your subscription";
|
|
|
|
|
|
- static String m8(provider) =>
|
|
|
+ static String m21(provider) =>
|
|
|
"Please contact us at support@ente.io to manage your ${provider} subscription.";
|
|
|
|
|
|
- static String m9(currentlyDeleting, totalCount) =>
|
|
|
+ static String m22(currentlyDeleting, totalCount) =>
|
|
|
"Deleting ${currentlyDeleting} / ${totalCount}";
|
|
|
|
|
|
- static String m10(albumName) =>
|
|
|
+ static String m23(albumName) =>
|
|
|
"This will remove the public link for accessing \"${albumName}\".";
|
|
|
|
|
|
- static String m11(supportEmail) =>
|
|
|
+ static String m0(supportEmail) =>
|
|
|
"Please drop an email to ${supportEmail} from your registered email address";
|
|
|
|
|
|
- static String m12(count, storageSaved) =>
|
|
|
+ static String m24(count, storageSaved) =>
|
|
|
"Your have cleaned up ${Intl.plural(count, one: '${count} duplicate file', other: '${count} duplicate files')}, saving (${storageSaved}!)";
|
|
|
|
|
|
- static String m13(newEmail) => "Email changed to ${newEmail}";
|
|
|
+ static String m25(newEmail) => "Email changed to ${newEmail}";
|
|
|
|
|
|
- static String m14(email) =>
|
|
|
+ static String m1(email) =>
|
|
|
"${email} does not have an ente account.\n\nSend them an invite to share photos.";
|
|
|
|
|
|
- static String m15(count, formattedNumber) =>
|
|
|
+ static String m26(count, formattedNumber) =>
|
|
|
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} on this device have been backed up safely";
|
|
|
|
|
|
- static String m16(count, formattedNumber) =>
|
|
|
+ static String m27(count, formattedNumber) =>
|
|
|
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} in this album has been backed up safely";
|
|
|
|
|
|
- static String m17(storageAmountInGB) =>
|
|
|
+ static String m2(storageAmountInGB) =>
|
|
|
"${storageAmountInGB} GB each time someone signs up for a paid plan and applies your code";
|
|
|
|
|
|
- static String m18(endDate) => "Free trial valid till ${endDate}";
|
|
|
+ static String m28(endDate) => "Free trial valid till ${endDate}";
|
|
|
|
|
|
- static String m19(count) =>
|
|
|
+ static String m29(count) =>
|
|
|
"You can still access ${Intl.plural(count, one: 'it', other: 'them')} on ente as long as you have an active subscription";
|
|
|
|
|
|
- static String m20(sizeInMBorGB) => "Free up ${sizeInMBorGB}";
|
|
|
+ static String m30(sizeInMBorGB) => "Free up ${sizeInMBorGB}";
|
|
|
|
|
|
- static String m21(count, formattedSize) =>
|
|
|
+ static String m31(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 m22(count) =>
|
|
|
+ static String m32(count) =>
|
|
|
"${Intl.plural(count, one: '${count} item', other: '${count} items')}";
|
|
|
|
|
|
- static String m23(count) => "${count} selected";
|
|
|
+ static String m33(count) => "${count} selected";
|
|
|
|
|
|
- static String m24(expiryTime) => "Link will expire on ${expiryTime}";
|
|
|
+ static String m34(expiryTime) => "Link will expire on ${expiryTime}";
|
|
|
|
|
|
- static String m25(maxValue) =>
|
|
|
+ static String m35(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 m26(count) =>
|
|
|
+ static String m36(count) =>
|
|
|
"${Intl.plural(count, zero: 'no memories', one: '${count} memory', other: '${count} memories')}";
|
|
|
|
|
|
- static String m27(count) =>
|
|
|
+ static String m37(count) =>
|
|
|
"${Intl.plural(count, one: 'Move item', other: 'Move items')}";
|
|
|
|
|
|
- static String m28(albumName) => "Moved successfully to ${albumName}";
|
|
|
+ static String m38(albumName) => "Moved successfully to ${albumName}";
|
|
|
|
|
|
- static String m29(passwordStrengthValue) =>
|
|
|
+ static String m3(passwordStrengthValue) =>
|
|
|
"Password strength: ${passwordStrengthValue}";
|
|
|
|
|
|
- static String m30(providerName) =>
|
|
|
+ static String m39(providerName) =>
|
|
|
"Please talk to ${providerName} support if you were charged";
|
|
|
|
|
|
- static String m31(reason) =>
|
|
|
+ static String m40(reason) =>
|
|
|
"Unfortunately your payment failed due to ${reason}";
|
|
|
|
|
|
- static String m32(toEmail) => "Please email us at ${toEmail}";
|
|
|
+ static String m41(toEmail) => "Please email us at ${toEmail}";
|
|
|
|
|
|
- static String m33(toEmail) => "Please send the logs to \n${toEmail}";
|
|
|
+ static String m42(toEmail) => "Please send the logs to \n${toEmail}";
|
|
|
|
|
|
- static String m34(storeName) => "Rate us on ${storeName}";
|
|
|
+ static String m43(storeName) => "Rate us on ${storeName}";
|
|
|
|
|
|
- static String m35(storageInGB) =>
|
|
|
- "3. Both of you get ${storageInGB} GB* free";
|
|
|
+ static String m4(storageInGB) => "3. Both of you get ${storageInGB} GB* free";
|
|
|
|
|
|
- static String m36(userEmail) =>
|
|
|
+ static String m44(userEmail) =>
|
|
|
"${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
|
|
|
|
|
|
- static String m37(endDate) => "Renews on ${endDate}";
|
|
|
+ static String m45(endDate) => "Renews on ${endDate}";
|
|
|
|
|
|
- static String m38(count) => "${count} selected";
|
|
|
+ static String m46(count) => "${count} selected";
|
|
|
|
|
|
- static String m39(count, yourCount) =>
|
|
|
+ static String m47(count, yourCount) =>
|
|
|
"${count} selected (${yourCount} yours)";
|
|
|
|
|
|
- static String m40(verificationID) =>
|
|
|
+ static String m5(verificationID) =>
|
|
|
"Here\'s my verification ID: ${verificationID} for ente.io.";
|
|
|
|
|
|
- static String m41(verificationID) =>
|
|
|
+ static String m6(verificationID) =>
|
|
|
"Hey, can you confirm that this is your ente.io verification ID: ${verificationID}";
|
|
|
|
|
|
- static String m42(referralCode, referralStorageInGB) =>
|
|
|
+ static String m7(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 m43(numberOfPeople) =>
|
|
|
+ static String m8(numberOfPeople) =>
|
|
|
"${Intl.plural(numberOfPeople, zero: 'Share with specific people', one: 'Shared with 1 person', other: 'Shared with ${numberOfPeople} people')}";
|
|
|
|
|
|
- static String m44(emailIDs) => "Shared with ${emailIDs}";
|
|
|
+ static String m48(emailIDs) => "Shared with ${emailIDs}";
|
|
|
|
|
|
- static String m45(fileType) =>
|
|
|
+ static String m49(fileType) =>
|
|
|
"This ${fileType} will be deleted from your device.";
|
|
|
|
|
|
- static String m46(fileType) =>
|
|
|
+ static String m50(fileType) =>
|
|
|
"This ${fileType} is in both ente and your device.";
|
|
|
|
|
|
- static String m47(fileType) => "This ${fileType} will be deleted from ente.";
|
|
|
+ static String m51(fileType) => "This ${fileType} will be deleted from ente.";
|
|
|
|
|
|
- static String m48(storageAmountInGB) => "${storageAmountInGB} GB";
|
|
|
+ static String m9(storageAmountInGB) => "${storageAmountInGB} GB";
|
|
|
|
|
|
- static String m49(id) =>
|
|
|
+ static String m52(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 m50(endDate) =>
|
|
|
+ static String m53(endDate) =>
|
|
|
"Your subscription will be cancelled on ${endDate}";
|
|
|
|
|
|
- static String m51(completed, total) =>
|
|
|
+ static String m54(completed, total) =>
|
|
|
"${completed}/${total} memories preserved";
|
|
|
|
|
|
- static String m52(storageAmountInGB) =>
|
|
|
+ static String m10(storageAmountInGB) =>
|
|
|
"They also get ${storageAmountInGB} GB";
|
|
|
|
|
|
- static String m53(email) => "This is ${email}\'s Verification ID";
|
|
|
+ static String m11(email) => "This is ${email}\'s Verification ID";
|
|
|
|
|
|
- static String m54(email) => "Verify ${email}";
|
|
|
+ static String m12(email) => "Verify ${email}";
|
|
|
|
|
|
static String m55(count) =>
|
|
|
"${Intl.plural(count, one: '${count} year ago', other: '${count} years ago')}";
|
|
@@ -191,7 +190,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"addANewEmail": MessageLookupByLibrary.simpleMessage("Add a new email"),
|
|
|
"addCollaborator":
|
|
|
MessageLookupByLibrary.simpleMessage("Add collaborator"),
|
|
|
- "addItem": m0,
|
|
|
+ "addItem": m13,
|
|
|
"addLocation": MessageLookupByLibrary.simpleMessage("Add location"),
|
|
|
"addLocationButton": MessageLookupByLibrary.simpleMessage("Add"),
|
|
|
"addMore": MessageLookupByLibrary.simpleMessage("Add more"),
|
|
@@ -199,8 +198,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"addToEnte": MessageLookupByLibrary.simpleMessage("Add to ente"),
|
|
|
"addViewer": MessageLookupByLibrary.simpleMessage("Add viewer"),
|
|
|
"addedAs": MessageLookupByLibrary.simpleMessage("Added as"),
|
|
|
- "addedBy": m1,
|
|
|
- "addedSuccessfullyTo": m2,
|
|
|
+ "addedBy": m14,
|
|
|
+ "addedSuccessfullyTo": m15,
|
|
|
"addingToFavorites":
|
|
|
MessageLookupByLibrary.simpleMessage("Adding to favorites..."),
|
|
|
"advanced": MessageLookupByLibrary.simpleMessage("Advanced"),
|
|
@@ -305,10 +304,10 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
|
|
|
"Can only remove files owned by you"),
|
|
|
"cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
|
|
- "cancelOtherSubscription": m3,
|
|
|
+ "cancelOtherSubscription": m16,
|
|
|
"cancelSubscription":
|
|
|
MessageLookupByLibrary.simpleMessage("Cancel subscription"),
|
|
|
- "cannotAddMorePhotosAfterBecomingViewer": m4,
|
|
|
+ "cannotAddMorePhotosAfterBecomingViewer": m17,
|
|
|
"centerPoint": MessageLookupByLibrary.simpleMessage("Center point"),
|
|
|
"changeEmail": MessageLookupByLibrary.simpleMessage("Change email"),
|
|
|
"changePassword":
|
|
@@ -326,7 +325,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Claim free storage"),
|
|
|
"claimMore": MessageLookupByLibrary.simpleMessage("Claim more!"),
|
|
|
"claimed": MessageLookupByLibrary.simpleMessage("Claimed"),
|
|
|
- "claimedStorageSoFar": m5,
|
|
|
+ "claimedStorageSoFar": m18,
|
|
|
"clearCaches": MessageLookupByLibrary.simpleMessage("Clear caches"),
|
|
|
"click": MessageLookupByLibrary.simpleMessage("• Click"),
|
|
|
"clickOnTheOverflowMenu": MessageLookupByLibrary.simpleMessage(
|
|
@@ -344,7 +343,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": m6,
|
|
|
+ "collaborativeLinkCreatedFor": m19,
|
|
|
"collaborator": MessageLookupByLibrary.simpleMessage("Collaborator"),
|
|
|
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
@@ -367,10 +366,10 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Confirm recovery key"),
|
|
|
"confirmYourRecoveryKey":
|
|
|
MessageLookupByLibrary.simpleMessage("Confirm your recovery key"),
|
|
|
- "contactFamilyAdmin": m7,
|
|
|
+ "contactFamilyAdmin": m20,
|
|
|
"contactSupport":
|
|
|
MessageLookupByLibrary.simpleMessage("Contact support"),
|
|
|
- "contactToManageSubscription": m8,
|
|
|
+ "contactToManageSubscription": m21,
|
|
|
"continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
|
|
|
"continueOnFreeTrial":
|
|
|
MessageLookupByLibrary.simpleMessage("Continue on free trial"),
|
|
@@ -438,7 +437,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"deleteLocation":
|
|
|
MessageLookupByLibrary.simpleMessage("Delete location"),
|
|
|
"deletePhotos": MessageLookupByLibrary.simpleMessage("Delete photos"),
|
|
|
- "deleteProgress": m9,
|
|
|
+ "deleteProgress": m22,
|
|
|
"deleteReason1": MessageLookupByLibrary.simpleMessage(
|
|
|
"It’s missing a key feature that I need"),
|
|
|
"deleteReason2": MessageLookupByLibrary.simpleMessage(
|
|
@@ -470,7 +469,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": m10,
|
|
|
+ "disableLinkMessage": m23,
|
|
|
"disableTwofactor":
|
|
|
MessageLookupByLibrary.simpleMessage("Disable two-factor"),
|
|
|
"disablingTwofactorAuthentication":
|
|
@@ -486,13 +485,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"downloadFailed":
|
|
|
MessageLookupByLibrary.simpleMessage("Download failed"),
|
|
|
"downloading": MessageLookupByLibrary.simpleMessage("Downloading..."),
|
|
|
- "dropSupportEmail": m11,
|
|
|
- "duplicateFileCountWithStorageSaved": m12,
|
|
|
+ "dropSupportEmail": m0,
|
|
|
+ "duplicateFileCountWithStorageSaved": m24,
|
|
|
"edit": MessageLookupByLibrary.simpleMessage("Edit"),
|
|
|
"eligible": MessageLookupByLibrary.simpleMessage("eligible"),
|
|
|
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
|
|
- "emailChangedTo": m13,
|
|
|
- "emailNoEnteAccount": m14,
|
|
|
+ "emailChangedTo": m25,
|
|
|
+ "emailNoEnteAccount": m1,
|
|
|
"emailYourLogs":
|
|
|
MessageLookupByLibrary.simpleMessage("Email your logs"),
|
|
|
"empty": MessageLookupByLibrary.simpleMessage("Empty"),
|
|
@@ -569,8 +568,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("File saved to gallery"),
|
|
|
"fileTypesAndNames":
|
|
|
MessageLookupByLibrary.simpleMessage("File types and names"),
|
|
|
- "filesBackedUpFromDevice": m15,
|
|
|
- "filesBackedUpInAlbum": m16,
|
|
|
+ "filesBackedUpFromDevice": m26,
|
|
|
+ "filesBackedUpInAlbum": m27,
|
|
|
"filesDeleted": MessageLookupByLibrary.simpleMessage("Files deleted"),
|
|
|
"forYourMemories":
|
|
|
MessageLookupByLibrary.simpleMessage("for your memories"),
|
|
@@ -578,17 +577,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Forgot password"),
|
|
|
"freeStorageClaimed":
|
|
|
MessageLookupByLibrary.simpleMessage("Free storage claimed"),
|
|
|
- "freeStorageOnReferralSuccess": m17,
|
|
|
+ "freeStorageOnReferralSuccess": m2,
|
|
|
"freeStorageUsable":
|
|
|
MessageLookupByLibrary.simpleMessage("Free storage usable"),
|
|
|
"freeTrial": MessageLookupByLibrary.simpleMessage("Free trial"),
|
|
|
- "freeTrialValidTill": m18,
|
|
|
- "freeUpAccessPostDelete": m19,
|
|
|
- "freeUpAmount": m20,
|
|
|
+ "freeTrialValidTill": m28,
|
|
|
+ "freeUpAccessPostDelete": m29,
|
|
|
+ "freeUpAmount": m30,
|
|
|
"freeUpDeviceSpace":
|
|
|
MessageLookupByLibrary.simpleMessage("Free up device space"),
|
|
|
"freeUpSpace": MessageLookupByLibrary.simpleMessage("Free up space"),
|
|
|
- "freeUpSpaceSaving": m21,
|
|
|
+ "freeUpSpaceSaving": m31,
|
|
|
"galleryMemoryLimitInfo": MessageLookupByLibrary.simpleMessage(
|
|
|
"Up to 1000 memories shown in gallery"),
|
|
|
"general": MessageLookupByLibrary.simpleMessage("General"),
|
|
@@ -632,8 +631,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": m22,
|
|
|
- "itemSelectedCount": m23,
|
|
|
+ "itemCount": m32,
|
|
|
+ "itemSelectedCount": m33,
|
|
|
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Items show the number of days remaining before permanent deletion"),
|
|
@@ -656,7 +655,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"linkDeviceLimit": MessageLookupByLibrary.simpleMessage("Device limit"),
|
|
|
"linkEnabled": MessageLookupByLibrary.simpleMessage("Enabled"),
|
|
|
"linkExpired": MessageLookupByLibrary.simpleMessage("Expired"),
|
|
|
- "linkExpiresOn": m24,
|
|
|
+ "linkExpiresOn": m34,
|
|
|
"linkExpiry": MessageLookupByLibrary.simpleMessage("Link expiry"),
|
|
|
"linkHasExpired":
|
|
|
MessageLookupByLibrary.simpleMessage("Link has expired"),
|
|
@@ -715,17 +714,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Manage subscription"),
|
|
|
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
|
|
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
|
|
- "maxDeviceLimitSpikeHandling": m25,
|
|
|
- "memoryCount": m26,
|
|
|
+ "maxDeviceLimitSpikeHandling": m35,
|
|
|
+ "memoryCount": m36,
|
|
|
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
|
|
|
"mobileWebDesktop":
|
|
|
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
|
|
|
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
|
|
|
"moments": MessageLookupByLibrary.simpleMessage("Moments"),
|
|
|
"monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
|
|
|
- "moveItem": m27,
|
|
|
+ "moveItem": m37,
|
|
|
"moveToAlbum": MessageLookupByLibrary.simpleMessage("Move to album"),
|
|
|
- "movedSuccessfullyTo": m28,
|
|
|
+ "movedSuccessfullyTo": m38,
|
|
|
"movedToTrash": MessageLookupByLibrary.simpleMessage("Moved to trash"),
|
|
|
"movingFilesToAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage("Moving files to album..."),
|
|
@@ -766,14 +765,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
|
|
|
"Password changed successfully"),
|
|
|
"passwordLock": MessageLookupByLibrary.simpleMessage("Password lock"),
|
|
|
- "passwordStrength": m29,
|
|
|
+ "passwordStrength": m3,
|
|
|
"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": m30,
|
|
|
- "paymentFailedWithReason": m31,
|
|
|
+ "paymentFailedTalkToProvider": m39,
|
|
|
+ "paymentFailedWithReason": m40,
|
|
|
"pendingSync": MessageLookupByLibrary.simpleMessage("Pending sync"),
|
|
|
"people": MessageLookupByLibrary.simpleMessage("People"),
|
|
|
"peopleUsingYourCode":
|
|
@@ -802,12 +801,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"pleaseContactSupportIfTheProblemPersists":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Please contact support if the problem persists"),
|
|
|
- "pleaseEmailUsAt": m32,
|
|
|
+ "pleaseEmailUsAt": m41,
|
|
|
"pleaseGrantPermissions":
|
|
|
MessageLookupByLibrary.simpleMessage("Please grant permissions"),
|
|
|
"pleaseLoginAgain":
|
|
|
MessageLookupByLibrary.simpleMessage("Please login again"),
|
|
|
- "pleaseSendTheLogsTo": m33,
|
|
|
+ "pleaseSendTheLogsTo": m42,
|
|
|
"pleaseTryAgain":
|
|
|
MessageLookupByLibrary.simpleMessage("Please try again"),
|
|
|
"pleaseVerifyTheCodeYouHaveEntered":
|
|
@@ -839,7 +838,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"raiseTicket": MessageLookupByLibrary.simpleMessage("Raise ticket"),
|
|
|
"rateTheApp": MessageLookupByLibrary.simpleMessage("Rate the app"),
|
|
|
"rateUs": MessageLookupByLibrary.simpleMessage("Rate us"),
|
|
|
- "rateUsOnStore": m34,
|
|
|
+ "rateUsOnStore": m43,
|
|
|
"recover": MessageLookupByLibrary.simpleMessage("Recover"),
|
|
|
"recoverAccount":
|
|
|
MessageLookupByLibrary.simpleMessage("Recover account"),
|
|
@@ -870,7 +869,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"1. Give this code to your friends"),
|
|
|
"referralStep2": MessageLookupByLibrary.simpleMessage(
|
|
|
"2. They sign up for a paid plan"),
|
|
|
- "referralStep3": m35,
|
|
|
+ "referralStep3": m4,
|
|
|
"referrals": MessageLookupByLibrary.simpleMessage("Referrals"),
|
|
|
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
|
|
|
"Referrals are currently paused"),
|
|
@@ -894,7 +893,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"removeLink": MessageLookupByLibrary.simpleMessage("Remove link"),
|
|
|
"removeParticipant":
|
|
|
MessageLookupByLibrary.simpleMessage("Remove participant"),
|
|
|
- "removeParticipantBody": m36,
|
|
|
+ "removeParticipantBody": m44,
|
|
|
"removePublicLink":
|
|
|
MessageLookupByLibrary.simpleMessage("Remove public link"),
|
|
|
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
|
|
@@ -908,7 +907,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"renameFile": MessageLookupByLibrary.simpleMessage("Rename file"),
|
|
|
"renewSubscription":
|
|
|
MessageLookupByLibrary.simpleMessage("Renew subscription"),
|
|
|
- "renewsOn": m37,
|
|
|
+ "renewsOn": m45,
|
|
|
"reportABug": MessageLookupByLibrary.simpleMessage("Report a bug"),
|
|
|
"reportBug": MessageLookupByLibrary.simpleMessage("Report bug"),
|
|
|
"resendEmail": MessageLookupByLibrary.simpleMessage("Resend email"),
|
|
@@ -972,8 +971,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Selected items will be deleted from all albums and moved to trash."),
|
|
|
- "selectedPhotos": m38,
|
|
|
- "selectedPhotosWithYours": m39,
|
|
|
+ "selectedPhotos": m46,
|
|
|
+ "selectedPhotosWithYours": m47,
|
|
|
"send": MessageLookupByLibrary.simpleMessage("Send"),
|
|
|
"sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
|
|
|
"sendInvite": MessageLookupByLibrary.simpleMessage("Send invite"),
|
|
@@ -992,31 +991,31 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"shareAnAlbumNow":
|
|
|
MessageLookupByLibrary.simpleMessage("Share an album now"),
|
|
|
"shareLink": MessageLookupByLibrary.simpleMessage("Share link"),
|
|
|
- "shareMyVerificationID": m40,
|
|
|
+ "shareMyVerificationID": m5,
|
|
|
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
|
|
|
"Share only with the people you want"),
|
|
|
- "shareTextConfirmOthersVerificationID": m41,
|
|
|
+ "shareTextConfirmOthersVerificationID": m6,
|
|
|
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
|
|
"Download ente so we can easily share original quality photos and videos\n\nhttps://ente.io/#download"),
|
|
|
- "shareTextReferralCode": m42,
|
|
|
+ "shareTextReferralCode": m7,
|
|
|
"shareWithNonenteUsers":
|
|
|
MessageLookupByLibrary.simpleMessage("Share with non-ente users"),
|
|
|
- "shareWithPeopleSectionTitle": m43,
|
|
|
+ "shareWithPeopleSectionTitle": m8,
|
|
|
"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": m44,
|
|
|
+ "sharedWith": m48,
|
|
|
"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": m45,
|
|
|
+ "singleFileDeleteFromDevice": m49,
|
|
|
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
|
|
|
"It will be deleted from all albums."),
|
|
|
- "singleFileInBothLocalAndRemote": m46,
|
|
|
- "singleFileInRemoteOnly": m47,
|
|
|
+ "singleFileInBothLocalAndRemote": m50,
|
|
|
+ "singleFileInRemoteOnly": m51,
|
|
|
"skip": MessageLookupByLibrary.simpleMessage("Skip"),
|
|
|
"social": MessageLookupByLibrary.simpleMessage("Social"),
|
|
|
"someItemsAreInBothEnteAndYourDevice":
|
|
@@ -1047,12 +1046,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"Sorry, we could not generate secure keys on this device.\n\nplease sign up from a different device."),
|
|
|
"sparkleSuccess": MessageLookupByLibrary.simpleMessage("✨ Success"),
|
|
|
"startBackup": MessageLookupByLibrary.simpleMessage("Start backup"),
|
|
|
- "storageInGB": m48,
|
|
|
+ "storageInGB": m9,
|
|
|
"storageLimitExceeded":
|
|
|
MessageLookupByLibrary.simpleMessage("Storage limit exceeded"),
|
|
|
"strongStrength": MessageLookupByLibrary.simpleMessage("Strong"),
|
|
|
- "subAlreadyLinkedErrMessage": m49,
|
|
|
- "subWillBeCancelledOn": m50,
|
|
|
+ "subAlreadyLinkedErrMessage": m52,
|
|
|
+ "subWillBeCancelledOn": m53,
|
|
|
"subscribe": MessageLookupByLibrary.simpleMessage("Subscribe"),
|
|
|
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
|
|
|
"Looks like your subscription has expired. Please subscribe to enable sharing."),
|
|
@@ -1065,7 +1064,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"suggestFeatures":
|
|
|
MessageLookupByLibrary.simpleMessage("Suggest features"),
|
|
|
"support": MessageLookupByLibrary.simpleMessage("Support"),
|
|
|
- "syncProgress": m51,
|
|
|
+ "syncProgress": m54,
|
|
|
"syncStopped": MessageLookupByLibrary.simpleMessage("Sync stopped"),
|
|
|
"syncing": MessageLookupByLibrary.simpleMessage("Syncing..."),
|
|
|
"systemTheme": MessageLookupByLibrary.simpleMessage("System"),
|
|
@@ -1091,7 +1090,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"theseItemsWillBeDeletedFromYourDevice":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"These items will be deleted from your device."),
|
|
|
- "theyAlsoGetXGb": m52,
|
|
|
+ "theyAlsoGetXGb": m10,
|
|
|
"theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
|
|
|
"They will be deleted from all albums."),
|
|
|
"thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
|
|
@@ -1107,7 +1106,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"This email is already in use"),
|
|
|
"thisImageHasNoExifData":
|
|
|
MessageLookupByLibrary.simpleMessage("This image has no exif data"),
|
|
|
- "thisIsPersonVerificationId": m53,
|
|
|
+ "thisIsPersonVerificationId": m11,
|
|
|
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
|
|
|
"This is your Verification ID"),
|
|
|
"thisWillLogYouOutOfTheFollowingDevice":
|
|
@@ -1175,7 +1174,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Verification ID"),
|
|
|
"verify": MessageLookupByLibrary.simpleMessage("Verify"),
|
|
|
"verifyEmail": MessageLookupByLibrary.simpleMessage("Verify email"),
|
|
|
- "verifyEmailID": m54,
|
|
|
+ "verifyEmailID": m12,
|
|
|
"verifyPassword":
|
|
|
MessageLookupByLibrary.simpleMessage("Verify password"),
|
|
|
"verifying": MessageLookupByLibrary.simpleMessage("Verifying..."),
|