| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 | // DO NOT EDIT. This is code generated via package:easy_localization/generate.dartabstract class  LocaleKeys {  static const appName = 'appName';  static const defaultUsername = 'defaultUsername';  static const welcomeText = 'welcomeText';  static const githubStarText = 'githubStarText';  static const subscribeNewsletterText = 'subscribeNewsletterText';  static const letsGoButtonText = 'letsGoButtonText';  static const title = 'title';  static const signUp_buttonText = 'signUp.buttonText';  static const signUp_title = 'signUp.title';  static const signUp_getStartedText = 'signUp.getStartedText';  static const signUp_emptyPasswordError = 'signUp.emptyPasswordError';  static const signUp_repeatPasswordEmptyError = 'signUp.repeatPasswordEmptyError';  static const signUp_unmatchedPasswordError = 'signUp.unmatchedPasswordError';  static const signUp_alreadyHaveAnAccount = 'signUp.alreadyHaveAnAccount';  static const signUp_emailHint = 'signUp.emailHint';  static const signUp_passwordHint = 'signUp.passwordHint';  static const signUp_repeatPasswordHint = 'signUp.repeatPasswordHint';  static const signUp = 'signUp';  static const signIn_loginTitle = 'signIn.loginTitle';  static const signIn_loginButtonText = 'signIn.loginButtonText';  static const signIn_buttonText = 'signIn.buttonText';  static const signIn_forgotPassword = 'signIn.forgotPassword';  static const signIn_emailHint = 'signIn.emailHint';  static const signIn_passwordHint = 'signIn.passwordHint';  static const signIn_dontHaveAnAccount = 'signIn.dontHaveAnAccount';  static const signIn_repeatPasswordEmptyError = 'signIn.repeatPasswordEmptyError';  static const signIn_unmatchedPasswordError = 'signIn.unmatchedPasswordError';  static const signIn = 'signIn';  static const workspace_create = 'workspace.create';  static const workspace_hint = 'workspace.hint';  static const workspace_notFoundError = 'workspace.notFoundError';  static const workspace = 'workspace';  static const shareAction_buttonText = 'shareAction.buttonText';  static const shareAction_workInProgress = 'shareAction.workInProgress';  static const shareAction_markdown = 'shareAction.markdown';  static const shareAction_copyLink = 'shareAction.copyLink';  static const shareAction = 'shareAction';  static const disclosureAction_rename = 'disclosureAction.rename';  static const disclosureAction_delete = 'disclosureAction.delete';  static const disclosureAction_duplicate = 'disclosureAction.duplicate';  static const disclosureAction = 'disclosureAction';  static const blankPageTitle = 'blankPageTitle';  static const newPageText = 'newPageText';  static const trash_text = 'trash.text';  static const trash_restoreAll = 'trash.restoreAll';  static const trash_deleteAll = 'trash.deleteAll';  static const trash_pageHeader_fileName = 'trash.pageHeader.fileName';  static const trash_pageHeader_lastModified = 'trash.pageHeader.lastModified';  static const trash_pageHeader_created = 'trash.pageHeader.created';  static const trash_pageHeader = 'trash.pageHeader';  static const trash = 'trash';  static const deletePagePrompt_text = 'deletePagePrompt.text';  static const deletePagePrompt_restore = 'deletePagePrompt.restore';  static const deletePagePrompt_deletePermanent = 'deletePagePrompt.deletePermanent';  static const deletePagePrompt = 'deletePagePrompt';  static const dialogCreatePageNameHint = 'dialogCreatePageNameHint';  static const questionBubble_whatsNew = 'questionBubble.whatsNew';  static const questionBubble_help = 'questionBubble.help';  static const questionBubble = 'questionBubble';  static const menuAppHeader_addPageTooltip = 'menuAppHeader.addPageTooltip';  static const menuAppHeader_defaultNewPageName = 'menuAppHeader.defaultNewPageName';  static const menuAppHeader_renameDialog = 'menuAppHeader.renameDialog';  static const menuAppHeader = 'menuAppHeader';  static const toolbar_undo = 'toolbar.undo';  static const toolbar_redo = 'toolbar.redo';  static const toolbar_bold = 'toolbar.bold';  static const toolbar_italic = 'toolbar.italic';  static const toolbar_underline = 'toolbar.underline';  static const toolbar_strike = 'toolbar.strike';  static const toolbar_numList = 'toolbar.numList';  static const toolbar_bulletList = 'toolbar.bulletList';  static const toolbar_checkList = 'toolbar.checkList';  static const toolbar_inlineCode = 'toolbar.inlineCode';  static const toolbar_quote = 'toolbar.quote';  static const toolbar = 'toolbar';  static const contactsPage_title = 'contactsPage.title';  static const contactsPage_whatsHappening = 'contactsPage.whatsHappening';  static const contactsPage_addContact = 'contactsPage.addContact';  static const contactsPage_editContact = 'contactsPage.editContact';  static const contactsPage = 'contactsPage';  static const button_OK = 'button.OK';  static const button_Cancel = 'button.Cancel';  static const button_signIn = 'button.signIn';  static const button_signOut = 'button.signOut';  static const button_complete = 'button.complete';  static const button_save = 'button.save';  static const button = 'button';  static const label_welcome = 'label.welcome';  static const label_firstName = 'label.firstName';  static const label_middleName = 'label.middleName';  static const label_lastName = 'label.lastName';  static const label_stepX = 'label.stepX';  static const label = 'label';  static const oAuth_err_failedTitle = 'oAuth.err.failedTitle';  static const oAuth_err_failedMsg = 'oAuth.err.failedMsg';  static const oAuth_err = 'oAuth.err';  static const oAuth_google_title = 'oAuth.google.title';  static const oAuth_google_instruction1 = 'oAuth.google.instruction1';  static const oAuth_google_instruction2 = 'oAuth.google.instruction2';  static const oAuth_google_instruction3 = 'oAuth.google.instruction3';  static const oAuth_google_instruction4 = 'oAuth.google.instruction4';  static const oAuth_google = 'oAuth.google';  static const oAuth = 'oAuth';}
 |