messages_en.dart 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. final messages = _notInlinedMessages(_notInlinedMessages);
  18. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  19. "accountWelcomeBack":
  20. MessageLookupByLibrary.simpleMessage("Welcome back!"),
  21. "activeSessions":
  22. MessageLookupByLibrary.simpleMessage("Active sessions"),
  23. "askDeleteReason": MessageLookupByLibrary.simpleMessage(
  24. "What is the main reason you are deleting your account?"),
  25. "cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
  26. "confirmAccountDeletion":
  27. MessageLookupByLibrary.simpleMessage("Confirm Account Deletion"),
  28. "confirmDeletePrompt": MessageLookupByLibrary.simpleMessage(
  29. "Yes, I want to permanently delete this account and all its data."),
  30. "confirmPassword":
  31. MessageLookupByLibrary.simpleMessage("Confirm password"),
  32. "createAccount": MessageLookupByLibrary.simpleMessage("Create account"),
  33. "createNewAccount":
  34. MessageLookupByLibrary.simpleMessage("Create new account"),
  35. "decrypting": MessageLookupByLibrary.simpleMessage("Decrypting..."),
  36. "deleteAccount": MessageLookupByLibrary.simpleMessage("Delete account"),
  37. "deleteAccountFeedbackPrompt": MessageLookupByLibrary.simpleMessage(
  38. "We are sorry to see you go. Please share your feedback to help us improve."),
  39. "deleteAccountPermanentlyButton":
  40. MessageLookupByLibrary.simpleMessage("Delete Account Permanently"),
  41. "deleteConfirmDialogBody": MessageLookupByLibrary.simpleMessage(
  42. "You are about to permanently delete your account and all its data.\nThis action is irreversible."),
  43. "deleteReason1": MessageLookupByLibrary.simpleMessage(
  44. "It’s missing a key feature that I need"),
  45. "deleteReason2": MessageLookupByLibrary.simpleMessage(
  46. "The app or a certain feature does not \nbehave as I think it should"),
  47. "deleteReason3": MessageLookupByLibrary.simpleMessage(
  48. "I found another service that I like better"),
  49. "deleteReason4":
  50. MessageLookupByLibrary.simpleMessage("My reason isn’t listed"),
  51. "deleteRequestSLAText": MessageLookupByLibrary.simpleMessage(
  52. "Your request will be processed within 72 hours."),
  53. "email": MessageLookupByLibrary.simpleMessage("Email"),
  54. "enterValidEmail": MessageLookupByLibrary.simpleMessage(
  55. "Please enter a valid email address."),
  56. "enterYourEmailAddress":
  57. MessageLookupByLibrary.simpleMessage("Enter your email address"),
  58. "enterYourRecoveryKey":
  59. MessageLookupByLibrary.simpleMessage("Enter your recovery key"),
  60. "feedback": MessageLookupByLibrary.simpleMessage("Feedback"),
  61. "forgotPassword":
  62. MessageLookupByLibrary.simpleMessage("Forgot password"),
  63. "fromYourRegisteredEmailAddress": MessageLookupByLibrary.simpleMessage(
  64. "from your registered email address."),
  65. "incorrectRecoveryKeyBody": MessageLookupByLibrary.simpleMessage(
  66. "The recovery key you entered is incorrect"),
  67. "incorrectRecoveryKeyTitle":
  68. MessageLookupByLibrary.simpleMessage("Incorrect recovery key"),
  69. "invalidEmailAddress":
  70. MessageLookupByLibrary.simpleMessage("Invalid email address"),
  71. "kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage(
  72. "Kindly help us with this information"),
  73. "noRecoveryKey":
  74. MessageLookupByLibrary.simpleMessage("No recovery key?"),
  75. "noRecoveryKeyNoDecryption": MessageLookupByLibrary.simpleMessage(
  76. "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key"),
  77. "ok": MessageLookupByLibrary.simpleMessage("Ok"),
  78. "oops": MessageLookupByLibrary.simpleMessage("Oops"),
  79. "password": MessageLookupByLibrary.simpleMessage("Password"),
  80. "pleaseSendAnEmailTo":
  81. MessageLookupByLibrary.simpleMessage("Please send an email to"),
  82. "recoverButton": MessageLookupByLibrary.simpleMessage("Recover"),
  83. "recoverySuccessful":
  84. MessageLookupByLibrary.simpleMessage("Recovery successful!"),
  85. "selectReason": MessageLookupByLibrary.simpleMessage("Select reason"),
  86. "sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
  87. "somethingWentWrongPleaseTryAgain":
  88. MessageLookupByLibrary.simpleMessage(
  89. "Something went wrong, please try again"),
  90. "sorry": MessageLookupByLibrary.simpleMessage("Sorry"),
  91. "terminate": MessageLookupByLibrary.simpleMessage("Terminate"),
  92. "terminateSession":
  93. MessageLookupByLibrary.simpleMessage("Terminate session?"),
  94. "thisDevice": MessageLookupByLibrary.simpleMessage("This device"),
  95. "thisWillLogYouOutOfTheFollowingDevice":
  96. MessageLookupByLibrary.simpleMessage(
  97. "This will log you out of the following device:"),
  98. "thisWillLogYouOutOfThisDevice": MessageLookupByLibrary.simpleMessage(
  99. "This will log you out of this device!"),
  100. "verify": MessageLookupByLibrary.simpleMessage("Verify"),
  101. "yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
  102. "Your account has been deleted")
  103. };
  104. }