Files
flutter-todos/lib/i10n/messages_en_US.dart
oldchen dee147c571 🎉 One Day List 1.0.7 released!
1.🐛Fixed: some bugs had been discovered!
2.Add: Now you can change your background to network image in main page!It will be very beautiful!
2019-09-17 11:10:02 +08:00

215 lines
17 KiB
Dart
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a en_US 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
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_US';
static m0(days) => "${Intl.plural(days, zero: 'Too Fast', one: '1 day', many: '${days} days', other: '${days} days')}";
static m1(hours) => "${Intl.plural(hours, zero: 'Too Fast', one: '1 hour', many: '${hours} hours', other: '${hours} hours')}";
static m2(number) => "${Intl.plural(number, zero: 'There is No items ', one: '1 item ', other: '${number} items ')}";
static m3(taskNumbers) => "${Intl.plural(taskNumbers, zero: 'You have never written a list of tasks.\nLet\'s get started soon.', one: 'This is your todo-list,\nToday, you have 1 task to complete. ', many: 'This is your todo-list,\nToday, you have ${taskNumbers} tasks to complete. ', other: 'This is your todo-list,\nToday, you have ${taskNumbers} tasks to complete. ')}";
final messages = _notInlinedMessages(_notInlinedMessages);
static _notInlinedMessages(_) => <String, Function> {
"aboutApp" : MessageLookupByLibrary.simpleMessage("About"),
"accountBackgroundSetting" : MessageLookupByLibrary.simpleMessage("Background setting"),
"addTask" : MessageLookupByLibrary.simpleMessage("add a task"),
"appName" : MessageLookupByLibrary.simpleMessage("One Day List"),
"appSetting" : MessageLookupByLibrary.simpleMessage("Setting"),
"avatar" : MessageLookupByLibrary.simpleMessage("avatar"),
"avatarHistory" : MessageLookupByLibrary.simpleMessage("Select an avatar from the history"),
"avatarLocal" : MessageLookupByLibrary.simpleMessage("Select an avatar from the local"),
"avatarNet" : MessageLookupByLibrary.simpleMessage("Select an avatar from the network"),
"backgroundGradient" : MessageLookupByLibrary.simpleMessage("Background Gradient"),
"bgChangeWithCard" : MessageLookupByLibrary.simpleMessage("Background follow task icon color"),
"blueGray" : MessageLookupByLibrary.simpleMessage("blue-gray"),
"canNotAddMoreIcon" : MessageLookupByLibrary.simpleMessage("You can only customize up to 10 icons."),
"canNotAddMoreTheme" : MessageLookupByLibrary.simpleMessage("You can only customize up to 10 themes."),
"canNotEditDefaultIcon" : MessageLookupByLibrary.simpleMessage("Can\'t edit the default icon"),
"cancel" : MessageLookupByLibrary.simpleMessage("cancel"),
"cardChangeWithBg" : MessageLookupByLibrary.simpleMessage("Task icon color follow background"),
"changeTheme" : MessageLookupByLibrary.simpleMessage("Change Theme"),
"changedTimes" : MessageLookupByLibrary.simpleMessage("Changed Times"),
"checkUpdate" : MessageLookupByLibrary.simpleMessage("Check Update"),
"checkYourEmail" : MessageLookupByLibrary.simpleMessage("please check your email account"),
"checkYourEmailOrPassword" : MessageLookupByLibrary.simpleMessage("please check your email account or password"),
"checkYourUserName" : MessageLookupByLibrary.simpleMessage("please check your username"),
"clickToSyn" : MessageLookupByLibrary.simpleMessage("Click to sync"),
"cloudSynchronizing" : MessageLookupByLibrary.simpleMessage("Synchronizing from server..."),
"coffee" : MessageLookupByLibrary.simpleMessage("coffee"),
"completeDate" : MessageLookupByLibrary.simpleMessage("Finish Date"),
"confirmPassword" : MessageLookupByLibrary.simpleMessage("confirm password"),
"confirmPasswordCantBeEmpty" : MessageLookupByLibrary.simpleMessage("confirm password cannot be empty"),
"confirmPasswordContainEmpty" : MessageLookupByLibrary.simpleMessage("confirm password cannot contain spaces"),
"createDate" : MessageLookupByLibrary.simpleMessage("Create Date"),
"currentIcons" : MessageLookupByLibrary.simpleMessage("Current Icons"),
"customIcon" : MessageLookupByLibrary.simpleMessage("Custom Icon"),
"customTheme" : MessageLookupByLibrary.simpleMessage("Custom Theme"),
"customUserName" : MessageLookupByLibrary.simpleMessage("Setting your username"),
"cyan" : MessageLookupByLibrary.simpleMessage("cyan"),
"dailyPic" : MessageLookupByLibrary.simpleMessage("Daily wallpaper"),
"dark" : MessageLookupByLibrary.simpleMessage("dark"),
"days" : m0,
"deadline" : MessageLookupByLibrary.simpleMessage("deadline"),
"defaultIconName" : MessageLookupByLibrary.simpleMessage("default"),
"defaultTitle" : MessageLookupByLibrary.simpleMessage("Default title"),
"deleteTask" : MessageLookupByLibrary.simpleMessage("Delete"),
"deniedDes" : MessageLookupByLibrary.simpleMessage("Permission denied"),
"disabledDes" : MessageLookupByLibrary.simpleMessage("Permission not available"),
"doneList" : MessageLookupByLibrary.simpleMessage("Done List"),
"editTask" : MessageLookupByLibrary.simpleMessage("Edit"),
"email" : MessageLookupByLibrary.simpleMessage("EMAIL"),
"emailAccount" : MessageLookupByLibrary.simpleMessage("email account"),
"emailCantBeEmpty" : MessageLookupByLibrary.simpleMessage("email cannot be empty"),
"emailIncorrectFormat" : MessageLookupByLibrary.simpleMessage("email format is incorrect"),
"enableInfiniteScroll" : MessageLookupByLibrary.simpleMessage("Task card cycle slide"),
"enableNetPicBgInMainPage" : MessageLookupByLibrary.simpleMessage("Turn on the net-picture background"),
"enableWeatherShow" : MessageLookupByLibrary.simpleMessage("Turn on the weather"),
"endBeforeStart" : MessageLookupByLibrary.simpleMessage("The end date need be bigger than the start date."),
"feedback" : MessageLookupByLibrary.simpleMessage("Feedback"),
"feedbackCantBeNull" : MessageLookupByLibrary.simpleMessage("feedback cannot be empty"),
"feedbackFrequently" : MessageLookupByLibrary.simpleMessage("Can only be submitted once in 8 hours. "),
"feedbackIsTooLittle" : MessageLookupByLibrary.simpleMessage("feedback is too little, add a little more"),
"feedbackNeedEmoji" : MessageLookupByLibrary.simpleMessage("please choose an emoji "),
"feedbackWall" : MessageLookupByLibrary.simpleMessage("Feedback Wall"),
"forget" : MessageLookupByLibrary.simpleMessage("Forget"),
"forgetPassword" : MessageLookupByLibrary.simpleMessage("Forget Password"),
"game" : MessageLookupByLibrary.simpleMessage("Game"),
"getVerifyCode" : MessageLookupByLibrary.simpleMessage("Get Verify Code"),
"green" : MessageLookupByLibrary.simpleMessage("green"),
"haveNoAccount" : MessageLookupByLibrary.simpleMessage("Don\'t have an Account?Sign Up"),
"history" : MessageLookupByLibrary.simpleMessage("history"),
"hours" : m1,
"iconSetting" : MessageLookupByLibrary.simpleMessage("Icon Setting"),
"inputCurrentCity" : MessageLookupByLibrary.simpleMessage("input your city"),
"inputEmail" : MessageLookupByLibrary.simpleMessage("Enter email"),
"inputEmailAccount" : MessageLookupByLibrary.simpleMessage("please input your email account"),
"inputOldPassword" : MessageLookupByLibrary.simpleMessage("please input your old password"),
"inputPassword" : MessageLookupByLibrary.simpleMessage("Enter password"),
"inputUserName" : MessageLookupByLibrary.simpleMessage("input your username"),
"inputVerifyCode" : MessageLookupByLibrary.simpleMessage("please input the verify code you obtained"),
"itemNumber" : m2,
"languageTitle" : MessageLookupByLibrary.simpleMessage("Change Language"),
"loading" : MessageLookupByLibrary.simpleMessage("loading..."),
"loadingEmpty" : MessageLookupByLibrary.simpleMessage("nothing at all"),
"loadingError" : MessageLookupByLibrary.simpleMessage("loading error"),
"loadingIdle" : MessageLookupByLibrary.simpleMessage("......"),
"logIn" : MessageLookupByLibrary.simpleMessage("Log In"),
"login" : MessageLookupByLibrary.simpleMessage("Login"),
"logout" : MessageLookupByLibrary.simpleMessage("Logout"),
"meteorShower" : MessageLookupByLibrary.simpleMessage("Meteor Shower"),
"music" : MessageLookupByLibrary.simpleMessage("Music"),
"myAccount" : MessageLookupByLibrary.simpleMessage("My Account"),
"myGithub" : MessageLookupByLibrary.simpleMessage("Author\'s Github"),
"navigatorSetting" : MessageLookupByLibrary.simpleMessage("Navigator Setting"),
"netPicture" : MessageLookupByLibrary.simpleMessage("Network Picture"),
"newPassword" : MessageLookupByLibrary.simpleMessage("new password"),
"newPasswordCantBeEmpty" : MessageLookupByLibrary.simpleMessage("new password cannot be empty"),
"newVersionIsComing" : MessageLookupByLibrary.simpleMessage("New version is comming!"),
"noName" : MessageLookupByLibrary.simpleMessage("anonymous"),
"noUpdate" : MessageLookupByLibrary.simpleMessage("It is the latest version"),
"notSynced" : MessageLookupByLibrary.simpleMessage("Not synced "),
"ok" : MessageLookupByLibrary.simpleMessage("ok"),
"oldPassword" : MessageLookupByLibrary.simpleMessage("old password"),
"oldPasswordCantBeEmpty" : MessageLookupByLibrary.simpleMessage("old password cannot be empty"),
"openSystemSetting" : MessageLookupByLibrary.simpleMessage("Open System Setting"),
"password" : MessageLookupByLibrary.simpleMessage("PASSWORD"),
"passwordCantBeEmpty" : MessageLookupByLibrary.simpleMessage("password cannot be empty"),
"passwordTooLong" : MessageLookupByLibrary.simpleMessage("password length cannot be greater than 20 digits"),
"passwordTooShort" : MessageLookupByLibrary.simpleMessage("password length cannot be less than 8 digits"),
"pickAColor" : MessageLookupByLibrary.simpleMessage("Pick a color!"),
"picture" : MessageLookupByLibrary.simpleMessage("Picture"),
"pink" : MessageLookupByLibrary.simpleMessage("pink"),
"projectLink" : MessageLookupByLibrary.simpleMessage("Project Link"),
"pullDownToRefresh" : MessageLookupByLibrary.simpleMessage("pull down to refresh"),
"pullUpToLoadMore" : MessageLookupByLibrary.simpleMessage("pull up load more"),
"purple" : MessageLookupByLibrary.simpleMessage("purple"),
"reLoading" : MessageLookupByLibrary.simpleMessage("click to reload"),
"reSetPassword" : MessageLookupByLibrary.simpleMessage("please set your password again"),
"read" : MessageLookupByLibrary.simpleMessage("Read"),
"register" : MessageLookupByLibrary.simpleMessage("Register"),
"remindMe" : MessageLookupByLibrary.simpleMessage("remind me"),
"repeat" : MessageLookupByLibrary.simpleMessage("repeat"),
"requestError" : MessageLookupByLibrary.simpleMessage("request error"),
"requestFailed" : MessageLookupByLibrary.simpleMessage("request failed"),
"resetPassword" : MessageLookupByLibrary.simpleMessage("Reset Password"),
"resetPasswordFailed" : MessageLookupByLibrary.simpleMessage("Password reset failed"),
"resetPasswordSuccess" : MessageLookupByLibrary.simpleMessage("Password reset complete"),
"restrictedDes" : MessageLookupByLibrary.simpleMessage("Permission is restricted"),
"save" : MessageLookupByLibrary.simpleMessage("save"),
"searchIcon" : MessageLookupByLibrary.simpleMessage("Try searching for icon name"),
"setEmailAccount" : MessageLookupByLibrary.simpleMessage("please set your email account"),
"setIconName" : MessageLookupByLibrary.simpleMessage("icon name"),
"setNewPassword" : MessageLookupByLibrary.simpleMessage("please set your new password"),
"setPassword" : MessageLookupByLibrary.simpleMessage("please set your password"),
"setUserName" : MessageLookupByLibrary.simpleMessage("please set your username"),
"signUp" : MessageLookupByLibrary.simpleMessage("Sign Up"),
"skip" : MessageLookupByLibrary.simpleMessage("skip"),
"spendTime" : MessageLookupByLibrary.simpleMessage("Spend Time"),
"sports" : MessageLookupByLibrary.simpleMessage("Sports"),
"startAfterEnd" : MessageLookupByLibrary.simpleMessage("The start date need be smaller than the end date."),
"startDate" : MessageLookupByLibrary.simpleMessage("start date"),
"submit" : MessageLookupByLibrary.simpleMessage("Submit"),
"submitAgain" : MessageLookupByLibrary.simpleMessage("submit again"),
"submitSuccess" : MessageLookupByLibrary.simpleMessage("submit success!"),
"synchronizeFailed" : MessageLookupByLibrary.simpleMessage("Synchronize failed"),
"synchronizing" : MessageLookupByLibrary.simpleMessage("Synchronizing..."),
"taskItems" : m3,
"taskNum" : MessageLookupByLibrary.simpleMessage("Task Number"),
"thanksForFeedback" : MessageLookupByLibrary.simpleMessage("Thanks for your feedback"),
"thePassword" : MessageLookupByLibrary.simpleMessage("password"),
"timeOut" : MessageLookupByLibrary.simpleMessage("timeout error"),
"toFinishTask" : MessageLookupByLibrary.simpleMessage("Try to complete a task!"),
"travel" : MessageLookupByLibrary.simpleMessage("Travel"),
"tryToSearch" : MessageLookupByLibrary.simpleMessage("Try searching for the title or content"),
"twoPasswordsNotSame" : MessageLookupByLibrary.simpleMessage("two passwords are not same"),
"unknownDes" : MessageLookupByLibrary.simpleMessage("Unknown permission"),
"update" : MessageLookupByLibrary.simpleMessage("update"),
"userName" : MessageLookupByLibrary.simpleMessage("username"),
"userNameCantBeNull" : MessageLookupByLibrary.simpleMessage("username can not be empty"),
"userNameContainEmpty" : MessageLookupByLibrary.simpleMessage("username cannot contain spaces"),
"usernameCantBeEmpty" : MessageLookupByLibrary.simpleMessage("username cannot be empty"),
"verifyCode" : MessageLookupByLibrary.simpleMessage("verify code"),
"verifyCodeCantBeEmpty" : MessageLookupByLibrary.simpleMessage("verify code cannot be empty"),
"verifyCodeContainEmpty" : MessageLookupByLibrary.simpleMessage("verify code cannot contain spaces"),
"version100" : MessageLookupByLibrary.simpleMessage("Version:1.0.0 \n\nThe Version 1.0.0 released!\n"),
"version101" : MessageLookupByLibrary.simpleMessage("Version:1.0.1 \n\n1.Fixed: done list show error \n2.Add: Edit page can add start-date and deadline\n"),
"version102" : MessageLookupByLibrary.simpleMessage("Version:1.0.2 \n\n1.Fixed: some bugs \n2.Add: IconSetting Page can search icons now \n"),
"version103" : MessageLookupByLibrary.simpleMessage("Version:1.0.3 \n\n1.Fixed: The text color of the upgrade frame is wrong.(dark mode) \n2.Fixed: Done List complete time is negative. \n3.Add: Suggestion display wall. \n"),
"version104" : MessageLookupByLibrary.simpleMessage("Version:1.0.4 \n\n1.Fixed: Search page overflow bugs, other small bugs \n2.Add: Account System.🎉 Celebrating github Stars number over 500 \n\nTodo: Sync task list information to the cloud \n"),
"version105" : MessageLookupByLibrary.simpleMessage("Version:1.0.5 \n\n1.Fixed: Fix the bug that the homepage returns to log in and then returns to the homepage to create a task that cannot be refreshed \n2.Optimization: upgrade popup display timeout error \n3.Add: 🎉 Sync tasks to the cloud! Ma Ma no longer have to worry about changing my phone! 🎉 \n"),
"version106" : MessageLookupByLibrary.simpleMessage("Version:1.0.6 \n\n1.Fixed: a lot of bugs due to the online account system. \n2.Optimization: now you can edit all icons when the icons\'s number is bigger than six \n3.Add: You can set the network image as the background on the account page. \n"),
"version107" : MessageLookupByLibrary.simpleMessage("Version:1.0.7 \n\n1.Fixed: some bugs had been discovered! \n2.Add: Now you can change your background to network image in main page!It will be very beautiful! \n"),
"versionDescription" : MessageLookupByLibrary.simpleMessage("Version Description"),
"waitAMoment" : MessageLookupByLibrary.simpleMessage("please wait for a moment..."),
"waiting" : MessageLookupByLibrary.simpleMessage("waiting..."),
"weatherGetWrong" : MessageLookupByLibrary.simpleMessage("failed to get the weatherplease try again"),
"weatherGetting" : MessageLookupByLibrary.simpleMessage("the weather is inquiring..."),
"weatherSuccess" : MessageLookupByLibrary.simpleMessage("the weather is successful"),
"welcomeWord" : MessageLookupByLibrary.simpleMessage("Hello! "),
"work" : MessageLookupByLibrary.simpleMessage("Work"),
"writeAtLeastOneTaskItem" : MessageLookupByLibrary.simpleMessage("Please write at least one task."),
"writeYourContactInfo" : MessageLookupByLibrary.simpleMessage("whether to leave your contact information"),
"writeYourFeedback" : MessageLookupByLibrary.simpleMessage("write your feedback "),
"wrongParams" : MessageLookupByLibrary.simpleMessage("please check your input content")
};
}