ente/lib/generated/intl/messages_en.dart

1050 lines
60 KiB
Dart
Raw Normal View History

2023-03-21 03:28:13 +00:00
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a en locale. All the
// messages from the main program should be duplicated here with the same
// function name.
// Ignore issues from commonly used lints in this file.
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
import 'package:intl/intl.dart';
import 'package:intl/message_lookup_by_library.dart';
final messages = new MessageLookup();
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'en';
2023-04-07 04:27:53 +00:00
static String m0(count) =>
"${Intl.plural(count, one: 'Add item', other: 'Add items')}";
2023-04-07 05:41:42 +00:00
static String m1(emailOrName) => "Added by ${emailOrName}";
2023-04-07 04:27:53 +00:00
2023-04-07 05:41:42 +00:00
static String m2(albumName) => "Added successfully to ${albumName}";
static String m3(paymentProvider) =>
"Please cancel your existing subscription from ${paymentProvider} first";
2023-04-07 05:41:42 +00:00
static String m4(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";
2023-04-07 05:41:42 +00:00
static String m5(isFamilyMember, storageAmountInGb) =>
2023-04-05 07:03:45 +00:00
"${Intl.select(isFamilyMember, {
'true': 'Your family has claimed ${storageAmountInGb} Gb so far',
'false': 'You have claimed ${storageAmountInGb} Gb so far',
2023-04-05 07:50:02 +00:00
'other': 'You have claimed ${storageAmountInGb} Gb so far!',
2023-04-05 07:03:45 +00:00
})}";
2023-04-07 05:41:42 +00:00
static String m6(albumName) => "Collaborative link created for ${albumName}";
2023-04-07 04:27:53 +00:00
2023-04-07 05:41:42 +00:00
static String m7(provider) =>
"Please contact us at support@ente.io to manage your ${provider} subscription.";
2023-04-07 05:41:42 +00:00
static String m8(currentlyDeleting, totalCount) =>
2023-04-07 03:21:49 +00:00
"Deleting ${currentlyDeleting} / ${totalCount}";
2023-04-07 05:41:42 +00:00
static String m9(albumName) =>
2023-04-05 09:50:48 +00:00
"This will remove the public link for accessing \"${albumName}\".";
2023-04-07 05:41:42 +00:00
static String m10(supportEmail) =>
2023-04-04 20:21:40 +00:00
"Please drop an email to ${supportEmail} from your registered email address";
2023-04-07 05:41:42 +00:00
static String m11(count, storageSaved) =>
"Your have cleaned up ${Intl.plural(count, one: '${count} duplicate file', other: '${count} duplicate files')}, saving (${storageSaved}!)";
2023-04-07 05:41:42 +00:00
static String m12(email) =>
2023-04-05 05:17:14 +00:00
"${email} does not have an ente account.\n\nSend them an invite to share photos.";
2023-04-05 03:25:35 +00:00
2023-04-07 05:41:42 +00:00
static String m13(storageAmountInGB) =>
"${storageAmountInGB} GB each time someone signs up for a paid plan and applies your code";
2023-04-05 05:17:14 +00:00
2023-04-07 05:41:42 +00:00
static String m14(endDate) => "Free trial valid till ${endDate}";
2023-04-07 05:41:42 +00:00
static String m15(count) =>
"${Intl.plural(count, one: '${count} item', other: '${count} items')}";
2023-04-07 05:41:42 +00:00
static String m16(count) => "${count} selected";
2023-04-07 05:41:42 +00:00
static String m17(expiryTime) => "Link will expire on ${expiryTime}";
2023-04-07 03:59:23 +00:00
2023-04-07 05:41:42 +00:00
static String m18(maxValue) =>
2023-04-05 04:30:41 +00:00
"When set to the maximum (${maxValue}), the device limit will be relaxed to allow for temporary spikes of large number of viewers.";
2023-04-07 05:41:42 +00:00
static String m19(count) =>
2023-04-06 04:03:32 +00:00
"${Intl.plural(count, zero: 'no memories', one: '${count} memory', other: '${count} memories')}";
2023-04-07 05:41:42 +00:00
static String m20(count) =>
2023-04-07 04:27:53 +00:00
"${Intl.plural(count, one: 'Move item', other: 'Move items')}";
2023-04-07 05:41:42 +00:00
static String m21(albumName) => "Moved successfully to ${albumName}";
2023-04-07 04:27:53 +00:00
2023-04-07 05:41:42 +00:00
static String m22(passwordStrengthValue) =>
"Password strength: ${passwordStrengthValue}";
2023-04-07 05:41:42 +00:00
static String m23(providerName) =>
"Please talk to ${providerName} support if you were charged";
2023-04-07 05:41:42 +00:00
static String m24(reason) =>
2023-04-06 08:39:34 +00:00
"Unfortunately your payment failed due to ${reason}";
2023-04-07 05:41:42 +00:00
static String m25(storeName) => "Rate us on ${storeName}";
2023-04-06 08:39:34 +00:00
2023-04-07 05:41:42 +00:00
static String m26(storageInGB) =>
2023-04-06 04:03:32 +00:00
"3. Both of you get ${storageInGB} GB* free";
2023-04-05 09:50:48 +00:00
2023-04-07 05:41:42 +00:00
static String m27(userEmail) =>
2023-04-05 09:50:48 +00:00
"${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
2023-04-05 07:03:45 +00:00
2023-04-07 05:41:42 +00:00
static String m28(endDate) => "Renews on ${endDate}";
2023-04-07 05:41:42 +00:00
static String m29(count) => "${count} selected";
2023-04-06 04:03:32 +00:00
2023-04-07 05:41:42 +00:00
static String m30(count, yourCount) =>
2023-04-06 04:03:32 +00:00
"${count} selected (${yourCount} yours)";
2023-04-07 05:41:42 +00:00
static String m31(verificationID) =>
2023-04-05 05:17:14 +00:00
"Here\'s my verification ID: ${verificationID} for ente.io.";
2023-04-07 05:41:42 +00:00
static String m32(verificationID) =>
2023-04-05 05:17:14 +00:00
"Hey, can you confirm that this is your ente.io verification ID: ${verificationID}";
2023-04-07 05:41:42 +00:00
static String m33(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";
2023-04-07 05:41:42 +00:00
static String m34(numberOfPeople) =>
2023-04-05 05:17:14 +00:00
"${Intl.plural(numberOfPeople, zero: 'Share with specific people', one: 'Shared with 1 person', other: 'Shared with ${numberOfPeople} people')}";
2023-04-07 05:41:42 +00:00
static String m35(emailIDs) => "Shared with ${emailIDs}";
2023-04-06 04:03:32 +00:00
2023-04-07 05:41:42 +00:00
static String m36(fileType) =>
2023-04-07 04:57:54 +00:00
"This ${fileType} will be deleted from your device.";
2023-04-07 05:41:42 +00:00
static String m37(fileType) =>
2023-04-06 04:03:32 +00:00
"This ${fileType} is in both ente and your device.";
2023-04-07 05:41:42 +00:00
static String m38(fileType) => "This ${fileType} will be deleted from ente.";
2023-04-07 05:41:42 +00:00
static String m39(storageAmountInGB) => "${storageAmountInGB} GB";
2023-04-07 05:41:42 +00:00
static String m40(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\'\'";
2023-04-06 04:03:32 +00:00
2023-04-07 05:41:42 +00:00
static String m41(endDate) =>
"Your subscription will be cancelled on ${endDate}";
2023-04-07 05:41:42 +00:00
static String m42(storageAmountInGB) =>
"They also get ${storageAmountInGB} GB";
2023-04-07 05:41:42 +00:00
static String m43(email) => "This is ${email}\'s Verification ID";
2023-04-07 05:41:42 +00:00
static String m44(email) => "Verify ${email}";
2023-04-05 04:30:41 +00:00
2023-04-07 05:41:42 +00:00
static String m45(count) =>
2023-04-06 08:44:06 +00:00
"${Intl.plural(count, one: '${count} year ago', other: '${count} years ago')}";
2023-04-07 05:41:42 +00:00
static String m46(storageSaved) =>
"You have successfully freed up ${storageSaved}!";
2023-04-05 04:30:41 +00:00
2023-03-21 03:28:13 +00:00
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
2023-04-06 04:42:07 +00:00
"aNewVersionOfEnteIsAvailable": MessageLookupByLibrary.simpleMessage(
"A new version of ente is available."),
"about": MessageLookupByLibrary.simpleMessage("About"),
2023-04-06 04:42:07 +00:00
"account": MessageLookupByLibrary.simpleMessage("Account"),
2023-03-25 01:37:01 +00:00
"accountWelcomeBack":
MessageLookupByLibrary.simpleMessage("Welcome back!"),
2023-04-04 19:05:53 +00:00
"ackPasswordLostWarningPart1": MessageLookupByLibrary.simpleMessage(
"I understand that if I lose my password, I may lose my data since my data is "),
"ackPasswordLostWarningPart2":
MessageLookupByLibrary.simpleMessage(" with ente"),
2023-04-04 16:56:36 +00:00
"activeSessions":
MessageLookupByLibrary.simpleMessage("Active sessions"),
"addANewEmail": MessageLookupByLibrary.simpleMessage("Add a new email"),
"addCollaborator":
MessageLookupByLibrary.simpleMessage("Add collaborator"),
2023-04-07 04:27:53 +00:00
"addItem": m0,
2023-04-05 01:06:58 +00:00
"addMore": MessageLookupByLibrary.simpleMessage("Add more"),
"addToAlbum": MessageLookupByLibrary.simpleMessage("Add to album"),
"addToEnte": MessageLookupByLibrary.simpleMessage("Add to ente"),
"addViewer": MessageLookupByLibrary.simpleMessage("Add viewer"),
"addedAs": MessageLookupByLibrary.simpleMessage("Added as"),
2023-04-07 05:41:42 +00:00
"addedBy": m1,
"addedSuccessfullyTo": m2,
2023-04-05 07:50:02 +00:00
"addingToFavorites":
MessageLookupByLibrary.simpleMessage("Adding to favorites..."),
"advanced": MessageLookupByLibrary.simpleMessage("Advanced"),
"advancedSettings": MessageLookupByLibrary.simpleMessage("Advanced"),
2023-04-05 04:30:41 +00:00
"after1Day": MessageLookupByLibrary.simpleMessage("After 1 day"),
"after1Hour": MessageLookupByLibrary.simpleMessage("After 1 hour"),
"after1Month": MessageLookupByLibrary.simpleMessage("After 1 month"),
"after1Week": MessageLookupByLibrary.simpleMessage("After 1 week"),
"after1Year": MessageLookupByLibrary.simpleMessage("After 1 year"),
2023-04-05 01:06:58 +00:00
"albumOwner": MessageLookupByLibrary.simpleMessage("Owner"),
2023-04-07 04:27:53 +00:00
"albumTitle": MessageLookupByLibrary.simpleMessage("Album title"),
2023-04-05 03:25:35 +00:00
"albumUpdated": MessageLookupByLibrary.simpleMessage("Album updated"),
2023-04-06 04:03:32 +00:00
"albums": MessageLookupByLibrary.simpleMessage("Albums"),
"allClear": MessageLookupByLibrary.simpleMessage("✨ All clear"),
2023-04-05 03:25:35 +00:00
"allowAddPhotosDescription": MessageLookupByLibrary.simpleMessage(
"Allow people with the link to also add photos to the shared album."),
"allowAddingPhotos":
MessageLookupByLibrary.simpleMessage("Allow adding photos"),
"allowDownloads":
MessageLookupByLibrary.simpleMessage("Allow downloads"),
"allowPeopleToAddPhotos":
MessageLookupByLibrary.simpleMessage("Allow people to add photos"),
2023-04-04 19:05:53 +00:00
"and": MessageLookupByLibrary.simpleMessage("and"),
"androidIosWebDesktop":
MessageLookupByLibrary.simpleMessage("Android, iOS, Web, Desktop"),
"appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
2023-04-05 06:30:39 +00:00
"apply": MessageLookupByLibrary.simpleMessage("Apply"),
"applyCodeTitle": MessageLookupByLibrary.simpleMessage("Apply code"),
"appstoreSubscription":
MessageLookupByLibrary.simpleMessage("AppStore subscription"),
2023-04-05 09:50:48 +00:00
"archive": MessageLookupByLibrary.simpleMessage("Archive"),
2023-04-07 05:27:06 +00:00
"archiveAlbum": MessageLookupByLibrary.simpleMessage("Archive album"),
2023-04-06 08:39:34 +00:00
"areYouSureThatYouWantToLeaveTheFamily":
MessageLookupByLibrary.simpleMessage(
"Are you sure that you want to leave the family plan?"),
"areYouSureYouWantToCancel": MessageLookupByLibrary.simpleMessage(
"Are you sure you want to cancel?"),
"areYouSureYouWantToChangeYourPlan":
MessageLookupByLibrary.simpleMessage(
"Are you sure you want to change your plan?"),
2023-04-06 08:39:34 +00:00
"areYouSureYouWantToExit": MessageLookupByLibrary.simpleMessage(
"Are you sure you want to exit?"),
2023-04-06 04:42:07 +00:00
"areYouSureYouWantToLogout": MessageLookupByLibrary.simpleMessage(
"Are you sure you want to logout?"),
"areYouSureYouWantToRenew": MessageLookupByLibrary.simpleMessage(
"Are you sure you want to renew?"),
"askCancelReason": MessageLookupByLibrary.simpleMessage(
"Your subscription was cancelled. Would you like to share the reason?"),
"askDeleteReason": MessageLookupByLibrary.simpleMessage(
"What is the main reason you are deleting your account?"),
2023-04-07 04:57:54 +00:00
"askYourLovedOnesToShare": MessageLookupByLibrary.simpleMessage(
"Ask your loved ones to share"),
"atAFalloutShelter":
MessageLookupByLibrary.simpleMessage("at a fallout shelter"),
"authToChangeLockscreenSetting": MessageLookupByLibrary.simpleMessage(
"Please authenticate to change lockscreen setting"),
2023-04-06 04:42:07 +00:00
"authToChangeYourEmail": MessageLookupByLibrary.simpleMessage(
"Please authenticate to change your email"),
"authToChangeYourPassword": MessageLookupByLibrary.simpleMessage(
"Please authenticate to change your password"),
"authToConfigureTwofactorAuthentication":
MessageLookupByLibrary.simpleMessage(
"Please authenticate to configure two-factor authentication"),
2023-04-06 04:42:07 +00:00
"authToInitiateAccountDeletion": MessageLookupByLibrary.simpleMessage(
"Please authenticate to initiate account deletion"),
"authToViewYourActiveSessions": MessageLookupByLibrary.simpleMessage(
"Please authenticate to view your active sessions"),
2023-04-05 09:50:48 +00:00
"authToViewYourHiddenFiles": MessageLookupByLibrary.simpleMessage(
"Please authenticate to view your hidden files"),
"authToViewYourRecoveryKey": MessageLookupByLibrary.simpleMessage(
"Please authenticate to view your recovery key"),
"available": MessageLookupByLibrary.simpleMessage("Available"),
"backedUpFolders":
MessageLookupByLibrary.simpleMessage("Backed up folders"),
"backup": MessageLookupByLibrary.simpleMessage("Backup"),
"backupFailed": MessageLookupByLibrary.simpleMessage("Backup failed"),
"backupOverMobileData":
MessageLookupByLibrary.simpleMessage("Backup over mobile data"),
"backupSettings":
MessageLookupByLibrary.simpleMessage("Backup settings"),
"backupVideos": MessageLookupByLibrary.simpleMessage("Backup videos"),
"blog": MessageLookupByLibrary.simpleMessage("Blog"),
2023-04-04 19:16:37 +00:00
"byClickingLogInIAgreeToThe": MessageLookupByLibrary.simpleMessage(
"By clicking log in, I agree to the"),
2023-04-07 05:27:06 +00:00
"calculating": MessageLookupByLibrary.simpleMessage("Calculating..."),
2023-04-07 04:27:53 +00:00
"canNotUploadToAlbumsOwnedByOthers":
MessageLookupByLibrary.simpleMessage(
"Can not upload to albums owned by others"),
"canOnlyCreateLinkForFilesOwnedByYou":
MessageLookupByLibrary.simpleMessage(
"Can only create link for files owned by you"),
2023-04-05 07:50:02 +00:00
"canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
"Can only remove files owned by you"),
2023-03-25 01:37:01 +00:00
"cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
2023-04-07 05:41:42 +00:00
"cancelOtherSubscription": m3,
"cancelSubscription":
MessageLookupByLibrary.simpleMessage("Cancel subscription"),
2023-04-07 05:41:42 +00:00
"cannotAddMorePhotosAfterBecomingViewer": m4,
2023-04-04 20:21:40 +00:00
"changeEmail": MessageLookupByLibrary.simpleMessage("Change email"),
2023-04-06 04:42:07 +00:00
"changePassword":
MessageLookupByLibrary.simpleMessage("Change password"),
"changePasswordTitle":
MessageLookupByLibrary.simpleMessage("Change password"),
"changePermissions":
MessageLookupByLibrary.simpleMessage("Change permissions?"),
"checkForUpdates":
MessageLookupByLibrary.simpleMessage("Check for updates"),
"checkInboxAndSpamFolder": MessageLookupByLibrary.simpleMessage(
"Please check your inbox (and spam) to complete verification"),
"checking": MessageLookupByLibrary.simpleMessage("Checking..."),
2023-04-05 07:03:45 +00:00
"claimFreeStorage":
MessageLookupByLibrary.simpleMessage("Claim free storage"),
"claimMore": MessageLookupByLibrary.simpleMessage("Claim more!"),
"claimed": MessageLookupByLibrary.simpleMessage("Claimed"),
2023-04-07 05:41:42 +00:00
"claimedStorageSoFar": m5,
2023-04-07 05:27:06 +00:00
"click": MessageLookupByLibrary.simpleMessage("• Click"),
"clickOnTheOverflowMenu": MessageLookupByLibrary.simpleMessage(
"• Click on the overflow menu"),
2023-04-07 05:41:42 +00:00
"close": MessageLookupByLibrary.simpleMessage("Close"),
"codeAppliedPageTitle":
MessageLookupByLibrary.simpleMessage("Code applied"),
2023-04-04 20:21:40 +00:00
"codeCopiedToClipboard":
MessageLookupByLibrary.simpleMessage("Code copied to clipboard"),
"codeUsedByYou":
MessageLookupByLibrary.simpleMessage("Code used by you"),
2023-04-05 04:30:41 +00:00
"collabLinkSectionDescription": MessageLookupByLibrary.simpleMessage(
"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"),
2023-04-07 05:41:42 +00:00
"collaborativeLinkCreatedFor": m6,
2023-04-05 01:06:58 +00:00
"collaborator": MessageLookupByLibrary.simpleMessage("Collaborator"),
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
MessageLookupByLibrary.simpleMessage(
"Collaborators can add photos and videos to the shared album."),
"collectEventPhotos":
MessageLookupByLibrary.simpleMessage("Collect event photos"),
2023-04-05 04:30:41 +00:00
"collectPhotos": MessageLookupByLibrary.simpleMessage("Collect photos"),
2023-04-04 20:21:40 +00:00
"confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
"confirm2FADisable": MessageLookupByLibrary.simpleMessage(
"Are you sure you want to disable two-factor authentication?"),
"confirmAccountDeletion":
MessageLookupByLibrary.simpleMessage("Confirm Account Deletion"),
"confirmDeletePrompt": MessageLookupByLibrary.simpleMessage(
"Yes, I want to permanently delete this account and all its data."),
2023-04-04 16:56:36 +00:00
"confirmPassword":
MessageLookupByLibrary.simpleMessage("Confirm password"),
"confirmPlanChange":
MessageLookupByLibrary.simpleMessage("Confirm plan change"),
2023-04-04 20:21:40 +00:00
"confirmRecoveryKey":
MessageLookupByLibrary.simpleMessage("Confirm recovery key"),
"confirmYourRecoveryKey":
MessageLookupByLibrary.simpleMessage("Confirm your recovery key"),
2023-04-06 08:39:34 +00:00
"contactFamilyAdminPart1":
MessageLookupByLibrary.simpleMessage("Please contact"),
"contactFamilyAdminPart2":
MessageLookupByLibrary.simpleMessage("to manage your subscription"),
2023-04-04 20:21:40 +00:00
"contactSupport":
MessageLookupByLibrary.simpleMessage("Contact support"),
2023-04-07 05:41:42 +00:00
"contactToManageSubscription": m7,
"continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
"continueOnFreeTrial":
MessageLookupByLibrary.simpleMessage("Continue on free trial"),
2023-04-05 04:30:41 +00:00
"copyLink": MessageLookupByLibrary.simpleMessage("Copy link"),
2023-04-04 20:21:40 +00:00
"copypasteThisCodentoYourAuthenticatorApp":
MessageLookupByLibrary.simpleMessage(
"Copy-paste this code\nto your authenticator app"),
"couldNotBackUpTryLater": MessageLookupByLibrary.simpleMessage(
"We could not backup your data.\nWe will retry later."),
"couldNotUpdateSubscription": MessageLookupByLibrary.simpleMessage(
"Could not update subscription"),
2023-04-04 16:56:36 +00:00
"createAccount": MessageLookupByLibrary.simpleMessage("Create account"),
2023-04-05 09:50:48 +00:00
"createAlbumActionHint": MessageLookupByLibrary.simpleMessage(
"Long press to select photos and click + to create an album"),
2023-04-04 16:56:36 +00:00
"createNewAccount":
MessageLookupByLibrary.simpleMessage("Create new account"),
2023-04-07 04:27:53 +00:00
"createOrSelectAlbum":
MessageLookupByLibrary.simpleMessage("Create or select album"),
2023-04-05 04:30:41 +00:00
"createPublicLink":
MessageLookupByLibrary.simpleMessage("Create public link"),
2023-04-05 09:50:48 +00:00
"creatingLink":
MessageLookupByLibrary.simpleMessage("Creating link..."),
2023-04-06 04:42:07 +00:00
"criticalUpdateAvailable":
MessageLookupByLibrary.simpleMessage("Critical update available"),
"currentUsageIs":
MessageLookupByLibrary.simpleMessage("Current usage is "),
2023-04-05 04:30:41 +00:00
"custom": MessageLookupByLibrary.simpleMessage("Custom"),
"darkTheme": MessageLookupByLibrary.simpleMessage("Dark"),
2023-04-04 17:02:16 +00:00
"decrypting": MessageLookupByLibrary.simpleMessage("Decrypting..."),
"delete": MessageLookupByLibrary.simpleMessage("Delete"),
"deleteAccount": MessageLookupByLibrary.simpleMessage("Delete account"),
"deleteAccountFeedbackPrompt": MessageLookupByLibrary.simpleMessage(
"We are sorry to see you go. Please share your feedback to help us improve."),
"deleteAccountPermanentlyButton":
MessageLookupByLibrary.simpleMessage("Delete Account Permanently"),
2023-04-05 07:50:02 +00:00
"deleteAlbum": MessageLookupByLibrary.simpleMessage("Delete album"),
2023-04-05 09:50:48 +00:00
"deleteAlbumDialogPart1": MessageLookupByLibrary.simpleMessage(
"Also delete the photos (and videos) present in this album from "),
"deleteAlbumDialogPart2Bold":
MessageLookupByLibrary.simpleMessage("all"),
"deleteAlbumDialogPart3": MessageLookupByLibrary.simpleMessage(
" other albums they are part of?"),
2023-04-07 03:21:49 +00:00
"deleteAlbumsDialogBody": MessageLookupByLibrary.simpleMessage(
"This will delete all empty albums. This is useful when you want to reduce the clutter in your album list."),
2023-04-07 05:06:43 +00:00
"deleteAll": MessageLookupByLibrary.simpleMessage("Delete All"),
"deleteConfirmDialogBody": MessageLookupByLibrary.simpleMessage(
"You are about to permanently delete your account and all its data.\nThis action is irreversible."),
2023-04-07 03:21:49 +00:00
"deleteEmptyAlbums":
MessageLookupByLibrary.simpleMessage("Delete empty albums"),
"deleteEmptyAlbumsWithQuestionMark":
MessageLookupByLibrary.simpleMessage("Delete empty albums?"),
2023-04-06 04:03:32 +00:00
"deleteFromBoth":
MessageLookupByLibrary.simpleMessage("Delete from both"),
"deleteFromDevice":
MessageLookupByLibrary.simpleMessage("Delete from device"),
"deleteFromEnte":
MessageLookupByLibrary.simpleMessage("Delete from ente"),
2023-04-05 09:50:48 +00:00
"deletePhotos": MessageLookupByLibrary.simpleMessage("Delete photos"),
2023-04-07 05:41:42 +00:00
"deleteProgress": m8,
"deleteReason1": MessageLookupByLibrary.simpleMessage(
"Its missing a key feature that I need"),
"deleteReason2": MessageLookupByLibrary.simpleMessage(
"The app or a certain feature does not \nbehave as I think it should"),
"deleteReason3": MessageLookupByLibrary.simpleMessage(
"I found another service that I like better"),
"deleteReason4":
MessageLookupByLibrary.simpleMessage("My reason isnt listed"),
"deleteRequestSLAText": MessageLookupByLibrary.simpleMessage(
"Your request will be processed within 72 hours."),
2023-04-05 07:50:02 +00:00
"deleteSharedAlbum":
MessageLookupByLibrary.simpleMessage("Delete shared album?"),
"deleteSharedAlbumDialogBody": MessageLookupByLibrary.simpleMessage(
"The album will be deleted for everyone\n\nYou will lose access to shared photos in this album that are owned by others"),
"designedToOutlive":
MessageLookupByLibrary.simpleMessage("Designed to outlive"),
"details": MessageLookupByLibrary.simpleMessage("Details"),
"devAccountChanged": MessageLookupByLibrary.simpleMessage(
"The developer account we use to publish ente on App Store has changed. Because of this, you will need to login again.\n\nOur apologies for the inconvenience, but this was unavoidable."),
2023-04-07 05:06:43 +00:00
"deviceFilesAutoUploading": MessageLookupByLibrary.simpleMessage(
"Files added to this device album will automatically get uploaded to ente."),
"deviceLockExplanation": MessageLookupByLibrary.simpleMessage(
"Disable the device screen lock when ente is in the foreground and there is a backup in progress. This is normally not needed, but may help big uploads and initial imports of large libraries complete faster."),
"disableAutoLock":
MessageLookupByLibrary.simpleMessage("Disable auto lock"),
2023-04-05 03:25:35 +00:00
"disableDownloadWarningBody": MessageLookupByLibrary.simpleMessage(
"Viewers can still take screenshots or save a copy of your photos using external tools"),
"disableDownloadWarningTitle":
MessageLookupByLibrary.simpleMessage("Please note"),
2023-04-07 05:41:42 +00:00
"disableLinkMessage": m9,
"disableTwofactor":
MessageLookupByLibrary.simpleMessage("Disable two-factor"),
"discord": MessageLookupByLibrary.simpleMessage("Discord"),
2023-04-04 20:21:40 +00:00
"doThisLater": MessageLookupByLibrary.simpleMessage("Do this later"),
2023-04-05 05:17:14 +00:00
"done": MessageLookupByLibrary.simpleMessage("Done"),
2023-04-07 04:57:54 +00:00
"doubleYourStorage":
MessageLookupByLibrary.simpleMessage("Double your storage"),
2023-04-07 05:41:42 +00:00
"download": MessageLookupByLibrary.simpleMessage("Download"),
"downloadFailed":
MessageLookupByLibrary.simpleMessage("Download failed"),
2023-04-06 04:42:07 +00:00
"downloading": MessageLookupByLibrary.simpleMessage("Downloading..."),
2023-04-07 05:41:42 +00:00
"dropSupportEmail": m10,
"duplicateFileCountWithStorageSaved": m11,
"eligible": MessageLookupByLibrary.simpleMessage("eligible"),
2023-03-25 01:37:01 +00:00
"email": MessageLookupByLibrary.simpleMessage("Email"),
2023-04-07 05:41:42 +00:00
"emailNoEnteAccount": m12,
2023-04-04 19:05:53 +00:00
"encryption": MessageLookupByLibrary.simpleMessage("Encryption"),
"encryptionKeys":
MessageLookupByLibrary.simpleMessage("Encryption keys"),
2023-04-04 19:05:53 +00:00
"endToEndEncrypted":
MessageLookupByLibrary.simpleMessage("end-to-end encrypted"),
"endtoendEncryptedByDefault": MessageLookupByLibrary.simpleMessage(
"End-to-end encrypted by default"),
2023-04-06 08:51:23 +00:00
"enteCanEncryptAndPreserveFilesOnlyIfYouGrant":
MessageLookupByLibrary.simpleMessage(
"ente can encrypt and preserve files only if you grant access to them"),
"enteSubscriptionPitch": MessageLookupByLibrary.simpleMessage(
"ente preserves your memories, so they\'re always available to you, even if you lose your device."),
"enteSubscriptionShareWithFamily": MessageLookupByLibrary.simpleMessage(
"Your family can be added to your plan as well."),
2023-04-07 04:27:53 +00:00
"enterAlbumName":
MessageLookupByLibrary.simpleMessage("Enter album name"),
2023-04-04 20:21:40 +00:00
"enterCode": MessageLookupByLibrary.simpleMessage("Enter code"),
2023-04-05 06:30:39 +00:00
"enterCodeDescription": MessageLookupByLibrary.simpleMessage(
"Enter the code provided by your friend to claim free storage for both of you"),
"enterEmail": MessageLookupByLibrary.simpleMessage("Enter email"),
"enterNewPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
"Enter a new password we can use to encrypt your data"),
2023-04-05 03:25:35 +00:00
"enterPassword": MessageLookupByLibrary.simpleMessage("Enter password"),
"enterPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
"Enter a password we can use to encrypt your data"),
2023-04-05 06:30:39 +00:00
"enterReferralCode":
MessageLookupByLibrary.simpleMessage("Enter referral code"),
2023-04-04 20:21:40 +00:00
"enterThe6digitCodeFromnyourAuthenticatorApp":
MessageLookupByLibrary.simpleMessage(
"Enter the 6-digit code from\nyour authenticator app"),
2023-04-04 14:28:20 +00:00
"enterValidEmail": MessageLookupByLibrary.simpleMessage(
"Please enter a valid email address."),
2023-03-21 03:28:13 +00:00
"enterYourEmailAddress":
2023-03-25 01:37:01 +00:00
MessageLookupByLibrary.simpleMessage("Enter your email address"),
2023-04-04 20:21:40 +00:00
"enterYourPassword":
MessageLookupByLibrary.simpleMessage("Enter your password"),
2023-04-04 17:02:16 +00:00
"enterYourRecoveryKey":
MessageLookupByLibrary.simpleMessage("Enter your recovery key"),
"everywhere": MessageLookupByLibrary.simpleMessage("everywhere"),
2023-04-07 05:41:42 +00:00
"exif": MessageLookupByLibrary.simpleMessage("EXIF"),
"existingUser": MessageLookupByLibrary.simpleMessage("Existing user"),
2023-04-05 03:25:35 +00:00
"expiredLinkInfo": MessageLookupByLibrary.simpleMessage(
"This link has expired. Please select a new expiry time or disable link expiry."),
2023-04-06 04:42:07 +00:00
"exportYourData":
MessageLookupByLibrary.simpleMessage("Export your data"),
2023-04-05 06:30:39 +00:00
"failedToApplyCode":
MessageLookupByLibrary.simpleMessage("Failed to apply code"),
"failedToCancel":
MessageLookupByLibrary.simpleMessage("Failed to cancel"),
2023-04-07 05:41:42 +00:00
"failedToFetchOriginalForEdit": MessageLookupByLibrary.simpleMessage(
"Failed to fetch original for edit"),
2023-04-05 07:03:45 +00:00
"failedToFetchReferralDetails": MessageLookupByLibrary.simpleMessage(
"Unable to fetch referral details. Please try again later."),
2023-04-05 09:50:48 +00:00
"failedToLoadAlbums":
MessageLookupByLibrary.simpleMessage("Failed to load albums"),
"failedToRenew":
MessageLookupByLibrary.simpleMessage("Failed to renew"),
2023-04-06 08:39:34 +00:00
"failedToVerifyPaymentStatus": MessageLookupByLibrary.simpleMessage(
"Failed to verify payment status"),
"familyPlans": MessageLookupByLibrary.simpleMessage("Family plans"),
2023-04-05 07:03:45 +00:00
"faq": MessageLookupByLibrary.simpleMessage("FAQ"),
"faqs": MessageLookupByLibrary.simpleMessage("FAQs"),
"favorite": MessageLookupByLibrary.simpleMessage("Favorite"),
"feedback": MessageLookupByLibrary.simpleMessage("Feedback"),
2023-04-07 05:41:42 +00:00
"fileSavedToGallery":
MessageLookupByLibrary.simpleMessage("File saved to gallery"),
"forYourMemories":
MessageLookupByLibrary.simpleMessage("for your memories"),
2023-04-04 17:02:16 +00:00
"forgotPassword":
MessageLookupByLibrary.simpleMessage("Forgot password"),
"freeStorageClaimed":
MessageLookupByLibrary.simpleMessage("Free storage claimed"),
2023-04-07 05:41:42 +00:00
"freeStorageOnReferralSuccess": m13,
"freeStorageUsable":
MessageLookupByLibrary.simpleMessage("Free storage usable"),
"freeTrial": MessageLookupByLibrary.simpleMessage("Free trial"),
2023-04-07 05:41:42 +00:00
"freeTrialValidTill": m14,
"freeUpDeviceSpace":
MessageLookupByLibrary.simpleMessage("Free up device space"),
"fromYourRegisteredEmailAddress": MessageLookupByLibrary.simpleMessage(
"from your registered email address."),
"general": MessageLookupByLibrary.simpleMessage("General"),
"generatingEncryptionKeys": MessageLookupByLibrary.simpleMessage(
"Generating encryption keys..."),
"googlePlayId": MessageLookupByLibrary.simpleMessage("Google Play ID"),
2023-04-05 09:50:48 +00:00
"hidden": MessageLookupByLibrary.simpleMessage("Hidden"),
"hide": MessageLookupByLibrary.simpleMessage("Hide"),
"howItWorks": MessageLookupByLibrary.simpleMessage("How it works"),
2023-04-05 04:30:41 +00:00
"howToViewShareeVerificationID": MessageLookupByLibrary.simpleMessage(
"Please ask them to long-press their email address on the settings screen, and verify that the IDs on both devices match."),
2023-04-07 05:06:43 +00:00
"ignoredFolderUploadReason": MessageLookupByLibrary.simpleMessage(
"Some files in this album are ignored from upload because they had previously been deleted from ente."),
2023-04-05 09:50:48 +00:00
"importing": MessageLookupByLibrary.simpleMessage("Importing...."),
2023-04-04 20:21:40 +00:00
"incorrectPasswordTitle":
MessageLookupByLibrary.simpleMessage("Incorrect password"),
2023-04-04 17:02:16 +00:00
"incorrectRecoveryKeyBody": MessageLookupByLibrary.simpleMessage(
"The recovery key you entered is incorrect"),
"incorrectRecoveryKeyTitle":
MessageLookupByLibrary.simpleMessage("Incorrect recovery key"),
"insecureDevice":
MessageLookupByLibrary.simpleMessage("Insecure device"),
2023-04-06 04:42:07 +00:00
"installManually":
MessageLookupByLibrary.simpleMessage("Install manually"),
2023-03-25 01:37:01 +00:00
"invalidEmailAddress":
MessageLookupByLibrary.simpleMessage("Invalid email address"),
2023-04-04 20:21:40 +00:00
"invalidKey": MessageLookupByLibrary.simpleMessage("Invalid key"),
"invalidRecoveryKey": MessageLookupByLibrary.simpleMessage(
"The recovery key you entered is not valid. Please make sure it "),
2023-04-07 04:57:54 +00:00
"invite": MessageLookupByLibrary.simpleMessage("Invite"),
2023-04-05 09:50:48 +00:00
"inviteToEnte": MessageLookupByLibrary.simpleMessage("Invite to ente"),
2023-04-05 07:03:45 +00:00
"inviteYourFriends":
MessageLookupByLibrary.simpleMessage("Invite your friends"),
2023-04-07 05:41:42 +00:00
"itemCount": m15,
"itemSelectedCount": m16,
2023-04-07 05:06:43 +00:00
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
MessageLookupByLibrary.simpleMessage(
"Items show the number of days remaining before permanent deletion"),
2023-04-05 07:50:02 +00:00
"itemsWillBeRemovedFromAlbum": MessageLookupByLibrary.simpleMessage(
"Selected items will be removed from this album"),
2023-04-05 09:50:48 +00:00
"keepPhotos": MessageLookupByLibrary.simpleMessage("Keep Photos"),
"kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage(
"Kindly help us with this information"),
2023-04-06 09:01:16 +00:00
"lastUpdated": MessageLookupByLibrary.simpleMessage("Last updated"),
2023-04-06 08:39:34 +00:00
"leave": MessageLookupByLibrary.simpleMessage("Leave"),
2023-04-07 05:06:43 +00:00
"leaveAlbum": MessageLookupByLibrary.simpleMessage("Leave album"),
2023-04-06 08:39:34 +00:00
"leaveFamily": MessageLookupByLibrary.simpleMessage("Leave family"),
2023-04-07 05:06:43 +00:00
"leaveSharedAlbum":
MessageLookupByLibrary.simpleMessage("Leave shared album?"),
"lightTheme": MessageLookupByLibrary.simpleMessage("Light"),
"linkCopiedToClipboard":
MessageLookupByLibrary.simpleMessage("Link copied to clipboard"),
2023-04-05 03:25:35 +00:00
"linkDeviceLimit": MessageLookupByLibrary.simpleMessage("Device limit"),
"linkEnabled": MessageLookupByLibrary.simpleMessage("Enabled"),
"linkExpired": MessageLookupByLibrary.simpleMessage("Expired"),
2023-04-07 05:41:42 +00:00
"linkExpiresOn": m17,
2023-04-05 03:25:35 +00:00
"linkExpiry": MessageLookupByLibrary.simpleMessage("Link expiry"),
2023-04-05 04:30:41 +00:00
"linkHasExpired":
MessageLookupByLibrary.simpleMessage("Link has expired"),
2023-04-05 03:25:35 +00:00
"linkNeverExpires": MessageLookupByLibrary.simpleMessage("Never"),
2023-04-07 05:41:42 +00:00
"loadingExifData":
MessageLookupByLibrary.simpleMessage("Loading EXIF data..."),
2023-04-05 03:25:35 +00:00
"lockButtonLabel": MessageLookupByLibrary.simpleMessage("Lock"),
"lockScreenEnablePreSteps": MessageLookupByLibrary.simpleMessage(
"To enable lockscreen, please setup device passcode or screen lock in your system settings."),
"lockscreen": MessageLookupByLibrary.simpleMessage("Lockscreen"),
2023-04-04 19:16:37 +00:00
"logInLabel": MessageLookupByLibrary.simpleMessage("Log in"),
2023-04-06 08:59:52 +00:00
"loggingOut": MessageLookupByLibrary.simpleMessage("Logging out..."),
2023-04-06 04:42:07 +00:00
"logout": MessageLookupByLibrary.simpleMessage("Logout"),
2023-04-04 20:21:40 +00:00
"lostDevice": MessageLookupByLibrary.simpleMessage("Lost device?"),
"manage": MessageLookupByLibrary.simpleMessage("Manage"),
"manageDeviceStorage":
MessageLookupByLibrary.simpleMessage("Manage device storage"),
"manageFamily": MessageLookupByLibrary.simpleMessage("Manage Family"),
2023-04-05 03:25:35 +00:00
"manageLink": MessageLookupByLibrary.simpleMessage("Manage link"),
2023-04-05 04:30:41 +00:00
"manageParticipants": MessageLookupByLibrary.simpleMessage("Manage"),
2023-04-06 04:42:07 +00:00
"manageSubscription":
MessageLookupByLibrary.simpleMessage("Manage subscription"),
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
2023-04-07 05:41:42 +00:00
"maxDeviceLimitSpikeHandling": m18,
"memoryCount": m19,
"merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
"mobileWebDesktop":
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
"monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
2023-04-07 05:41:42 +00:00
"moveItem": m20,
"moveToAlbum": MessageLookupByLibrary.simpleMessage("Move to album"),
2023-04-07 05:41:42 +00:00
"movedSuccessfullyTo": m21,
2023-04-06 04:03:32 +00:00
"movedToTrash": MessageLookupByLibrary.simpleMessage("Moved to trash"),
2023-04-07 04:27:53 +00:00
"movingFilesToAlbum":
MessageLookupByLibrary.simpleMessage("Moving files to album..."),
2023-04-06 09:01:16 +00:00
"name": MessageLookupByLibrary.simpleMessage("Name"),
2023-04-05 04:30:41 +00:00
"never": MessageLookupByLibrary.simpleMessage("Never"),
2023-04-06 04:03:32 +00:00
"newAlbum": MessageLookupByLibrary.simpleMessage("New album"),
"newToEnte": MessageLookupByLibrary.simpleMessage("New to ente"),
2023-04-06 09:01:16 +00:00
"newest": MessageLookupByLibrary.simpleMessage("Newest"),
"no": MessageLookupByLibrary.simpleMessage("No"),
"noDeviceThatCanBeDeleted": MessageLookupByLibrary.simpleMessage(
"You\'ve no files on this device that can be deleted"),
"noDuplicates": MessageLookupByLibrary.simpleMessage("✨ No duplicates"),
2023-04-07 05:41:42 +00:00
"noExifData": MessageLookupByLibrary.simpleMessage("No EXIF data"),
2023-04-07 05:27:06 +00:00
"noHiddenPhotosOrVideos":
MessageLookupByLibrary.simpleMessage("No hidden photos or videos"),
"noPasswordWarningPart1": MessageLookupByLibrary.simpleMessage(
"We don\'t store this password, so if you forget,"),
"noPasswordWarningPart2":
MessageLookupByLibrary.simpleMessage("we cannot decrypt your data"),
"noPhotosAreBeingBackedUpRightNow":
MessageLookupByLibrary.simpleMessage(
"No photos are being backed up right now"),
2023-04-04 17:02:16 +00:00
"noRecoveryKey":
MessageLookupByLibrary.simpleMessage("No recovery key?"),
"noRecoveryKeyNoDecryption": MessageLookupByLibrary.simpleMessage(
"Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key"),
2023-04-07 05:41:42 +00:00
"noResults": MessageLookupByLibrary.simpleMessage("No results"),
2023-04-07 05:27:06 +00:00
"noResultsFound":
MessageLookupByLibrary.simpleMessage("No results found"),
"nothingToSeeHere":
MessageLookupByLibrary.simpleMessage("Nothing to see here! 👀"),
"ok": MessageLookupByLibrary.simpleMessage("Ok"),
2023-04-04 16:56:36 +00:00
"oops": MessageLookupByLibrary.simpleMessage("Oops"),
"oopsSomethingWentWrong":
MessageLookupByLibrary.simpleMessage("Oops, something went wrong"),
2023-04-07 05:27:06 +00:00
"openTheItem": MessageLookupByLibrary.simpleMessage("• Open the item"),
"optionalAsShortAsYouLike": MessageLookupByLibrary.simpleMessage(
"Optional, as short as you like..."),
"orPickAnExistingOne":
MessageLookupByLibrary.simpleMessage("Or pick an existing one"),
2023-04-04 16:56:36 +00:00
"password": MessageLookupByLibrary.simpleMessage("Password"),
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
"Password changed successfully"),
2023-04-05 03:25:35 +00:00
"passwordLock": MessageLookupByLibrary.simpleMessage("Password lock"),
2023-04-07 05:41:42 +00:00
"passwordStrength": m22,
"paymentDetails":
MessageLookupByLibrary.simpleMessage("Payment details"),
"paymentFailed": MessageLookupByLibrary.simpleMessage("Payment failed"),
2023-04-07 05:41:42 +00:00
"paymentFailedTalkToProvider": m23,
"paymentFailedWithReason": m24,
"peopleUsingYourCode":
MessageLookupByLibrary.simpleMessage("People using your code"),
"permanentlyDelete":
MessageLookupByLibrary.simpleMessage("Permanently delete"),
"photoGridSize":
MessageLookupByLibrary.simpleMessage("Photo grid size"),
2023-04-06 04:03:32 +00:00
"photoSmallCase": MessageLookupByLibrary.simpleMessage("photo"),
2023-04-07 05:06:43 +00:00
"photosAddedByYouWillBeRemovedFromTheAlbum":
MessageLookupByLibrary.simpleMessage(
"Photos added by you will be removed from the album"),
"playstoreSubscription":
MessageLookupByLibrary.simpleMessage("PlayStore subscription"),
"pleaseContactSupportAndWeWillBeHappyToHelp":
MessageLookupByLibrary.simpleMessage(
"Please contact support@ente.io and we will be happy to help!"),
2023-04-06 08:51:23 +00:00
"pleaseGrantPermissions":
MessageLookupByLibrary.simpleMessage("Please grant permissions"),
"pleaseLoginAgain":
MessageLookupByLibrary.simpleMessage("Please login again"),
"pleaseSendAnEmailTo":
MessageLookupByLibrary.simpleMessage("Please send an email to"),
2023-04-04 20:21:40 +00:00
"pleaseTryAgain":
MessageLookupByLibrary.simpleMessage("Please try again"),
"pleaseWait": MessageLookupByLibrary.simpleMessage("Please wait..."),
2023-04-07 05:27:06 +00:00
"pleaseWaitDeletingAlbum":
MessageLookupByLibrary.simpleMessage("Please wait, deleting album"),
2023-04-06 08:39:34 +00:00
"pleaseWaitForSometimeBeforeRetrying":
MessageLookupByLibrary.simpleMessage(
"Please wait for sometime before retrying"),
"preserveMore": MessageLookupByLibrary.simpleMessage("Preserve more"),
2023-04-07 05:41:42 +00:00
"pressAndHoldToPlayVideo": MessageLookupByLibrary.simpleMessage(
"Press and hold to play video"),
"privacy": MessageLookupByLibrary.simpleMessage("Privacy"),
2023-04-04 19:05:53 +00:00
"privacyPolicy": MessageLookupByLibrary.simpleMessage("privacy policy"),
"privacyPolicyTitle":
MessageLookupByLibrary.simpleMessage("Privacy Policy"),
"privateBackups":
MessageLookupByLibrary.simpleMessage("Private backups"),
"privateSharing":
MessageLookupByLibrary.simpleMessage("Private sharing"),
"publicLinkCreated":
MessageLookupByLibrary.simpleMessage("Public link created"),
2023-04-05 04:30:41 +00:00
"publicLinkEnabled":
MessageLookupByLibrary.simpleMessage("Public link enabled"),
"raiseTicket": MessageLookupByLibrary.simpleMessage("Raise ticket"),
"rateTheApp": MessageLookupByLibrary.simpleMessage("Rate the app"),
"rateUs": MessageLookupByLibrary.simpleMessage("Rate us"),
2023-04-07 05:41:42 +00:00
"rateUsOnStore": m25,
2023-04-04 20:21:40 +00:00
"recover": MessageLookupByLibrary.simpleMessage("Recover"),
"recoverAccount":
MessageLookupByLibrary.simpleMessage("Recover account"),
2023-04-04 17:02:16 +00:00
"recoverButton": MessageLookupByLibrary.simpleMessage("Recover"),
2023-04-04 20:21:40 +00:00
"recoveryKey": MessageLookupByLibrary.simpleMessage("Recovery key"),
"recoveryKeyCopiedToClipboard": MessageLookupByLibrary.simpleMessage(
"Recovery key copied to clipboard"),
"recoveryKeyOnForgotPassword": MessageLookupByLibrary.simpleMessage(
"If you forget your password, the only way you can recover your data is with this key."),
"recoveryKeySaveDescription": MessageLookupByLibrary.simpleMessage(
"We don\'t store this key, please save this 24 word key in a safe place."),
"recoveryKeySuccessBody": MessageLookupByLibrary.simpleMessage(
"Great! Your recovery key is valid. Thank you for verifying.\n\nPlease remember to keep your recovery key safely backed up."),
"recoveryKeyVerified":
MessageLookupByLibrary.simpleMessage("Recovery key verified"),
"recoveryKeyVerifyReason": MessageLookupByLibrary.simpleMessage(
"Your recovery key is the only way to recover your photos if you forget your password. You can find your recovery key in Settings > Account.\n\nPlease enter your recovery key here to verify that you have saved it correctly."),
2023-04-04 17:02:16 +00:00
"recoverySuccessful":
MessageLookupByLibrary.simpleMessage("Recovery successful!"),
2023-04-04 20:21:40 +00:00
"recreatePasswordBody": MessageLookupByLibrary.simpleMessage(
"The current device is not powerful enough to verify your "),
"recreatePasswordTitle":
MessageLookupByLibrary.simpleMessage("Recreate password"),
"reddit": MessageLookupByLibrary.simpleMessage("Reddit"),
2023-04-07 04:57:54 +00:00
"referFriendsAnd2xYourPlan": MessageLookupByLibrary.simpleMessage(
"Refer friends and 2x your plan"),
2023-04-05 07:03:45 +00:00
"referralStep1": MessageLookupByLibrary.simpleMessage(
"1. Give this code to your friends"),
"referralStep2": MessageLookupByLibrary.simpleMessage(
"2. They sign up for a paid plan"),
2023-04-07 05:41:42 +00:00
"referralStep3": m26,
"referrals": MessageLookupByLibrary.simpleMessage("Referrals"),
2023-04-05 07:03:45 +00:00
"referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
"Referrals are currently paused"),
"remindToEmptyDeviceTrash": MessageLookupByLibrary.simpleMessage(
"Also empty \"Recently Deleted\" from \"Settings\" -> \"Storage\" to claim the freed space"),
"remindToEmptyEnteTrash": MessageLookupByLibrary.simpleMessage(
"Also empty your \"Trash\" to claim the freed up space"),
"remove": MessageLookupByLibrary.simpleMessage("Remove"),
"removeDuplicates":
MessageLookupByLibrary.simpleMessage("Remove duplicates"),
2023-04-05 07:50:02 +00:00
"removeFromAlbum":
MessageLookupByLibrary.simpleMessage("Remove from album"),
"removeFromAlbumTitle":
2023-04-05 07:50:02 +00:00
MessageLookupByLibrary.simpleMessage("Remove from album?"),
"removeFromFavorite":
MessageLookupByLibrary.simpleMessage("Remove from favorite"),
2023-04-05 03:25:35 +00:00
"removeLink": MessageLookupByLibrary.simpleMessage("Remove link"),
"removeParticipant":
MessageLookupByLibrary.simpleMessage("Remove participant"),
2023-04-07 05:41:42 +00:00
"removeParticipantBody": m27,
2023-04-05 09:50:48 +00:00
"removePublicLink":
MessageLookupByLibrary.simpleMessage("Remove public link"),
2023-04-05 07:50:02 +00:00
"removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
"Some of the items you are removing were added by other people, and you will lose access to them"),
2023-04-05 09:50:48 +00:00
"removeWithQuestionMark":
MessageLookupByLibrary.simpleMessage("Remove?"),
2023-04-05 07:50:02 +00:00
"removingFromFavorites":
MessageLookupByLibrary.simpleMessage("Removing from favorites..."),
2023-04-07 05:06:43 +00:00
"rename": MessageLookupByLibrary.simpleMessage("Rename"),
"renameAlbum": MessageLookupByLibrary.simpleMessage("Rename album"),
"renewSubscription":
MessageLookupByLibrary.simpleMessage("Renew subscription"),
2023-04-07 05:41:42 +00:00
"renewsOn": m28,
"reportABug": MessageLookupByLibrary.simpleMessage("Report a bug"),
"reportBug": MessageLookupByLibrary.simpleMessage("Report bug"),
"resendEmail": MessageLookupByLibrary.simpleMessage("Resend email"),
2023-04-07 05:06:43 +00:00
"resetIgnoredFiles":
MessageLookupByLibrary.simpleMessage("Reset ignored files"),
"resetPasswordTitle":
MessageLookupByLibrary.simpleMessage("Reset password"),
"restore": MessageLookupByLibrary.simpleMessage("Restore"),
2023-04-07 04:27:53 +00:00
"restoreToAlbum":
MessageLookupByLibrary.simpleMessage("Restore to album"),
"restoringFiles":
MessageLookupByLibrary.simpleMessage("Restoring files..."),
2023-04-06 04:42:07 +00:00
"retry": MessageLookupByLibrary.simpleMessage("Retry"),
"safelyStored": MessageLookupByLibrary.simpleMessage("Safely stored"),
2023-04-04 20:21:40 +00:00
"saveKey": MessageLookupByLibrary.simpleMessage("Save key"),
"saveYourRecoveryKeyIfYouHaventAlready":
MessageLookupByLibrary.simpleMessage(
"Save your recovery key if you haven\'t already"),
"scanCode": MessageLookupByLibrary.simpleMessage("Scan code"),
"scanThisBarcodeWithnyourAuthenticatorApp":
MessageLookupByLibrary.simpleMessage(
"Scan this barcode with\nyour authenticator app"),
2023-04-07 04:27:53 +00:00
"searchByAlbumNameHint":
MessageLookupByLibrary.simpleMessage("Album name"),
2023-04-07 05:27:06 +00:00
"searchByExamples": MessageLookupByLibrary.simpleMessage(
"• Album names (e.g. \"Camera\")\n• Types of files (e.g. \"Videos\", \".gif\")\n• Years and months (e.g. \"2022\", \"January\")\n• Holidays (e.g. \"Christmas\")\n• Photo descriptions (e.g. “#fun”)"),
"searchHintText": MessageLookupByLibrary.simpleMessage(
"Albums, months, days, years, ..."),
"security": MessageLookupByLibrary.simpleMessage("Security"),
2023-04-07 04:27:53 +00:00
"selectAlbum": MessageLookupByLibrary.simpleMessage("Select album"),
"selectAll": MessageLookupByLibrary.simpleMessage("Select all"),
"selectFoldersForBackup":
MessageLookupByLibrary.simpleMessage("Select folders for backup"),
"selectReason": MessageLookupByLibrary.simpleMessage("Select reason"),
"selectYourPlan":
MessageLookupByLibrary.simpleMessage("Select your plan"),
"selectedFoldersWillBeEncryptedAndBackedUp":
MessageLookupByLibrary.simpleMessage(
"Selected folders will be encrypted and backed up"),
2023-04-07 05:41:42 +00:00
"selectedPhotos": m29,
"selectedPhotosWithYours": m30,
"send": MessageLookupByLibrary.simpleMessage("Send"),
"sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
2023-04-05 05:17:14 +00:00
"sendInvite": MessageLookupByLibrary.simpleMessage("Send invite"),
2023-04-05 04:30:41 +00:00
"sendLink": MessageLookupByLibrary.simpleMessage("Send link"),
2023-04-06 08:59:52 +00:00
"sessionExpired":
MessageLookupByLibrary.simpleMessage("Session expired"),
2023-04-05 03:25:35 +00:00
"setAPassword": MessageLookupByLibrary.simpleMessage("Set a password"),
2023-04-07 05:41:42 +00:00
"setAs": MessageLookupByLibrary.simpleMessage("Set as"),
"setPasswordTitle":
MessageLookupByLibrary.simpleMessage("Set password"),
2023-04-04 20:21:40 +00:00
"setupComplete": MessageLookupByLibrary.simpleMessage("Setup complete"),
2023-04-07 04:27:53 +00:00
"share": MessageLookupByLibrary.simpleMessage("Share"),
2023-04-05 04:30:41 +00:00
"shareALink": MessageLookupByLibrary.simpleMessage("Share a link"),
2023-04-07 04:57:54 +00:00
"shareAlbumHint": MessageLookupByLibrary.simpleMessage(
"Open an album and tap the share button on the top right to share."),
"shareAnAlbumNow":
MessageLookupByLibrary.simpleMessage("Share an album now"),
"shareLink": MessageLookupByLibrary.simpleMessage("Share link"),
2023-04-07 05:41:42 +00:00
"shareMyVerificationID": m31,
"shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
"Share only with the people you want"),
2023-04-07 05:41:42 +00:00
"shareTextConfirmOthersVerificationID": m32,
2023-04-05 05:17:14 +00:00
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
2023-04-05 09:50:48 +00:00
"Download ente so we can easily share original quality photos and videos\n\nhttps://ente.io/#download"),
2023-04-07 05:41:42 +00:00
"shareTextReferralCode": m33,
2023-04-05 04:30:41 +00:00
"shareWithNonenteUsers":
MessageLookupByLibrary.simpleMessage("Share with non-ente users"),
2023-04-07 05:41:42 +00:00
"shareWithPeopleSectionTitle": m34,
2023-04-07 04:57:54 +00:00
"shareYourFirstAlbum":
MessageLookupByLibrary.simpleMessage("Share your first album"),
2023-04-05 04:30:41 +00:00
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
"Create shared and collaborative albums with other ente users, including users on free plans."),
2023-04-07 04:57:54 +00:00
"sharedByMe": MessageLookupByLibrary.simpleMessage("Shared by me"),
2023-04-07 05:41:42 +00:00
"sharedWith": m35,
2023-04-07 04:57:54 +00:00
"sharedWithMe": MessageLookupByLibrary.simpleMessage("Shared with me"),
2023-04-05 09:50:48 +00:00
"sharing": MessageLookupByLibrary.simpleMessage("Sharing..."),
2023-04-07 05:41:42 +00:00
"singleFileDeleteFromDevice": m36,
2023-04-06 04:03:32 +00:00
"singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
"It will be deleted from all albums."),
2023-04-07 05:41:42 +00:00
"singleFileInBothLocalAndRemote": m37,
"singleFileInRemoteOnly": m38,
"skip": MessageLookupByLibrary.simpleMessage("Skip"),
"social": MessageLookupByLibrary.simpleMessage("Social"),
2023-04-05 04:30:41 +00:00
"someoneSharingAlbumsWithYouShouldSeeTheSameId":
MessageLookupByLibrary.simpleMessage(
"Someone sharing albums with you should see the same ID on their device."),
2023-04-05 05:17:14 +00:00
"somethingWentWrong":
MessageLookupByLibrary.simpleMessage("Something went wrong"),
2023-04-04 16:56:36 +00:00
"somethingWentWrongPleaseTryAgain":
MessageLookupByLibrary.simpleMessage(
"Something went wrong, please try again"),
2023-04-04 17:02:16 +00:00
"sorry": MessageLookupByLibrary.simpleMessage("Sorry"),
2023-04-05 07:50:02 +00:00
"sorryCouldNotAddToFavorites": MessageLookupByLibrary.simpleMessage(
"Sorry, could not add to favorites!"),
"sorryCouldNotRemoveFromFavorites":
MessageLookupByLibrary.simpleMessage(
"Sorry, could not remove from favorites!"),
"sorryWeCouldNotGenerateSecureKeysOnThisDevicennplease":
MessageLookupByLibrary.simpleMessage(
"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"),
2023-04-07 05:41:42 +00:00
"storageInGB": m39,
"storageLimitExceeded":
MessageLookupByLibrary.simpleMessage("Storage limit exceeded"),
"strongStrength": MessageLookupByLibrary.simpleMessage("Strong"),
2023-04-07 05:41:42 +00:00
"subAlreadyLinkedErrMessage": m40,
"subWillBeCancelledOn": m41,
2023-04-05 07:50:02 +00:00
"subscribe": MessageLookupByLibrary.simpleMessage("Subscribe"),
"subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
"Looks like your subscription has expired. Please subscribe to enable sharing."),
"subscription": MessageLookupByLibrary.simpleMessage("Subscription"),
"success": MessageLookupByLibrary.simpleMessage("Success"),
"suggestFeatures":
MessageLookupByLibrary.simpleMessage("Suggest features"),
"support": MessageLookupByLibrary.simpleMessage("Support"),
"systemTheme": MessageLookupByLibrary.simpleMessage("System"),
2023-04-04 20:21:40 +00:00
"tapToCopy": MessageLookupByLibrary.simpleMessage("tap to copy"),
"tapToEnterCode":
MessageLookupByLibrary.simpleMessage("Tap to enter code"),
2023-04-04 16:56:36 +00:00
"terminate": MessageLookupByLibrary.simpleMessage("Terminate"),
"terminateSession":
MessageLookupByLibrary.simpleMessage("Terminate session?"),
"terms": MessageLookupByLibrary.simpleMessage("Terms"),
2023-04-04 19:05:53 +00:00
"termsAgreePart1":
2023-04-04 19:09:22 +00:00
MessageLookupByLibrary.simpleMessage("I agree to the "),
2023-04-04 19:05:53 +00:00
"termsOfService":
MessageLookupByLibrary.simpleMessage("terms of service"),
"termsOfServicesTitle": MessageLookupByLibrary.simpleMessage("Terms"),
2023-04-06 08:39:34 +00:00
"thankYou": MessageLookupByLibrary.simpleMessage("Thank you"),
"thankYouForSubscribing":
MessageLookupByLibrary.simpleMessage("Thank you for subscribing!"),
2023-04-06 04:42:07 +00:00
"theDownloadCouldNotBeCompleted": MessageLookupByLibrary.simpleMessage(
"The download could not be completed"),
"theme": MessageLookupByLibrary.simpleMessage("Theme"),
2023-04-07 05:41:42 +00:00
"theyAlsoGetXGb": m42,
2023-04-07 04:57:54 +00:00
"thisAlbumAlreadyHDACollaborativeLink":
2023-04-07 04:27:53 +00:00
MessageLookupByLibrary.simpleMessage(
"This album already has a collaborative link"),
2023-04-04 20:21:40 +00:00
"thisCanBeUsedToRecoverYourAccountIfYou":
MessageLookupByLibrary.simpleMessage(
"This can be used to recover your account if you lose your second factor"),
2023-04-04 16:56:36 +00:00
"thisDevice": MessageLookupByLibrary.simpleMessage("This device"),
2023-04-07 05:41:42 +00:00
"thisImageHasNoExifData":
MessageLookupByLibrary.simpleMessage("This image has no exif data"),
"thisIsPersonVerificationId": m43,
2023-04-05 04:30:41 +00:00
"thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
"This is your Verification ID"),
2023-04-04 16:56:36 +00:00
"thisWillLogYouOutOfTheFollowingDevice":
MessageLookupByLibrary.simpleMessage(
"This will log you out of the following device:"),
"thisWillLogYouOutOfThisDevice": MessageLookupByLibrary.simpleMessage(
"This will log you out of this device!"),
2023-04-07 05:27:06 +00:00
"toHideAPhotoOrVideo":
MessageLookupByLibrary.simpleMessage("To hide a photo or video"),
"total": MessageLookupByLibrary.simpleMessage("total"),
2023-04-05 09:50:48 +00:00
"trash": MessageLookupByLibrary.simpleMessage("Trash"),
2023-04-04 20:21:40 +00:00
"tryAgain": MessageLookupByLibrary.simpleMessage("Try again"),
2023-04-07 05:06:43 +00:00
"turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
"Turn on backup to automatically upload files added to this device folder to ente."),
"twitter": MessageLookupByLibrary.simpleMessage("Twitter"),
"twoMonthsFreeOnYearlyPlans": MessageLookupByLibrary.simpleMessage(
"2 months free on yearly plans"),
"twofactor": MessageLookupByLibrary.simpleMessage("Two-factor"),
2023-04-04 20:21:40 +00:00
"twofactorAuthenticationPageTitle":
MessageLookupByLibrary.simpleMessage("Two-factor authentication"),
"twofactorSetup":
MessageLookupByLibrary.simpleMessage("Two-factor setup"),
"unarchive": MessageLookupByLibrary.simpleMessage("Unarchive"),
2023-04-07 05:27:06 +00:00
"unarchiveAlbum":
MessageLookupByLibrary.simpleMessage("Unarchive album"),
2023-04-05 09:50:48 +00:00
"uncategorized": MessageLookupByLibrary.simpleMessage("Uncategorized"),
"unhide": MessageLookupByLibrary.simpleMessage("Unhide"),
2023-04-07 04:27:53 +00:00
"unhideToAlbum":
MessageLookupByLibrary.simpleMessage("Unhide to album"),
"unhidingFilesToAlbum":
MessageLookupByLibrary.simpleMessage("Unhiding files to album"),
"unselectAll": MessageLookupByLibrary.simpleMessage("Unselect all"),
2023-04-06 04:42:07 +00:00
"update": MessageLookupByLibrary.simpleMessage("Update"),
"updateAvailable":
MessageLookupByLibrary.simpleMessage("Update available"),
"updatingFolderSelection": MessageLookupByLibrary.simpleMessage(
"Updating folder selection..."),
"upgrade": MessageLookupByLibrary.simpleMessage("Upgrade"),
2023-04-07 04:27:53 +00:00
"uploadingFilesToAlbum":
MessageLookupByLibrary.simpleMessage("Uploading files to album..."),
"usableReferralStorageInfo": MessageLookupByLibrary.simpleMessage(
"Usable storage is limited by your current plan. Excess claimed storage will automatically become usable when you upgrade your plan."),
"usePublicLinksForPeopleNotOnEnte":
MessageLookupByLibrary.simpleMessage(
"Use public links for people not on ente"),
2023-04-04 20:21:40 +00:00
"useRecoveryKey":
MessageLookupByLibrary.simpleMessage("Use recovery key"),
2023-04-05 04:30:41 +00:00
"verificationId":
MessageLookupByLibrary.simpleMessage("Verification ID"),
"verify": MessageLookupByLibrary.simpleMessage("Verify"),
"verifyEmail": MessageLookupByLibrary.simpleMessage("Verify email"),
2023-04-07 05:41:42 +00:00
"verifyEmailID": m44,
2023-04-04 20:21:40 +00:00
"verifyPassword":
MessageLookupByLibrary.simpleMessage("Verify password"),
"verifyingRecoveryKey":
MessageLookupByLibrary.simpleMessage("Verifying recovery key..."),
2023-04-06 04:03:32 +00:00
"videoSmallCase": MessageLookupByLibrary.simpleMessage("video"),
"viewActiveSessions":
MessageLookupByLibrary.simpleMessage("View active sessions"),
2023-04-07 05:41:42 +00:00
"viewAllExifData":
MessageLookupByLibrary.simpleMessage("View all EXIF data"),
2023-04-04 20:21:40 +00:00
"viewRecoveryKey":
MessageLookupByLibrary.simpleMessage("View recovery key"),
2023-04-05 01:06:58 +00:00
"viewer": MessageLookupByLibrary.simpleMessage("Viewer"),
"visitWebToManage": MessageLookupByLibrary.simpleMessage(
"Please visit web.ente.io to manage your subscription"),
"weAreOpenSource":
MessageLookupByLibrary.simpleMessage("We are open source!"),
2023-04-07 05:41:42 +00:00
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
MessageLookupByLibrary.simpleMessage(
"We don\'t support editing photos and albums that you don\'t own yet"),
"weakStrength": MessageLookupByLibrary.simpleMessage("Weak"),
2023-04-04 20:21:40 +00:00
"welcomeBack": MessageLookupByLibrary.simpleMessage("Welcome back!"),
"weveSentAMailTo":
MessageLookupByLibrary.simpleMessage("We\'ve sent a mail to"),
"yearly": MessageLookupByLibrary.simpleMessage("Yearly"),
2023-04-07 05:41:42 +00:00
"yearsAgo": m45,
"yes": MessageLookupByLibrary.simpleMessage("Yes"),
"yesCancel": MessageLookupByLibrary.simpleMessage("Yes, cancel"),
"yesConvertToViewer":
MessageLookupByLibrary.simpleMessage("Yes, convert to viewer"),
2023-04-06 04:03:32 +00:00
"yesDelete": MessageLookupByLibrary.simpleMessage("Yes, delete"),
2023-04-06 04:42:07 +00:00
"yesLogout": MessageLookupByLibrary.simpleMessage("Yes, logout"),
2023-04-05 09:50:48 +00:00
"yesRemove": MessageLookupByLibrary.simpleMessage("Yes, remove"),
"yesRenew": MessageLookupByLibrary.simpleMessage("Yes, Renew"),
2023-04-05 01:06:58 +00:00
"you": MessageLookupByLibrary.simpleMessage("You"),
2023-04-06 08:39:34 +00:00
"youAreOnAFamilyPlan":
MessageLookupByLibrary.simpleMessage("You are on a family plan!"),
"youAreOnTheLatestVersion": MessageLookupByLibrary.simpleMessage(
"You are on the latest version"),
2023-04-05 07:03:45 +00:00
"youCanAtMaxDoubleYourStorage": MessageLookupByLibrary.simpleMessage(
"* You can at max double your storage"),
"youCanManageYourLinksInTheShareTab":
MessageLookupByLibrary.simpleMessage(
"You can manage your links in the share tab."),
2023-04-07 05:27:06 +00:00
"youCanTrySearchingForADifferentQuery":
MessageLookupByLibrary.simpleMessage(
"You can try searching for a different query."),
"youCannotDowngradeToThisPlan": MessageLookupByLibrary.simpleMessage(
"You cannot downgrade to this plan"),
2023-04-05 09:50:48 +00:00
"youCannotShareWithYourself": MessageLookupByLibrary.simpleMessage(
"You cannot share with yourself"),
2023-04-07 05:06:43 +00:00
"youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
"You don\'t have any archived items."),
2023-04-07 05:41:42 +00:00
"youHaveSuccessfullyFreedUp": m46,
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
"Your account has been deleted"),
"yourPlanWasSuccessfullyDowngraded":
MessageLookupByLibrary.simpleMessage(
"Your plan was successfully downgraded"),
"yourPlanWasSuccessfullyUpgraded": MessageLookupByLibrary.simpleMessage(
"Your plan was successfully upgraded"),
2023-04-06 08:39:34 +00:00
"yourPurchaseWasSuccessful": MessageLookupByLibrary.simpleMessage(
"Your purchase was successful"),
"yourStorageDetailsCouldNotBeFetched":
MessageLookupByLibrary.simpleMessage(
"Your storage details could not be fetched"),
"yourSubscriptionHasExpired": MessageLookupByLibrary.simpleMessage(
"Your subscription has expired"),
2023-04-06 08:39:34 +00:00
"yourSubscriptionWasUpdatedSuccessfully":
MessageLookupByLibrary.simpleMessage(
"Your subscription was updated successfully"),
"youveNoDuplicateFilesThatCanBeCleared":
MessageLookupByLibrary.simpleMessage(
2023-04-07 05:06:43 +00:00
"You\'ve no duplicate files that can be cleared"),
"youveNoFilesInThisAlbumThatCanBeDeleted":
MessageLookupByLibrary.simpleMessage(
"You\'ve no files in this album that can be deleted")
2023-03-21 03:28:13 +00:00
};
}