messages_en.dart 33 KB

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