en.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. },
  70. "menuAppHeader": {
  71. "addPageTooltip": "Quickly add a page inside",
  72. "defaultNewPageName": "Untitles",
  73. "renameDialog": "Rename"
  74. },
  75. "toolbar": {
  76. "undo": "Undo",
  77. "redo": "Redo",
  78. "bold": "Bold",
  79. "italic": "Italic",
  80. "underline": "Underline",
  81. "strike": "Strikethrough",
  82. "numList": "Numbered List",
  83. "bulletList": "Bulleted List",
  84. "checkList": "Check List",
  85. "inlineCode": "Inline Code",
  86. "quote": "Quote Block"
  87. },
  88. "contactsPage": {
  89. "title": "Contacts",
  90. "whatsHappening": "What's happening this week?",
  91. "addContact": "Add Contact",
  92. "editContact": "Edit Contact"
  93. },
  94. "button": {
  95. "OK": "OK",
  96. "Cancel": "Cancel",
  97. "signIn": "Sign In",
  98. "signOut": "Sign Out",
  99. "complete": "Complete",
  100. "save": "Save"
  101. },
  102. "label": {
  103. "welcome": "Welcome!",
  104. "firstName": "First Name",
  105. "middleName": "Middle Name",
  106. "lastName": "Last Name",
  107. "stepX": "Step {X}"
  108. },
  109. "oAuth": {
  110. "err": {
  111. "failedTitle": "Unable to connect to your account.",
  112. "failedMsg": "Please make sure you've completed the sign-in process in your browser."
  113. },
  114. "google": {
  115. "title": "GOOGLE SIGN-IN",
  116. "instruction1": "In order to import your Google Contacts, you'll need to authorize this application using your web browser.",
  117. "instruction2": "Copy this code to your clipboard by clicking the icon or selecting the text:",
  118. "instruction3": "Navigate to the following link in your web browser, and enter the above code:",
  119. "instruction4": "Press the button below when you've completed signup:"
  120. }
  121. }
  122. }