messages_en.dart 41 KB

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