en.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "appName": "AppFlowy",
  3. "defaultUsername": "Me",
  4. "welcomeText": "Welcome to @:appName",
  5. "githubStarText": "Star on GitHub",
  6. "subscribeNewsletterText": "Subscribe to Newsletter",
  7. "letsGoButtonText": "Let's Go",
  8. "title": "Title",
  9. "signUp": {
  10. "buttonText": "Sign Up",
  11. "title": "Sign Up to @:appName",
  12. "getStartedText": "Get Started",
  13. "emptyPasswordError": "Password can't be empty",
  14. "repeatPasswordEmptyError": "Repeat password can't be empty",
  15. "unmatchedPasswordError": "Repeat password is not the same as password",
  16. "alreadyHaveAnAccount": "Already have an account?",
  17. "emailHint": "Email",
  18. "passwordHint": "Password",
  19. "repeatPasswordHint": "Repeat password"
  20. },
  21. "signIn": {
  22. "loginTitle": "Login to @:appName",
  23. "loginButtonText": "Login",
  24. "buttonText": "Sign In",
  25. "forgotPassword": "Forgot Password?",
  26. "emailHint": "Email",
  27. "passwordHint": "Password",
  28. "dontHaveAnAccount": "Don't have an account?",
  29. "repeatPasswordEmptyError": "Repeat password can't be empty",
  30. "unmatchedPasswordError": "Repeat password is not the same as password"
  31. },
  32. "workspace": {
  33. "create": "Create workspace",
  34. "hint": "workspace",
  35. "notFoundError": "Workspace not found"
  36. },
  37. "shareAction": {
  38. "buttonText": "Share",
  39. "workInProgress": "Work in progress",
  40. "markdown": "Markdown",
  41. "copyLink": "Copy Link"
  42. },
  43. "disclosureAction": {
  44. "rename": "Rename",
  45. "delete": "Delete",
  46. "duplicate": "Duplicate"
  47. },
  48. "blankPageTitle": "Blank page",
  49. "newPageText": "New page",
  50. "trash": {
  51. "text": "Trash",
  52. "restoreAll": "Restore All",
  53. "deleteAll": "Delete All",
  54. "pageHeader": {
  55. "fileName": "File name",
  56. "lastModified": "Last Modified",
  57. "created": "Created"
  58. }
  59. },
  60. "deletePagePrompt": {
  61. "text": "This page is in Trash",
  62. "restore": "Restore page",
  63. "deletePermanent": "Delete permanently"
  64. },
  65. "dialogCreatePageNameHint": "Page name",
  66. "questionBubble": {
  67. "whatsNew": "What's new?",
  68. "help": "Help & Support",
  69. "debug": {
  70. "name": "Debug Info",
  71. "success": "Copied debug info to clipboard!",
  72. "fail": "Unable to copy debug info to clipboard"
  73. }
  74. },
  75. "menuAppHeader": {
  76. "addPageTooltip": "Quickly add a page inside",
  77. "defaultNewPageName": "Untitled",
  78. "renameDialog": "Rename"
  79. },
  80. "toolbar": {
  81. "undo": "Undo",
  82. "redo": "Redo",
  83. "bold": "Bold",
  84. "italic": "Italic",
  85. "underline": "Underline",
  86. "strike": "Strikethrough",
  87. "numList": "Numbered List",
  88. "bulletList": "Bulleted List",
  89. "checkList": "Check List",
  90. "inlineCode": "Inline Code",
  91. "quote": "Quote Block"
  92. },
  93. "tooltip":{
  94. "lightMode": "Switch to Light mode",
  95. "darkMode": "Switch to Dark mode"
  96. },
  97. "contactsPage": {
  98. "title": "Contacts",
  99. "whatsHappening": "What's happening this week?",
  100. "addContact": "Add Contact",
  101. "editContact": "Edit Contact"
  102. },
  103. "button": {
  104. "OK": "OK",
  105. "Cancel": "Cancel",
  106. "signIn": "Sign In",
  107. "signOut": "Sign Out",
  108. "complete": "Complete",
  109. "save": "Save"
  110. },
  111. "label": {
  112. "welcome": "Welcome!",
  113. "firstName": "First Name",
  114. "middleName": "Middle Name",
  115. "lastName": "Last Name",
  116. "stepX": "Step {X}"
  117. },
  118. "oAuth": {
  119. "err": {
  120. "failedTitle": "Unable to connect to your account.",
  121. "failedMsg": "Please make sure you've completed the sign-in process in your browser."
  122. },
  123. "google": {
  124. "title": "GOOGLE SIGN-IN",
  125. "instruction1": "In order to import your Google Contacts, you'll need to authorize this application using your web browser.",
  126. "instruction2": "Copy this code to your clipboard by clicking the icon or selecting the text:",
  127. "instruction3": "Navigate to the following link in your web browser, and enter the above code:",
  128. "instruction4": "Press the button below when you've completed signup:"
  129. }
  130. }
  131. }