|
@@ -27,6 +27,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
|
|
|
static String m44(albumName) => "Added successfully to ${albumName}";
|
|
|
|
|
|
+ static String m45(count) =>
|
|
|
+ "${Intl.plural(count, zero: 'No Participants', one: '1 Participant', other: '${count} Participants')}";
|
|
|
+
|
|
|
static String m0(paymentProvider) =>
|
|
|
"Please cancel your existing subscription from ${paymentProvider} first";
|
|
|
|
|
@@ -40,7 +43,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
'other': 'You have claimed ${storageAmountInGb} Gb so far!',
|
|
|
})}";
|
|
|
|
|
|
- static String m45(albumName) => "Collaborative link created for ${albumName}";
|
|
|
+ static String m46(albumName) => "Collaborative link created for ${albumName}";
|
|
|
|
|
|
static String m3(familyAdminEmail) =>
|
|
|
"Please contact <green>${familyAdminEmail}</green> to manage your subscription";
|
|
@@ -48,7 +51,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m4(provider) =>
|
|
|
"Please contact us at support@ente.io to manage your ${provider} subscription.";
|
|
|
|
|
|
- static String m46(currentlyDeleting, totalCount) =>
|
|
|
+ static String m47(currentlyDeleting, totalCount) =>
|
|
|
"Deleting ${currentlyDeleting} / ${totalCount}";
|
|
|
|
|
|
static String m5(albumName) =>
|
|
@@ -60,15 +63,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m7(count, storageSaved) =>
|
|
|
"Your have cleaned up ${Intl.plural(count, one: '${count} duplicate file', other: '${count} duplicate files')}, saving (${storageSaved}!)";
|
|
|
|
|
|
- static String m47(newEmail) => "Email changed to ${newEmail}";
|
|
|
+ static String m48(newEmail) => "Email changed to ${newEmail}";
|
|
|
|
|
|
static String m8(email) =>
|
|
|
"${email} does not have an ente account.\n\nSend them an invite to share photos.";
|
|
|
|
|
|
- static String m48(count, formattedNumber) =>
|
|
|
+ static String m49(count, formattedNumber) =>
|
|
|
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} on this device have been backed up safely";
|
|
|
|
|
|
- static String m49(count, formattedNumber) =>
|
|
|
+ static String m50(count, formattedNumber) =>
|
|
|
"${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} in this album has been backed up safely";
|
|
|
|
|
|
static String m9(storageAmountInGB) =>
|
|
@@ -76,18 +79,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
|
|
|
static String m10(endDate) => "Free trial valid till ${endDate}";
|
|
|
|
|
|
- static String m50(count) =>
|
|
|
+ static String m51(count) =>
|
|
|
"You can still access ${Intl.plural(count, one: 'it', other: 'them')} on ente as long as you have an active subscription";
|
|
|
|
|
|
- static String m51(sizeInMBorGB) => "Free up ${sizeInMBorGB}";
|
|
|
+ static String m52(sizeInMBorGB) => "Free up ${sizeInMBorGB}";
|
|
|
|
|
|
- static String m52(count, formattedSize) =>
|
|
|
+ static String m53(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) =>
|
|
|
"${Intl.plural(count, one: '${count} item', other: '${count} items')}";
|
|
|
|
|
|
- static String m53(count) => "${count} selected";
|
|
|
+ static String m54(count) => "${count} selected";
|
|
|
|
|
|
static String m12(expiryTime) => "Link will expire on ${expiryTime}";
|
|
|
|
|
@@ -97,10 +100,10 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m14(count) =>
|
|
|
"${Intl.plural(count, zero: 'no memories', one: '${count} memory', other: '${count} memories')}";
|
|
|
|
|
|
- static String m54(count) =>
|
|
|
+ static String m55(count) =>
|
|
|
"${Intl.plural(count, one: 'Move item', other: 'Move items')}";
|
|
|
|
|
|
- static String m55(albumName) => "Moved successfully to ${albumName}";
|
|
|
+ static String m56(albumName) => "Moved successfully to ${albumName}";
|
|
|
|
|
|
static String m15(passwordStrengthValue) =>
|
|
|
"Password strength: ${passwordStrengthValue}";
|
|
@@ -111,9 +114,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m17(reason) =>
|
|
|
"Unfortunately your payment failed due to ${reason}";
|
|
|
|
|
|
- static String m56(toEmail) => "Please email us at ${toEmail}";
|
|
|
+ static String m57(toEmail) => "Please email us at ${toEmail}";
|
|
|
|
|
|
- static String m57(toEmail) => "Please send the logs to \n${toEmail}";
|
|
|
+ static String m58(toEmail) => "Please send the logs to \n${toEmail}";
|
|
|
|
|
|
static String m18(storeName) => "Rate us on ${storeName}";
|
|
|
|
|
@@ -213,6 +216,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"after1Week": MessageLookupByLibrary.simpleMessage("After 1 week"),
|
|
|
"after1Year": MessageLookupByLibrary.simpleMessage("After 1 year"),
|
|
|
"albumOwner": MessageLookupByLibrary.simpleMessage("Owner"),
|
|
|
+ "albumParticipantsCount": m45,
|
|
|
"albumTitle": MessageLookupByLibrary.simpleMessage("Album title"),
|
|
|
"albumUpdated": MessageLookupByLibrary.simpleMessage("Album updated"),
|
|
|
"albums": MessageLookupByLibrary.simpleMessage("Albums"),
|
|
@@ -346,7 +350,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": m45,
|
|
|
+ "collaborativeLinkCreatedFor": m46,
|
|
|
"collaborator": MessageLookupByLibrary.simpleMessage("Collaborator"),
|
|
|
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
@@ -441,7 +445,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"deleteLocation":
|
|
|
MessageLookupByLibrary.simpleMessage("Delete location"),
|
|
|
"deletePhotos": MessageLookupByLibrary.simpleMessage("Delete photos"),
|
|
|
- "deleteProgress": m46,
|
|
|
+ "deleteProgress": m47,
|
|
|
"deleteReason1": MessageLookupByLibrary.simpleMessage(
|
|
|
"It’s missing a key feature that I need"),
|
|
|
"deleteReason2": MessageLookupByLibrary.simpleMessage(
|
|
@@ -498,7 +502,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"editsSaved": MessageLookupByLibrary.simpleMessage("Edits saved"),
|
|
|
"eligible": MessageLookupByLibrary.simpleMessage("eligible"),
|
|
|
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
|
|
- "emailChangedTo": m47,
|
|
|
+ "emailChangedTo": m48,
|
|
|
"emailNoEnteAccount": m8,
|
|
|
"emailYourLogs":
|
|
|
MessageLookupByLibrary.simpleMessage("Email your logs"),
|
|
@@ -574,8 +578,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"feedback": MessageLookupByLibrary.simpleMessage("Feedback"),
|
|
|
"fileSavedToGallery":
|
|
|
MessageLookupByLibrary.simpleMessage("File saved to gallery"),
|
|
|
- "filesBackedUpFromDevice": m48,
|
|
|
- "filesBackedUpInAlbum": m49,
|
|
|
+ "filesBackedUpFromDevice": m49,
|
|
|
+ "filesBackedUpInAlbum": m50,
|
|
|
"filesDeleted": MessageLookupByLibrary.simpleMessage("Files deleted"),
|
|
|
"flip": MessageLookupByLibrary.simpleMessage("Flip"),
|
|
|
"forYourMemories":
|
|
@@ -589,12 +593,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Free storage usable"),
|
|
|
"freeTrial": MessageLookupByLibrary.simpleMessage("Free trial"),
|
|
|
"freeTrialValidTill": m10,
|
|
|
- "freeUpAccessPostDelete": m50,
|
|
|
- "freeUpAmount": m51,
|
|
|
+ "freeUpAccessPostDelete": m51,
|
|
|
+ "freeUpAmount": m52,
|
|
|
"freeUpDeviceSpace":
|
|
|
MessageLookupByLibrary.simpleMessage("Free up device space"),
|
|
|
"freeUpSpace": MessageLookupByLibrary.simpleMessage("Free up space"),
|
|
|
- "freeUpSpaceSaving": m52,
|
|
|
+ "freeUpSpaceSaving": m53,
|
|
|
"galleryMemoryLimitInfo": MessageLookupByLibrary.simpleMessage(
|
|
|
"Up to 1000 memories shown in gallery"),
|
|
|
"general": MessageLookupByLibrary.simpleMessage("General"),
|
|
@@ -639,7 +643,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
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": m53,
|
|
|
+ "itemSelectedCount": m54,
|
|
|
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Items show the number of days remaining before permanent deletion"),
|
|
@@ -729,9 +733,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
|
|
|
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
|
|
|
"monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
|
|
|
- "moveItem": m54,
|
|
|
+ "moveItem": m55,
|
|
|
"moveToAlbum": MessageLookupByLibrary.simpleMessage("Move to album"),
|
|
|
- "movedSuccessfullyTo": m55,
|
|
|
+ "movedSuccessfullyTo": m56,
|
|
|
"movedToTrash": MessageLookupByLibrary.simpleMessage("Moved to trash"),
|
|
|
"movingFilesToAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage("Moving files to album..."),
|
|
@@ -810,12 +814,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"pleaseContactSupportIfTheProblemPersists":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Please contact support if the problem persists"),
|
|
|
- "pleaseEmailUsAt": m56,
|
|
|
+ "pleaseEmailUsAt": m57,
|
|
|
"pleaseGrantPermissions":
|
|
|
MessageLookupByLibrary.simpleMessage("Please grant permissions"),
|
|
|
"pleaseLoginAgain":
|
|
|
MessageLookupByLibrary.simpleMessage("Please login again"),
|
|
|
- "pleaseSendTheLogsTo": m57,
|
|
|
+ "pleaseSendTheLogsTo": m58,
|
|
|
"pleaseTryAgain":
|
|
|
MessageLookupByLibrary.simpleMessage("Please try again"),
|
|
|
"pleaseVerifyTheCodeYouHaveEntered":
|