locale_keys.g.dart 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. // DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
  2. abstract class LocaleKeys {
  3. static const appName = 'appName';
  4. static const defaultUsername = 'defaultUsername';
  5. static const welcomeText = 'welcomeText';
  6. static const githubStarText = 'githubStarText';
  7. static const subscribeNewsletterText = 'subscribeNewsletterText';
  8. static const letsGoButtonText = 'letsGoButtonText';
  9. static const title = 'title';
  10. static const signUp_buttonText = 'signUp.buttonText';
  11. static const signUp_title = 'signUp.title';
  12. static const signUp_getStartedText = 'signUp.getStartedText';
  13. static const signUp_emptyPasswordError = 'signUp.emptyPasswordError';
  14. static const signUp_repeatPasswordEmptyError = 'signUp.repeatPasswordEmptyError';
  15. static const signUp_unmatchedPasswordError = 'signUp.unmatchedPasswordError';
  16. static const signUp_alreadyHaveAnAccount = 'signUp.alreadyHaveAnAccount';
  17. static const signUp_emailHint = 'signUp.emailHint';
  18. static const signUp_passwordHint = 'signUp.passwordHint';
  19. static const signUp_repeatPasswordHint = 'signUp.repeatPasswordHint';
  20. static const signUp = 'signUp';
  21. static const signIn_loginTitle = 'signIn.loginTitle';
  22. static const signIn_loginButtonText = 'signIn.loginButtonText';
  23. static const signIn_buttonText = 'signIn.buttonText';
  24. static const signIn_forgotPassword = 'signIn.forgotPassword';
  25. static const signIn_emailHint = 'signIn.emailHint';
  26. static const signIn_passwordHint = 'signIn.passwordHint';
  27. static const signIn_dontHaveAnAccount = 'signIn.dontHaveAnAccount';
  28. static const signIn_repeatPasswordEmptyError = 'signIn.repeatPasswordEmptyError';
  29. static const signIn_unmatchedPasswordError = 'signIn.unmatchedPasswordError';
  30. static const signIn = 'signIn';
  31. static const workspace_create = 'workspace.create';
  32. static const workspace_hint = 'workspace.hint';
  33. static const workspace_notFoundError = 'workspace.notFoundError';
  34. static const workspace = 'workspace';
  35. static const shareAction_buttonText = 'shareAction.buttonText';
  36. static const shareAction_workInProgress = 'shareAction.workInProgress';
  37. static const shareAction_markdown = 'shareAction.markdown';
  38. static const shareAction_copyLink = 'shareAction.copyLink';
  39. static const shareAction = 'shareAction';
  40. static const disclosureAction_rename = 'disclosureAction.rename';
  41. static const disclosureAction_delete = 'disclosureAction.delete';
  42. static const disclosureAction_duplicate = 'disclosureAction.duplicate';
  43. static const disclosureAction = 'disclosureAction';
  44. static const blankPageTitle = 'blankPageTitle';
  45. static const newPageText = 'newPageText';
  46. static const trash_text = 'trash.text';
  47. static const trash_restoreAll = 'trash.restoreAll';
  48. static const trash_deleteAll = 'trash.deleteAll';
  49. static const trash_pageHeader_fileName = 'trash.pageHeader.fileName';
  50. static const trash_pageHeader_lastModified = 'trash.pageHeader.lastModified';
  51. static const trash_pageHeader_created = 'trash.pageHeader.created';
  52. static const trash_pageHeader = 'trash.pageHeader';
  53. static const trash = 'trash';
  54. static const deletePagePrompt_text = 'deletePagePrompt.text';
  55. static const deletePagePrompt_restore = 'deletePagePrompt.restore';
  56. static const deletePagePrompt_deletePermanent = 'deletePagePrompt.deletePermanent';
  57. static const deletePagePrompt = 'deletePagePrompt';
  58. static const dialogCreatePageNameHint = 'dialogCreatePageNameHint';
  59. static const questionBubble_whatsNew = 'questionBubble.whatsNew';
  60. static const questionBubble_help = 'questionBubble.help';
  61. static const questionBubble = 'questionBubble';
  62. static const menuAppHeader_addPageTooltip = 'menuAppHeader.addPageTooltip';
  63. static const menuAppHeader_defaultNewPageName = 'menuAppHeader.defaultNewPageName';
  64. static const menuAppHeader_renameDialog = 'menuAppHeader.renameDialog';
  65. static const menuAppHeader = 'menuAppHeader';
  66. static const toolbar_undo = 'toolbar.undo';
  67. static const toolbar_redo = 'toolbar.redo';
  68. static const toolbar_bold = 'toolbar.bold';
  69. static const toolbar_italic = 'toolbar.italic';
  70. static const toolbar_underline = 'toolbar.underline';
  71. static const toolbar_strike = 'toolbar.strike';
  72. static const toolbar_numList = 'toolbar.numList';
  73. static const toolbar_bulletList = 'toolbar.bulletList';
  74. static const toolbar_checkList = 'toolbar.checkList';
  75. static const toolbar_inlineCode = 'toolbar.inlineCode';
  76. static const toolbar_quote = 'toolbar.quote';
  77. static const toolbar = 'toolbar';
  78. static const contactsPage_title = 'contactsPage.title';
  79. static const contactsPage_whatsHappening = 'contactsPage.whatsHappening';
  80. static const contactsPage_addContact = 'contactsPage.addContact';
  81. static const contactsPage_editContact = 'contactsPage.editContact';
  82. static const contactsPage = 'contactsPage';
  83. static const button_OK = 'button.OK';
  84. static const button_Cancel = 'button.Cancel';
  85. static const button_signIn = 'button.signIn';
  86. static const button_signOut = 'button.signOut';
  87. static const button_complete = 'button.complete';
  88. static const button_save = 'button.save';
  89. static const button = 'button';
  90. static const label_welcome = 'label.welcome';
  91. static const label_firstName = 'label.firstName';
  92. static const label_middleName = 'label.middleName';
  93. static const label_lastName = 'label.lastName';
  94. static const label_stepX = 'label.stepX';
  95. static const label = 'label';
  96. static const oAuth_err_failedTitle = 'oAuth.err.failedTitle';
  97. static const oAuth_err_failedMsg = 'oAuth.err.failedMsg';
  98. static const oAuth_err = 'oAuth.err';
  99. static const oAuth_google_title = 'oAuth.google.title';
  100. static const oAuth_google_instruction1 = 'oAuth.google.instruction1';
  101. static const oAuth_google_instruction2 = 'oAuth.google.instruction2';
  102. static const oAuth_google_instruction3 = 'oAuth.google.instruction3';
  103. static const oAuth_google_instruction4 = 'oAuth.google.instruction4';
  104. static const oAuth_google = 'oAuth.google';
  105. static const oAuth = 'oAuth';
  106. }