// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart // This is a library that provides messages for a en locale. All the // messages from the main program should be duplicated here with the same // function name. // Ignore issues from commonly used lints in this file. // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes import 'package:intl/intl.dart'; import 'package:intl/message_lookup_by_library.dart'; final messages = new MessageLookup(); typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup extends MessageLookupByLibrary { String get localeName => 'en'; final messages = _notInlinedMessages(_notInlinedMessages); static Map _notInlinedMessages(_) => { "accountWelcomeBack": MessageLookupByLibrary.simpleMessage("Welcome back!"), "activeSessions": MessageLookupByLibrary.simpleMessage("Active sessions"), "askDeleteReason": MessageLookupByLibrary.simpleMessage( "What is the main reason you are deleting your account?"), "cancel": MessageLookupByLibrary.simpleMessage("Cancel"), "confirmAccountDeletion": MessageLookupByLibrary.simpleMessage("Confirm Account Deletion"), "confirmDeletePrompt": MessageLookupByLibrary.simpleMessage( "Yes, I want to permanently delete this account and all its data."), "confirmPassword": MessageLookupByLibrary.simpleMessage("Confirm password"), "createAccount": MessageLookupByLibrary.simpleMessage("Create account"), "createNewAccount": MessageLookupByLibrary.simpleMessage("Create new account"), "deleteAccount": MessageLookupByLibrary.simpleMessage("Delete account"), "deleteAccountFeedbackPrompt": MessageLookupByLibrary.simpleMessage( "We are sorry to see you go. Please share your feedback to help us improve."), "deleteAccountPermanentlyButton": MessageLookupByLibrary.simpleMessage("Delete Account Permanently"), "deleteConfirmDialogBody": MessageLookupByLibrary.simpleMessage( "You are about to permanently delete your account and all its data.\nThis action is irreversible."), "deleteReason1": MessageLookupByLibrary.simpleMessage( "It’s missing a key feature that I need"), "deleteReason2": MessageLookupByLibrary.simpleMessage( "The app or a certain feature does not \nbehave as I think it should"), "deleteReason3": MessageLookupByLibrary.simpleMessage( "I found another service that I like better"), "deleteReason4": MessageLookupByLibrary.simpleMessage("My reason isn’t listed"), "deleteRequestSLAText": MessageLookupByLibrary.simpleMessage( "Your request will be processed within 72 hours."), "email": MessageLookupByLibrary.simpleMessage("Email"), "enterValidEmail": MessageLookupByLibrary.simpleMessage( "Please enter a valid email address."), "enterYourEmailAddress": MessageLookupByLibrary.simpleMessage("Enter your email address"), "feedback": MessageLookupByLibrary.simpleMessage("Feedback"), "fromYourRegisteredEmailAddress": MessageLookupByLibrary.simpleMessage( "from your registered email address."), "invalidEmailAddress": MessageLookupByLibrary.simpleMessage("Invalid email address"), "kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage( "Kindly help us with this information"), "ok": MessageLookupByLibrary.simpleMessage("Ok"), "oops": MessageLookupByLibrary.simpleMessage("Oops"), "password": MessageLookupByLibrary.simpleMessage("Password"), "pleaseSendAnEmailTo": MessageLookupByLibrary.simpleMessage("Please send an email to"), "selectReason": MessageLookupByLibrary.simpleMessage("Select reason"), "sendEmail": MessageLookupByLibrary.simpleMessage("Send email"), "somethingWentWrongPleaseTryAgain": MessageLookupByLibrary.simpleMessage( "Something went wrong, please try again"), "terminate": MessageLookupByLibrary.simpleMessage("Terminate"), "terminateSession": MessageLookupByLibrary.simpleMessage("Terminate session?"), "thisDevice": MessageLookupByLibrary.simpleMessage("This device"), "thisWillLogYouOutOfTheFollowingDevice": MessageLookupByLibrary.simpleMessage( "This will log you out of the following device:"), "thisWillLogYouOutOfThisDevice": MessageLookupByLibrary.simpleMessage( "This will log you out of this device!"), "verify": MessageLookupByLibrary.simpleMessage("Verify"), "yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage( "Your account has been deleted") }; }