messages_en.dart 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808
  1. // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
  2. // This is a library that provides messages for a en locale. All the
  3. // messages from the main program should be duplicated here with the same
  4. // function name.
  5. // Ignore issues from commonly used lints in this file.
  6. // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
  7. // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
  8. // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
  9. // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
  10. // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
  11. import 'package:intl/intl.dart';
  12. import 'package:intl/message_lookup_by_library.dart';
  13. final messages = new MessageLookup();
  14. typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
  15. class MessageLookup extends MessageLookupByLibrary {
  16. String get localeName => 'en';
  17. static String m0(paymentProvider) =>
  18. "Please cancel your existing subscription from ${paymentProvider} first";
  19. static String m1(user) =>
  20. "${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";
  21. static String m2(isFamilyMember, storageAmountInGb) =>
  22. "${Intl.select(isFamilyMember, {
  23. 'true': 'Your family has claimed ${storageAmountInGb} Gb so far',
  24. 'false': 'You have claimed ${storageAmountInGb} Gb so far',
  25. 'other': 'You have claimed ${storageAmountInGb} Gb so far!',
  26. })}";
  27. static String m3(provider) =>
  28. "Please contact us at support@ente.io to manage your ${provider} subscription.";
  29. static String m4(albumName) =>
  30. "This will remove the public link for accessing \"${albumName}\".";
  31. static String m5(supportEmail) =>
  32. "Please drop an email to ${supportEmail} from your registered email address";
  33. static String m6(count, storageSaved) =>
  34. "Your have cleaned up ${Intl.plural(count, one: '${count} duplicate file', other: '${count} duplicate files')}, saving (${storageSaved}!)";
  35. static String m7(email) =>
  36. "${email} does not have an ente account.\n\nSend them an invite to share photos.";
  37. static String m8(storageAmountInGB) =>
  38. "${storageAmountInGB} GB each time someone signs up for a paid plan and applies your code";
  39. static String m9(endDate) => "Free trial valid till ${endDate}";
  40. static String m10(count) =>
  41. "${Intl.plural(count, one: '${count} item', other: '${count} items')}";
  42. static String m11(expiryTime) => "Link will expire on ${expiryTime}";
  43. static String m12(maxValue) =>
  44. "When set to the maximum (${maxValue}), the device limit will be relaxed to allow for temporary spikes of large number of viewers.";
  45. static String m13(count) =>
  46. "${Intl.plural(count, zero: 'no memories', one: '${count} memory', other: '${count} memories')}";
  47. static String m14(passwordStrengthValue) =>
  48. "Password strength: ${passwordStrengthValue}";
  49. static String m15(providerName) =>
  50. "Please talk to ${providerName} support if you were charged";
  51. static String m16(reason) =>
  52. "Unfortunately your payment failed due to ${reason}";
  53. static String m17(storeName) => "Rate us on ${storeName}";
  54. static String m18(storageInGB) =>
  55. "3. Both of you get ${storageInGB} GB* free";
  56. static String m19(userEmail) =>
  57. "${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
  58. static String m20(endDate) => "Renews on ${endDate}";
  59. static String m21(count) => "${count} selected";
  60. static String m22(count, yourCount) =>
  61. "${count} selected (${yourCount} yours)";
  62. static String m23(verificationID) =>
  63. "Here\'s my verification ID: ${verificationID} for ente.io.";
  64. static String m24(verificationID) =>
  65. "Hey, can you confirm that this is your ente.io verification ID: ${verificationID}";
  66. static String m25(referralCode, referralStorageInGB) =>
  67. "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";
  68. static String m26(numberOfPeople) =>
  69. "${Intl.plural(numberOfPeople, zero: 'Share with specific people', one: 'Shared with 1 person', other: 'Shared with ${numberOfPeople} people')}";
  70. static String m27(fileType) =>
  71. "This ${fileType} will be deleted from your device.";
  72. static String m28(fileType) =>
  73. "This ${fileType} is in both ente and your device.";
  74. static String m29(fileType) => "This ${fileType} will be deleted from ente.";
  75. static String m30(storageAmountInGB) => "${storageAmountInGB} GB";
  76. static String m31(id) =>
  77. "Your ${id} is already linked to another ente account.\nIf you would like to use your ${id} with this account, please contact our support\'\'";
  78. static String m32(endDate) =>
  79. "Your subscription will be cancelled on ${endDate}";
  80. static String m33(storageAmountInGB) =>
  81. "They also get ${storageAmountInGB} GB";
  82. static String m34(email) => "This is ${email}\'s Verification ID";
  83. static String m35(email) => "Verify ${email}";
  84. static String m36(storageSaved) =>
  85. "You have successfully freed up ${storageSaved}!";
  86. final messages = _notInlinedMessages(_notInlinedMessages);
  87. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  88. "aNewVersionOfEnteIsAvailable": MessageLookupByLibrary.simpleMessage(
  89. "A new version of ente is available."),
  90. "about": MessageLookupByLibrary.simpleMessage("About"),
  91. "account": MessageLookupByLibrary.simpleMessage("Account"),
  92. "accountWelcomeBack":
  93. MessageLookupByLibrary.simpleMessage("Welcome back!"),
  94. "ackPasswordLostWarningPart1": MessageLookupByLibrary.simpleMessage(
  95. "I understand that if I lose my password, I may lose my data since my data is "),
  96. "ackPasswordLostWarningPart2":
  97. MessageLookupByLibrary.simpleMessage(" with ente"),
  98. "activeSessions":
  99. MessageLookupByLibrary.simpleMessage("Active sessions"),
  100. "addANewEmail": MessageLookupByLibrary.simpleMessage("Add a new email"),
  101. "addCollaborator":
  102. MessageLookupByLibrary.simpleMessage("Add collaborator"),
  103. "addMore": MessageLookupByLibrary.simpleMessage("Add more"),
  104. "addViewer": MessageLookupByLibrary.simpleMessage("Add viewer"),
  105. "addedAs": MessageLookupByLibrary.simpleMessage("Added as"),
  106. "addingToFavorites":
  107. MessageLookupByLibrary.simpleMessage("Adding to favorites..."),
  108. "advanced": MessageLookupByLibrary.simpleMessage("Advanced"),
  109. "advancedSettings": MessageLookupByLibrary.simpleMessage("Advanced"),
  110. "after1Day": MessageLookupByLibrary.simpleMessage("After 1 day"),
  111. "after1Hour": MessageLookupByLibrary.simpleMessage("After 1 hour"),
  112. "after1Month": MessageLookupByLibrary.simpleMessage("After 1 month"),
  113. "after1Week": MessageLookupByLibrary.simpleMessage("After 1 week"),
  114. "after1Year": MessageLookupByLibrary.simpleMessage("After 1 year"),
  115. "albumOwner": MessageLookupByLibrary.simpleMessage("Owner"),
  116. "albumUpdated": MessageLookupByLibrary.simpleMessage("Album updated"),
  117. "albums": MessageLookupByLibrary.simpleMessage("Albums"),
  118. "allClear": MessageLookupByLibrary.simpleMessage("✨ All clear"),
  119. "allowAddPhotosDescription": MessageLookupByLibrary.simpleMessage(
  120. "Allow people with the link to also add photos to the shared album."),
  121. "allowAddingPhotos":
  122. MessageLookupByLibrary.simpleMessage("Allow adding photos"),
  123. "allowDownloads":
  124. MessageLookupByLibrary.simpleMessage("Allow downloads"),
  125. "and": MessageLookupByLibrary.simpleMessage("and"),
  126. "appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
  127. "apply": MessageLookupByLibrary.simpleMessage("Apply"),
  128. "applyCodeTitle": MessageLookupByLibrary.simpleMessage("Apply code"),
  129. "appstoreSubscription":
  130. MessageLookupByLibrary.simpleMessage("AppStore subscription"),
  131. "archive": MessageLookupByLibrary.simpleMessage("Archive"),
  132. "areYouSureThatYouWantToLeaveTheFamily":
  133. MessageLookupByLibrary.simpleMessage(
  134. "Are you sure that you want to leave the family plan?"),
  135. "areYouSureYouWantToCancel": MessageLookupByLibrary.simpleMessage(
  136. "Are you sure you want to cancel?"),
  137. "areYouSureYouWantToChangeYourPlan":
  138. MessageLookupByLibrary.simpleMessage(
  139. "Are you sure you want to change your plan?"),
  140. "areYouSureYouWantToExit": MessageLookupByLibrary.simpleMessage(
  141. "Are you sure you want to exit?"),
  142. "areYouSureYouWantToLogout": MessageLookupByLibrary.simpleMessage(
  143. "Are you sure you want to logout?"),
  144. "areYouSureYouWantToRenew": MessageLookupByLibrary.simpleMessage(
  145. "Are you sure you want to renew?"),
  146. "askCancelReason": MessageLookupByLibrary.simpleMessage(
  147. "Your subscription was cancelled. Would you like to share the reason?"),
  148. "askDeleteReason": MessageLookupByLibrary.simpleMessage(
  149. "What is the main reason you are deleting your account?"),
  150. "authToChangeLockscreenSetting": MessageLookupByLibrary.simpleMessage(
  151. "Please authenticate to change lockscreen setting"),
  152. "authToChangeYourEmail": MessageLookupByLibrary.simpleMessage(
  153. "Please authenticate to change your email"),
  154. "authToChangeYourPassword": MessageLookupByLibrary.simpleMessage(
  155. "Please authenticate to change your password"),
  156. "authToConfigureTwofactorAuthentication":
  157. MessageLookupByLibrary.simpleMessage(
  158. "Please authenticate to configure two-factor authentication"),
  159. "authToInitiateAccountDeletion": MessageLookupByLibrary.simpleMessage(
  160. "Please authenticate to initiate account deletion"),
  161. "authToViewYourActiveSessions": MessageLookupByLibrary.simpleMessage(
  162. "Please authenticate to view your active sessions"),
  163. "authToViewYourHiddenFiles": MessageLookupByLibrary.simpleMessage(
  164. "Please authenticate to view your hidden files"),
  165. "authToViewYourRecoveryKey": MessageLookupByLibrary.simpleMessage(
  166. "Please authenticate to view your recovery key"),
  167. "backedUpFolders":
  168. MessageLookupByLibrary.simpleMessage("Backed up folders"),
  169. "backup": MessageLookupByLibrary.simpleMessage("Backup"),
  170. "backupOverMobileData":
  171. MessageLookupByLibrary.simpleMessage("Backup over mobile data"),
  172. "backupSettings":
  173. MessageLookupByLibrary.simpleMessage("Backup settings"),
  174. "backupVideos": MessageLookupByLibrary.simpleMessage("Backup videos"),
  175. "blog": MessageLookupByLibrary.simpleMessage("Blog"),
  176. "byClickingLogInIAgreeToThe": MessageLookupByLibrary.simpleMessage(
  177. "By clicking log in, I agree to the"),
  178. "canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
  179. "Can only remove files owned by you"),
  180. "cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
  181. "cancelOtherSubscription": m0,
  182. "cancelSubscription":
  183. MessageLookupByLibrary.simpleMessage("Cancel subscription"),
  184. "cannotAddMorePhotosAfterBecomingViewer": m1,
  185. "changeEmail": MessageLookupByLibrary.simpleMessage("Change email"),
  186. "changePassword":
  187. MessageLookupByLibrary.simpleMessage("Change password"),
  188. "changePasswordTitle":
  189. MessageLookupByLibrary.simpleMessage("Change password"),
  190. "changePermissions":
  191. MessageLookupByLibrary.simpleMessage("Change permissions?"),
  192. "checkForUpdates":
  193. MessageLookupByLibrary.simpleMessage("Check for updates"),
  194. "checkInboxAndSpamFolder": MessageLookupByLibrary.simpleMessage(
  195. "Please check your inbox (and spam) to complete verification"),
  196. "checking": MessageLookupByLibrary.simpleMessage("Checking..."),
  197. "claimFreeStorage":
  198. MessageLookupByLibrary.simpleMessage("Claim free storage"),
  199. "claimMore": MessageLookupByLibrary.simpleMessage("Claim more!"),
  200. "claimed": MessageLookupByLibrary.simpleMessage("Claimed"),
  201. "claimedStorageSoFar": m2,
  202. "codeAppliedPageTitle":
  203. MessageLookupByLibrary.simpleMessage("Code applied"),
  204. "codeCopiedToClipboard":
  205. MessageLookupByLibrary.simpleMessage("Code copied to clipboard"),
  206. "codeUsedByYou":
  207. MessageLookupByLibrary.simpleMessage("Code used by you"),
  208. "collabLinkSectionDescription": MessageLookupByLibrary.simpleMessage(
  209. "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."),
  210. "collaborativeLink":
  211. MessageLookupByLibrary.simpleMessage("Collaborative link"),
  212. "collaborator": MessageLookupByLibrary.simpleMessage("Collaborator"),
  213. "collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
  214. MessageLookupByLibrary.simpleMessage(
  215. "Collaborators can add photos and videos to the shared album."),
  216. "collectPhotos": MessageLookupByLibrary.simpleMessage("Collect photos"),
  217. "confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
  218. "confirm2FADisable": MessageLookupByLibrary.simpleMessage(
  219. "Are you sure you want to disable two-factor authentication?"),
  220. "confirmAccountDeletion":
  221. MessageLookupByLibrary.simpleMessage("Confirm Account Deletion"),
  222. "confirmDeletePrompt": MessageLookupByLibrary.simpleMessage(
  223. "Yes, I want to permanently delete this account and all its data."),
  224. "confirmPassword":
  225. MessageLookupByLibrary.simpleMessage("Confirm password"),
  226. "confirmPlanChange":
  227. MessageLookupByLibrary.simpleMessage("Confirm plan change"),
  228. "confirmRecoveryKey":
  229. MessageLookupByLibrary.simpleMessage("Confirm recovery key"),
  230. "confirmYourRecoveryKey":
  231. MessageLookupByLibrary.simpleMessage("Confirm your recovery key"),
  232. "contactFamilyAdminPart1":
  233. MessageLookupByLibrary.simpleMessage("Please contact"),
  234. "contactFamilyAdminPart2":
  235. MessageLookupByLibrary.simpleMessage("to manage your subscription"),
  236. "contactSupport":
  237. MessageLookupByLibrary.simpleMessage("Contact support"),
  238. "contactToManageSubscription": m3,
  239. "continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
  240. "continueOnFreeTrial":
  241. MessageLookupByLibrary.simpleMessage("Continue on free trial"),
  242. "copyLink": MessageLookupByLibrary.simpleMessage("Copy link"),
  243. "copypasteThisCodentoYourAuthenticatorApp":
  244. MessageLookupByLibrary.simpleMessage(
  245. "Copy-paste this code\nto your authenticator app"),
  246. "couldNotUpdateSubscription": MessageLookupByLibrary.simpleMessage(
  247. "Could not update subscription"),
  248. "createAccount": MessageLookupByLibrary.simpleMessage("Create account"),
  249. "createAlbumActionHint": MessageLookupByLibrary.simpleMessage(
  250. "Long press to select photos and click + to create an album"),
  251. "createNewAccount":
  252. MessageLookupByLibrary.simpleMessage("Create new account"),
  253. "createPublicLink":
  254. MessageLookupByLibrary.simpleMessage("Create public link"),
  255. "creatingLink":
  256. MessageLookupByLibrary.simpleMessage("Creating link..."),
  257. "criticalUpdateAvailable":
  258. MessageLookupByLibrary.simpleMessage("Critical update available"),
  259. "currentUsageIs":
  260. MessageLookupByLibrary.simpleMessage("Current usage is "),
  261. "custom": MessageLookupByLibrary.simpleMessage("Custom"),
  262. "darkTheme": MessageLookupByLibrary.simpleMessage("Dark"),
  263. "decrypting": MessageLookupByLibrary.simpleMessage("Decrypting..."),
  264. "deleteAccount": MessageLookupByLibrary.simpleMessage("Delete account"),
  265. "deleteAccountFeedbackPrompt": MessageLookupByLibrary.simpleMessage(
  266. "We are sorry to see you go. Please share your feedback to help us improve."),
  267. "deleteAccountPermanentlyButton":
  268. MessageLookupByLibrary.simpleMessage("Delete Account Permanently"),
  269. "deleteAlbum": MessageLookupByLibrary.simpleMessage("Delete album"),
  270. "deleteAlbumDialogPart1": MessageLookupByLibrary.simpleMessage(
  271. "Also delete the photos (and videos) present in this album from "),
  272. "deleteAlbumDialogPart2Bold":
  273. MessageLookupByLibrary.simpleMessage("all"),
  274. "deleteAlbumDialogPart3": MessageLookupByLibrary.simpleMessage(
  275. " other albums they are part of?"),
  276. "deleteConfirmDialogBody": MessageLookupByLibrary.simpleMessage(
  277. "You are about to permanently delete your account and all its data.\nThis action is irreversible."),
  278. "deleteFromBoth":
  279. MessageLookupByLibrary.simpleMessage("Delete from both"),
  280. "deleteFromDevice":
  281. MessageLookupByLibrary.simpleMessage("Delete from device"),
  282. "deleteFromEnte":
  283. MessageLookupByLibrary.simpleMessage("Delete from ente"),
  284. "deletePhotos": MessageLookupByLibrary.simpleMessage("Delete photos"),
  285. "deleteReason1": MessageLookupByLibrary.simpleMessage(
  286. "It’s missing a key feature that I need"),
  287. "deleteReason2": MessageLookupByLibrary.simpleMessage(
  288. "The app or a certain feature does not \nbehave as I think it should"),
  289. "deleteReason3": MessageLookupByLibrary.simpleMessage(
  290. "I found another service that I like better"),
  291. "deleteReason4":
  292. MessageLookupByLibrary.simpleMessage("My reason isn’t listed"),
  293. "deleteRequestSLAText": MessageLookupByLibrary.simpleMessage(
  294. "Your request will be processed within 72 hours."),
  295. "deleteSharedAlbum":
  296. MessageLookupByLibrary.simpleMessage("Delete shared album?"),
  297. "deleteSharedAlbumDialogBody": MessageLookupByLibrary.simpleMessage(
  298. "The album will be deleted for everyone\n\nYou will lose access to shared photos in this album that are owned by others"),
  299. "details": MessageLookupByLibrary.simpleMessage("Details"),
  300. "deviceLockExplanation": MessageLookupByLibrary.simpleMessage(
  301. "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."),
  302. "disableAutoLock":
  303. MessageLookupByLibrary.simpleMessage("Disable auto lock"),
  304. "disableDownloadWarningBody": MessageLookupByLibrary.simpleMessage(
  305. "Viewers can still take screenshots or save a copy of your photos using external tools"),
  306. "disableDownloadWarningTitle":
  307. MessageLookupByLibrary.simpleMessage("Please note"),
  308. "disableLinkMessage": m4,
  309. "disableTwofactor":
  310. MessageLookupByLibrary.simpleMessage("Disable two-factor"),
  311. "discord": MessageLookupByLibrary.simpleMessage("Discord"),
  312. "doThisLater": MessageLookupByLibrary.simpleMessage("Do this later"),
  313. "done": MessageLookupByLibrary.simpleMessage("Done"),
  314. "downloading": MessageLookupByLibrary.simpleMessage("Downloading..."),
  315. "dropSupportEmail": m5,
  316. "duplicateFileCountWithStorageSaved": m6,
  317. "eligible": MessageLookupByLibrary.simpleMessage("eligible"),
  318. "email": MessageLookupByLibrary.simpleMessage("Email"),
  319. "emailNoEnteAccount": m7,
  320. "encryption": MessageLookupByLibrary.simpleMessage("Encryption"),
  321. "encryptionKeys":
  322. MessageLookupByLibrary.simpleMessage("Encryption keys"),
  323. "endToEndEncrypted":
  324. MessageLookupByLibrary.simpleMessage("end-to-end encrypted"),
  325. "enteSubscriptionPitch": MessageLookupByLibrary.simpleMessage(
  326. "ente preserves your memories, so they\'re always available to you, even if you lose your device."),
  327. "enteSubscriptionShareWithFamily": MessageLookupByLibrary.simpleMessage(
  328. "Your family can be added to your plan as well."),
  329. "enterCode": MessageLookupByLibrary.simpleMessage("Enter code"),
  330. "enterCodeDescription": MessageLookupByLibrary.simpleMessage(
  331. "Enter the code provided by your friend to claim free storage for both of you"),
  332. "enterEmail": MessageLookupByLibrary.simpleMessage("Enter email"),
  333. "enterNewPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
  334. "Enter a new password we can use to encrypt your data"),
  335. "enterPassword": MessageLookupByLibrary.simpleMessage("Enter password"),
  336. "enterPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
  337. "Enter a password we can use to encrypt your data"),
  338. "enterReferralCode":
  339. MessageLookupByLibrary.simpleMessage("Enter referral code"),
  340. "enterThe6digitCodeFromnyourAuthenticatorApp":
  341. MessageLookupByLibrary.simpleMessage(
  342. "Enter the 6-digit code from\nyour authenticator app"),
  343. "enterValidEmail": MessageLookupByLibrary.simpleMessage(
  344. "Please enter a valid email address."),
  345. "enterYourEmailAddress":
  346. MessageLookupByLibrary.simpleMessage("Enter your email address"),
  347. "enterYourPassword":
  348. MessageLookupByLibrary.simpleMessage("Enter your password"),
  349. "enterYourRecoveryKey":
  350. MessageLookupByLibrary.simpleMessage("Enter your recovery key"),
  351. "expiredLinkInfo": MessageLookupByLibrary.simpleMessage(
  352. "This link has expired. Please select a new expiry time or disable link expiry."),
  353. "exportYourData":
  354. MessageLookupByLibrary.simpleMessage("Export your data"),
  355. "failedToApplyCode":
  356. MessageLookupByLibrary.simpleMessage("Failed to apply code"),
  357. "failedToCancel":
  358. MessageLookupByLibrary.simpleMessage("Failed to cancel"),
  359. "failedToFetchReferralDetails": MessageLookupByLibrary.simpleMessage(
  360. "Unable to fetch referral details. Please try again later."),
  361. "failedToLoadAlbums":
  362. MessageLookupByLibrary.simpleMessage("Failed to load albums"),
  363. "failedToRenew":
  364. MessageLookupByLibrary.simpleMessage("Failed to renew"),
  365. "failedToVerifyPaymentStatus": MessageLookupByLibrary.simpleMessage(
  366. "Failed to verify payment status"),
  367. "familyPlans": MessageLookupByLibrary.simpleMessage("Family plans"),
  368. "faq": MessageLookupByLibrary.simpleMessage("FAQ"),
  369. "faqs": MessageLookupByLibrary.simpleMessage("FAQs"),
  370. "feedback": MessageLookupByLibrary.simpleMessage("Feedback"),
  371. "forgotPassword":
  372. MessageLookupByLibrary.simpleMessage("Forgot password"),
  373. "freeStorageClaimed":
  374. MessageLookupByLibrary.simpleMessage("Free storage claimed"),
  375. "freeStorageOnReferralSuccess": m8,
  376. "freeStorageUsable":
  377. MessageLookupByLibrary.simpleMessage("Free storage usable"),
  378. "freeTrial": MessageLookupByLibrary.simpleMessage("Free trial"),
  379. "freeTrialValidTill": m9,
  380. "freeUpDeviceSpace":
  381. MessageLookupByLibrary.simpleMessage("Free up device space"),
  382. "fromYourRegisteredEmailAddress": MessageLookupByLibrary.simpleMessage(
  383. "from your registered email address."),
  384. "general": MessageLookupByLibrary.simpleMessage("General"),
  385. "generatingEncryptionKeys": MessageLookupByLibrary.simpleMessage(
  386. "Generating encryption keys..."),
  387. "googlePlayId": MessageLookupByLibrary.simpleMessage("Google Play ID"),
  388. "hidden": MessageLookupByLibrary.simpleMessage("Hidden"),
  389. "howItWorks": MessageLookupByLibrary.simpleMessage("How it works"),
  390. "howToViewShareeVerificationID": MessageLookupByLibrary.simpleMessage(
  391. "Please ask them to long-press their email address on the settings screen, and verify that the IDs on both devices match."),
  392. "importing": MessageLookupByLibrary.simpleMessage("Importing...."),
  393. "incorrectPasswordTitle":
  394. MessageLookupByLibrary.simpleMessage("Incorrect password"),
  395. "incorrectRecoveryKeyBody": MessageLookupByLibrary.simpleMessage(
  396. "The recovery key you entered is incorrect"),
  397. "incorrectRecoveryKeyTitle":
  398. MessageLookupByLibrary.simpleMessage("Incorrect recovery key"),
  399. "insecureDevice":
  400. MessageLookupByLibrary.simpleMessage("Insecure device"),
  401. "installManually":
  402. MessageLookupByLibrary.simpleMessage("Install manually"),
  403. "invalidEmailAddress":
  404. MessageLookupByLibrary.simpleMessage("Invalid email address"),
  405. "invalidKey": MessageLookupByLibrary.simpleMessage("Invalid key"),
  406. "invalidRecoveryKey": MessageLookupByLibrary.simpleMessage(
  407. "The recovery key you entered is not valid. Please make sure it "),
  408. "inviteToEnte": MessageLookupByLibrary.simpleMessage("Invite to ente"),
  409. "inviteYourFriends":
  410. MessageLookupByLibrary.simpleMessage("Invite your friends"),
  411. "itemCount": m10,
  412. "itemsWillBeRemovedFromAlbum": MessageLookupByLibrary.simpleMessage(
  413. "Selected items will be removed from this album"),
  414. "keepPhotos": MessageLookupByLibrary.simpleMessage("Keep Photos"),
  415. "kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage(
  416. "Kindly help us with this information"),
  417. "leave": MessageLookupByLibrary.simpleMessage("Leave"),
  418. "leaveFamily": MessageLookupByLibrary.simpleMessage("Leave family"),
  419. "lightTheme": MessageLookupByLibrary.simpleMessage("Light"),
  420. "linkDeviceLimit": MessageLookupByLibrary.simpleMessage("Device limit"),
  421. "linkEnabled": MessageLookupByLibrary.simpleMessage("Enabled"),
  422. "linkExpired": MessageLookupByLibrary.simpleMessage("Expired"),
  423. "linkExpiresOn": m11,
  424. "linkExpiry": MessageLookupByLibrary.simpleMessage("Link expiry"),
  425. "linkHasExpired":
  426. MessageLookupByLibrary.simpleMessage("Link has expired"),
  427. "linkNeverExpires": MessageLookupByLibrary.simpleMessage("Never"),
  428. "lockButtonLabel": MessageLookupByLibrary.simpleMessage("Lock"),
  429. "lockScreenEnablePreSteps": MessageLookupByLibrary.simpleMessage(
  430. "To enable lockscreen, please setup device passcode or screen lock in your system settings."),
  431. "lockscreen": MessageLookupByLibrary.simpleMessage("Lockscreen"),
  432. "logInLabel": MessageLookupByLibrary.simpleMessage("Log in"),
  433. "logout": MessageLookupByLibrary.simpleMessage("Logout"),
  434. "lostDevice": MessageLookupByLibrary.simpleMessage("Lost device?"),
  435. "manage": MessageLookupByLibrary.simpleMessage("Manage"),
  436. "manageDeviceStorage":
  437. MessageLookupByLibrary.simpleMessage("Manage device storage"),
  438. "manageFamily": MessageLookupByLibrary.simpleMessage("Manage Family"),
  439. "manageLink": MessageLookupByLibrary.simpleMessage("Manage link"),
  440. "manageParticipants": MessageLookupByLibrary.simpleMessage("Manage"),
  441. "manageSubscription":
  442. MessageLookupByLibrary.simpleMessage("Manage subscription"),
  443. "mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
  444. "matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
  445. "maxDeviceLimitSpikeHandling": m12,
  446. "memoryCount": m13,
  447. "merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
  448. "moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
  449. "monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
  450. "movedToTrash": MessageLookupByLibrary.simpleMessage("Moved to trash"),
  451. "never": MessageLookupByLibrary.simpleMessage("Never"),
  452. "newAlbum": MessageLookupByLibrary.simpleMessage("New album"),
  453. "no": MessageLookupByLibrary.simpleMessage("No"),
  454. "noDeviceThatCanBeDeleted": MessageLookupByLibrary.simpleMessage(
  455. "You\'ve no files on this device that can be deleted"),
  456. "noDuplicates": MessageLookupByLibrary.simpleMessage("✨ No duplicates"),
  457. "noPasswordWarningPart1": MessageLookupByLibrary.simpleMessage(
  458. "We don\'t store this password, so if you forget,"),
  459. "noPasswordWarningPart2":
  460. MessageLookupByLibrary.simpleMessage("we cannot decrypt your data"),
  461. "noRecoveryKey":
  462. MessageLookupByLibrary.simpleMessage("No recovery key?"),
  463. "noRecoveryKeyNoDecryption": MessageLookupByLibrary.simpleMessage(
  464. "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key"),
  465. "ok": MessageLookupByLibrary.simpleMessage("Ok"),
  466. "oops": MessageLookupByLibrary.simpleMessage("Oops"),
  467. "oopsSomethingWentWrong":
  468. MessageLookupByLibrary.simpleMessage("Oops, something went wrong"),
  469. "optionalAsShortAsYouLike": MessageLookupByLibrary.simpleMessage(
  470. "Optional, as short as you like..."),
  471. "orPickAnExistingOne":
  472. MessageLookupByLibrary.simpleMessage("Or pick an existing one"),
  473. "password": MessageLookupByLibrary.simpleMessage("Password"),
  474. "passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
  475. "Password changed successfully"),
  476. "passwordLock": MessageLookupByLibrary.simpleMessage("Password lock"),
  477. "passwordStrength": m14,
  478. "paymentDetails":
  479. MessageLookupByLibrary.simpleMessage("Payment details"),
  480. "paymentFailed": MessageLookupByLibrary.simpleMessage("Payment failed"),
  481. "paymentFailedTalkToProvider": m15,
  482. "paymentFailedWithReason": m16,
  483. "peopleUsingYourCode":
  484. MessageLookupByLibrary.simpleMessage("People using your code"),
  485. "photoGridSize":
  486. MessageLookupByLibrary.simpleMessage("Photo grid size"),
  487. "photoSmallCase": MessageLookupByLibrary.simpleMessage("photo"),
  488. "playstoreSubscription":
  489. MessageLookupByLibrary.simpleMessage("PlayStore subscription"),
  490. "pleaseContactSupportAndWeWillBeHappyToHelp":
  491. MessageLookupByLibrary.simpleMessage(
  492. "Please contact support@ente.io and we will be happy to help!"),
  493. "pleaseSendAnEmailTo":
  494. MessageLookupByLibrary.simpleMessage("Please send an email to"),
  495. "pleaseTryAgain":
  496. MessageLookupByLibrary.simpleMessage("Please try again"),
  497. "pleaseWait": MessageLookupByLibrary.simpleMessage("Please wait..."),
  498. "pleaseWaitForSometimeBeforeRetrying":
  499. MessageLookupByLibrary.simpleMessage(
  500. "Please wait for sometime before retrying"),
  501. "privacy": MessageLookupByLibrary.simpleMessage("Privacy"),
  502. "privacyPolicy": MessageLookupByLibrary.simpleMessage("privacy policy"),
  503. "privacyPolicyTitle":
  504. MessageLookupByLibrary.simpleMessage("Privacy Policy"),
  505. "publicLinkEnabled":
  506. MessageLookupByLibrary.simpleMessage("Public link enabled"),
  507. "rateUs": MessageLookupByLibrary.simpleMessage("Rate us"),
  508. "rateUsOnStore": m17,
  509. "recover": MessageLookupByLibrary.simpleMessage("Recover"),
  510. "recoverAccount":
  511. MessageLookupByLibrary.simpleMessage("Recover account"),
  512. "recoverButton": MessageLookupByLibrary.simpleMessage("Recover"),
  513. "recoveryKey": MessageLookupByLibrary.simpleMessage("Recovery key"),
  514. "recoveryKeyCopiedToClipboard": MessageLookupByLibrary.simpleMessage(
  515. "Recovery key copied to clipboard"),
  516. "recoveryKeyOnForgotPassword": MessageLookupByLibrary.simpleMessage(
  517. "If you forget your password, the only way you can recover your data is with this key."),
  518. "recoveryKeySaveDescription": MessageLookupByLibrary.simpleMessage(
  519. "We don\'t store this key, please save this 24 word key in a safe place."),
  520. "recoveryKeySuccessBody": MessageLookupByLibrary.simpleMessage(
  521. "Great! Your recovery key is valid. Thank you for verifying.\n\nPlease remember to keep your recovery key safely backed up."),
  522. "recoveryKeyVerified":
  523. MessageLookupByLibrary.simpleMessage("Recovery key verified"),
  524. "recoveryKeyVerifyReason": MessageLookupByLibrary.simpleMessage(
  525. "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."),
  526. "recoverySuccessful":
  527. MessageLookupByLibrary.simpleMessage("Recovery successful!"),
  528. "recreatePasswordBody": MessageLookupByLibrary.simpleMessage(
  529. "The current device is not powerful enough to verify your "),
  530. "recreatePasswordTitle":
  531. MessageLookupByLibrary.simpleMessage("Recreate password"),
  532. "reddit": MessageLookupByLibrary.simpleMessage("Reddit"),
  533. "referralStep1": MessageLookupByLibrary.simpleMessage(
  534. "1. Give this code to your friends"),
  535. "referralStep2": MessageLookupByLibrary.simpleMessage(
  536. "2. They sign up for a paid plan"),
  537. "referralStep3": m18,
  538. "referrals": MessageLookupByLibrary.simpleMessage("Referrals"),
  539. "referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
  540. "Referrals are currently paused"),
  541. "remindToEmptyDeviceTrash": MessageLookupByLibrary.simpleMessage(
  542. "Also empty \"Recently Deleted\" from \"Settings\" -> \"Storage\" to claim the freed space"),
  543. "remindToEmptyEnteTrash": MessageLookupByLibrary.simpleMessage(
  544. "Also empty your \"Trash\" to claim the freed up space"),
  545. "remove": MessageLookupByLibrary.simpleMessage("Remove"),
  546. "removeDuplicates":
  547. MessageLookupByLibrary.simpleMessage("Remove duplicates"),
  548. "removeFromAlbum":
  549. MessageLookupByLibrary.simpleMessage("Remove from album?"),
  550. "removeLink": MessageLookupByLibrary.simpleMessage("Remove link"),
  551. "removeParticipant":
  552. MessageLookupByLibrary.simpleMessage("Remove participant"),
  553. "removeParticipantBody": m19,
  554. "removePublicLink":
  555. MessageLookupByLibrary.simpleMessage("Remove public link"),
  556. "removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
  557. "Some of the items you are removing were added by other people, and you will lose access to them"),
  558. "removeWithQuestionMark":
  559. MessageLookupByLibrary.simpleMessage("Remove?"),
  560. "removingFromFavorites":
  561. MessageLookupByLibrary.simpleMessage("Removing from favorites..."),
  562. "renewSubscription":
  563. MessageLookupByLibrary.simpleMessage("Renew subscription"),
  564. "renewsOn": m20,
  565. "reportABug": MessageLookupByLibrary.simpleMessage("Report a bug"),
  566. "reportBug": MessageLookupByLibrary.simpleMessage("Report bug"),
  567. "resendEmail": MessageLookupByLibrary.simpleMessage("Resend email"),
  568. "resetPasswordTitle":
  569. MessageLookupByLibrary.simpleMessage("Reset password"),
  570. "retry": MessageLookupByLibrary.simpleMessage("Retry"),
  571. "saveKey": MessageLookupByLibrary.simpleMessage("Save key"),
  572. "saveYourRecoveryKeyIfYouHaventAlready":
  573. MessageLookupByLibrary.simpleMessage(
  574. "Save your recovery key if you haven\'t already"),
  575. "scanCode": MessageLookupByLibrary.simpleMessage("Scan code"),
  576. "scanThisBarcodeWithnyourAuthenticatorApp":
  577. MessageLookupByLibrary.simpleMessage(
  578. "Scan this barcode with\nyour authenticator app"),
  579. "security": MessageLookupByLibrary.simpleMessage("Security"),
  580. "selectAll": MessageLookupByLibrary.simpleMessage("Select all"),
  581. "selectFoldersForBackup":
  582. MessageLookupByLibrary.simpleMessage("Select folders for backup"),
  583. "selectReason": MessageLookupByLibrary.simpleMessage("Select reason"),
  584. "selectYourPlan":
  585. MessageLookupByLibrary.simpleMessage("Select your plan"),
  586. "selectedFoldersWillBeEncryptedAndBackedUp":
  587. MessageLookupByLibrary.simpleMessage(
  588. "Selected folders will be encrypted and backed up"),
  589. "selectedPhotos": m21,
  590. "selectedPhotosWithYours": m22,
  591. "send": MessageLookupByLibrary.simpleMessage("Send"),
  592. "sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
  593. "sendInvite": MessageLookupByLibrary.simpleMessage("Send invite"),
  594. "sendLink": MessageLookupByLibrary.simpleMessage("Send link"),
  595. "setAPassword": MessageLookupByLibrary.simpleMessage("Set a password"),
  596. "setPasswordTitle":
  597. MessageLookupByLibrary.simpleMessage("Set password"),
  598. "setupComplete": MessageLookupByLibrary.simpleMessage("Setup complete"),
  599. "shareALink": MessageLookupByLibrary.simpleMessage("Share a link"),
  600. "shareMyVerificationID": m23,
  601. "shareTextConfirmOthersVerificationID": m24,
  602. "shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
  603. "Download ente so we can easily share original quality photos and videos\n\nhttps://ente.io/#download"),
  604. "shareTextReferralCode": m25,
  605. "shareWithNonenteUsers":
  606. MessageLookupByLibrary.simpleMessage("Share with non-ente users"),
  607. "shareWithPeopleSectionTitle": m26,
  608. "sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
  609. "Create shared and collaborative albums with other ente users, including users on free plans."),
  610. "sharing": MessageLookupByLibrary.simpleMessage("Sharing..."),
  611. "singleFileDeleteFromDevice": m27,
  612. "singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
  613. "It will be deleted from all albums."),
  614. "singleFileInBothLocalAndRemote": m28,
  615. "singleFileInRemoteOnly": m29,
  616. "skip": MessageLookupByLibrary.simpleMessage("Skip"),
  617. "social": MessageLookupByLibrary.simpleMessage("Social"),
  618. "someoneSharingAlbumsWithYouShouldSeeTheSameId":
  619. MessageLookupByLibrary.simpleMessage(
  620. "Someone sharing albums with you should see the same ID on their device."),
  621. "somethingWentWrong":
  622. MessageLookupByLibrary.simpleMessage("Something went wrong"),
  623. "somethingWentWrongPleaseTryAgain":
  624. MessageLookupByLibrary.simpleMessage(
  625. "Something went wrong, please try again"),
  626. "sorry": MessageLookupByLibrary.simpleMessage("Sorry"),
  627. "sorryCouldNotAddToFavorites": MessageLookupByLibrary.simpleMessage(
  628. "Sorry, could not add to favorites!"),
  629. "sorryCouldNotRemoveFromFavorites":
  630. MessageLookupByLibrary.simpleMessage(
  631. "Sorry, could not remove from favorites!"),
  632. "sorryWeCouldNotGenerateSecureKeysOnThisDevicennplease":
  633. MessageLookupByLibrary.simpleMessage(
  634. "Sorry, we could not generate secure keys on this device.\n\nplease sign up from a different device."),
  635. "sparkleSuccess": MessageLookupByLibrary.simpleMessage("✨ Success"),
  636. "storageInGB": m30,
  637. "strongStrength": MessageLookupByLibrary.simpleMessage("Strong"),
  638. "subAlreadyLinkedErrMessage": m31,
  639. "subWillBeCancelledOn": m32,
  640. "subscribe": MessageLookupByLibrary.simpleMessage("Subscribe"),
  641. "subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
  642. "Looks like your subscription has expired. Please subscribe to enable sharing."),
  643. "subscription": MessageLookupByLibrary.simpleMessage("Subscription"),
  644. "success": MessageLookupByLibrary.simpleMessage("Success"),
  645. "suggestFeatures":
  646. MessageLookupByLibrary.simpleMessage("Suggest features"),
  647. "support": MessageLookupByLibrary.simpleMessage("Support"),
  648. "systemTheme": MessageLookupByLibrary.simpleMessage("System"),
  649. "tapToCopy": MessageLookupByLibrary.simpleMessage("tap to copy"),
  650. "tapToEnterCode":
  651. MessageLookupByLibrary.simpleMessage("Tap to enter code"),
  652. "terminate": MessageLookupByLibrary.simpleMessage("Terminate"),
  653. "terminateSession":
  654. MessageLookupByLibrary.simpleMessage("Terminate session?"),
  655. "terms": MessageLookupByLibrary.simpleMessage("Terms"),
  656. "termsAgreePart1":
  657. MessageLookupByLibrary.simpleMessage("I agree to the "),
  658. "termsOfService":
  659. MessageLookupByLibrary.simpleMessage("terms of service"),
  660. "termsOfServicesTitle": MessageLookupByLibrary.simpleMessage("Terms"),
  661. "thankYou": MessageLookupByLibrary.simpleMessage("Thank you"),
  662. "thankYouForSubscribing":
  663. MessageLookupByLibrary.simpleMessage("Thank you for subscribing!"),
  664. "theDownloadCouldNotBeCompleted": MessageLookupByLibrary.simpleMessage(
  665. "The download could not be completed"),
  666. "theme": MessageLookupByLibrary.simpleMessage("Theme"),
  667. "theyAlsoGetXGb": m33,
  668. "thisCanBeUsedToRecoverYourAccountIfYou":
  669. MessageLookupByLibrary.simpleMessage(
  670. "This can be used to recover your account if you lose your second factor"),
  671. "thisDevice": MessageLookupByLibrary.simpleMessage("This device"),
  672. "thisIsPersonVerificationId": m34,
  673. "thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
  674. "This is your Verification ID"),
  675. "thisWillLogYouOutOfTheFollowingDevice":
  676. MessageLookupByLibrary.simpleMessage(
  677. "This will log you out of the following device:"),
  678. "thisWillLogYouOutOfThisDevice": MessageLookupByLibrary.simpleMessage(
  679. "This will log you out of this device!"),
  680. "total": MessageLookupByLibrary.simpleMessage("total"),
  681. "trash": MessageLookupByLibrary.simpleMessage("Trash"),
  682. "tryAgain": MessageLookupByLibrary.simpleMessage("Try again"),
  683. "twitter": MessageLookupByLibrary.simpleMessage("Twitter"),
  684. "twoMonthsFreeOnYearlyPlans": MessageLookupByLibrary.simpleMessage(
  685. "2 months free on yearly plans"),
  686. "twofactor": MessageLookupByLibrary.simpleMessage("Two-factor"),
  687. "twofactorAuthenticationPageTitle":
  688. MessageLookupByLibrary.simpleMessage("Two-factor authentication"),
  689. "twofactorSetup":
  690. MessageLookupByLibrary.simpleMessage("Two-factor setup"),
  691. "uncategorized": MessageLookupByLibrary.simpleMessage("Uncategorized"),
  692. "unselectAll": MessageLookupByLibrary.simpleMessage("Unselect all"),
  693. "update": MessageLookupByLibrary.simpleMessage("Update"),
  694. "updateAvailable":
  695. MessageLookupByLibrary.simpleMessage("Update available"),
  696. "updatingFolderSelection": MessageLookupByLibrary.simpleMessage(
  697. "Updating folder selection..."),
  698. "usableReferralStorageInfo": MessageLookupByLibrary.simpleMessage(
  699. "Usable storage is limited by your current plan. Excess claimed storage will automatically become usable when you upgrade your plan."),
  700. "useRecoveryKey":
  701. MessageLookupByLibrary.simpleMessage("Use recovery key"),
  702. "verificationId":
  703. MessageLookupByLibrary.simpleMessage("Verification ID"),
  704. "verify": MessageLookupByLibrary.simpleMessage("Verify"),
  705. "verifyEmail": MessageLookupByLibrary.simpleMessage("Verify email"),
  706. "verifyEmailID": m35,
  707. "verifyPassword":
  708. MessageLookupByLibrary.simpleMessage("Verify password"),
  709. "verifyingRecoveryKey":
  710. MessageLookupByLibrary.simpleMessage("Verifying recovery key..."),
  711. "videoSmallCase": MessageLookupByLibrary.simpleMessage("video"),
  712. "viewActiveSessions":
  713. MessageLookupByLibrary.simpleMessage("View active sessions"),
  714. "viewRecoveryKey":
  715. MessageLookupByLibrary.simpleMessage("View recovery key"),
  716. "viewer": MessageLookupByLibrary.simpleMessage("Viewer"),
  717. "visitWebToManage": MessageLookupByLibrary.simpleMessage(
  718. "Please visit web.ente.io to manage your subscription"),
  719. "weAreOpenSource":
  720. MessageLookupByLibrary.simpleMessage("We are open source!"),
  721. "weakStrength": MessageLookupByLibrary.simpleMessage("Weak"),
  722. "welcomeBack": MessageLookupByLibrary.simpleMessage("Welcome back!"),
  723. "weveSentAMailTo":
  724. MessageLookupByLibrary.simpleMessage("We\'ve sent a mail to"),
  725. "yearly": MessageLookupByLibrary.simpleMessage("Yearly"),
  726. "yes": MessageLookupByLibrary.simpleMessage("Yes"),
  727. "yesCancel": MessageLookupByLibrary.simpleMessage("Yes, cancel"),
  728. "yesConvertToViewer":
  729. MessageLookupByLibrary.simpleMessage("Yes, convert to viewer"),
  730. "yesDelete": MessageLookupByLibrary.simpleMessage("Yes, delete"),
  731. "yesLogout": MessageLookupByLibrary.simpleMessage("Yes, logout"),
  732. "yesRemove": MessageLookupByLibrary.simpleMessage("Yes, remove"),
  733. "yesRenew": MessageLookupByLibrary.simpleMessage("Yes, Renew"),
  734. "you": MessageLookupByLibrary.simpleMessage("You"),
  735. "youAreOnAFamilyPlan":
  736. MessageLookupByLibrary.simpleMessage("You are on a family plan!"),
  737. "youAreOnTheLatestVersion": MessageLookupByLibrary.simpleMessage(
  738. "You are on the latest version"),
  739. "youCanAtMaxDoubleYourStorage": MessageLookupByLibrary.simpleMessage(
  740. "* You can at max double your storage"),
  741. "youCannotDowngradeToThisPlan": MessageLookupByLibrary.simpleMessage(
  742. "You cannot downgrade to this plan"),
  743. "youCannotShareWithYourself": MessageLookupByLibrary.simpleMessage(
  744. "You cannot share with yourself"),
  745. "youHaveSuccessfullyFreedUp": m36,
  746. "yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
  747. "Your account has been deleted"),
  748. "yourPlanWasSuccessfullyDowngraded":
  749. MessageLookupByLibrary.simpleMessage(
  750. "Your plan was successfully downgraded"),
  751. "yourPlanWasSuccessfullyUpgraded": MessageLookupByLibrary.simpleMessage(
  752. "Your plan was successfully upgraded"),
  753. "yourPurchaseWasSuccessful": MessageLookupByLibrary.simpleMessage(
  754. "Your purchase was successful"),
  755. "yourStorageDetailsCouldNotBeFetched":
  756. MessageLookupByLibrary.simpleMessage(
  757. "Your storage details could not be fetched"),
  758. "yourSubscriptionWasUpdatedSuccessfully":
  759. MessageLookupByLibrary.simpleMessage(
  760. "Your subscription was updated successfully"),
  761. "youveNoDuplicateFilesThatCanBeCleared":
  762. MessageLookupByLibrary.simpleMessage(
  763. "You\'ve no duplicate files that can be cleared")
  764. };
  765. }