ente/lib/generated/intl/messages_en.dart

94 lines
5.2 KiB
Dart
Raw Normal View History

2023-03-21 03:28:13 +00:00
// 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<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'en';
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
2023-03-25 01:37:01 +00:00
"accountWelcomeBack":
MessageLookupByLibrary.simpleMessage("Welcome back!"),
2023-04-04 16:56:36 +00:00
"activeSessions":
MessageLookupByLibrary.simpleMessage("Active sessions"),
"askDeleteReason": MessageLookupByLibrary.simpleMessage(
"What is the main reason you are deleting your account?"),
2023-03-25 01:37:01 +00:00
"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."),
2023-04-04 16:56:36 +00:00
"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(
"Its 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 isnt listed"),
"deleteRequestSLAText": MessageLookupByLibrary.simpleMessage(
"Your request will be processed within 72 hours."),
2023-03-25 01:37:01 +00:00
"email": MessageLookupByLibrary.simpleMessage("Email"),
2023-04-04 14:28:20 +00:00
"enterValidEmail": MessageLookupByLibrary.simpleMessage(
"Please enter a valid email address."),
2023-03-21 03:28:13 +00:00
"enterYourEmailAddress":
2023-03-25 01:37:01 +00:00
MessageLookupByLibrary.simpleMessage("Enter your email address"),
"feedback": MessageLookupByLibrary.simpleMessage("Feedback"),
"fromYourRegisteredEmailAddress": MessageLookupByLibrary.simpleMessage(
"from your registered email address."),
2023-03-25 01:37:01 +00:00
"invalidEmailAddress":
MessageLookupByLibrary.simpleMessage("Invalid email address"),
"kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage(
"Kindly help us with this information"),
"ok": MessageLookupByLibrary.simpleMessage("Ok"),
2023-04-04 16:56:36 +00:00
"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"),
2023-04-04 16:56:36 +00:00
"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")
2023-03-21 03:28:13 +00:00
};
}