zh-CN.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. {
  2. "appName": "Appflowy",
  3. "defaultUsername": "我",
  4. "welcomeText": "欢迎使用 @:appName",
  5. "githubStarText": "Star on GitHub",
  6. "subscribeNewsletterText": "消息订阅",
  7. "letsGoButtonText": "开始",
  8. "title": "标题",
  9. "signUp": {
  10. "buttonText": "注册",
  11. "title": "注册 @:appName 账户",
  12. "getStartedText": "开始",
  13. "emptyPasswordError": "密码不能为空",
  14. "repeatPasswordEmptyError": "确认密码不能为空",
  15. "unmatchedPasswordError": "两次密码输入不一致",
  16. "alreadyHaveAnAccount": "已有账户?",
  17. "emailHint": "邮箱",
  18. "passwordHint": "密码",
  19. "repeatPasswordHint": "确认密码"
  20. },
  21. "signIn": {
  22. "loginTitle": "登录 @:appName",
  23. "loginButtonText": "登录",
  24. "buttonText": "登录",
  25. "forgotPassword": "忘记密码?",
  26. "emailHint": "邮箱",
  27. "passwordHint": "密码",
  28. "dontHaveAnAccount": "没有已注册的账户?",
  29. "repeatPasswordEmptyError": "确认密码不能为空",
  30. "unmatchedPasswordError": "两次密码输入不一致"
  31. },
  32. "workspace": {
  33. "create": "新建空间",
  34. "hint": "空间",
  35. "notFoundError": "未知的空间"
  36. },
  37. "shareAction": {
  38. "buttonText": "分享",
  39. "workInProgress": "敬请期待",
  40. "markdown": "Markdown",
  41. "copyLink": "复制链接"
  42. },
  43. "disclosureAction": {
  44. "rename": "重命名",
  45. "delete": "删除",
  46. "duplicate": "复制"
  47. },
  48. "blankPageTitle": "空白页",
  49. "newPageText": "新页面",
  50. "trash": {
  51. "text": "回收站",
  52. "restoreAll": "全部恢复",
  53. "deleteAll": "全部删除",
  54. "pageHeader": {
  55. "fileName": "文件名",
  56. "lastModified": "最近修改",
  57. "created": "创建"
  58. }
  59. },
  60. "deletePagePrompt": {
  61. "text": "此页面已被移动至回收站",
  62. "restore": "恢复页面",
  63. "deletePermanent": "彻底删除"
  64. },
  65. "dialogCreatePageNameHint": "页面名称",
  66. "questionBubble": {
  67. "whatsNew": "新功能?",
  68. "help": "帮助 & 支持",
  69. "debug": {
  70. "name": "调试信息",
  71. "success": "将调试信息复制到剪贴板!",
  72. "fail": "无法将调试信息复制到剪贴板"
  73. }
  74. },
  75. "menuAppHeader": {
  76. "addPageTooltip": "在其中快速添加页面",
  77. "defaultNewPageName": "未命名页面",
  78. "renameDialog": "重命名"
  79. },
  80. "toolbar": {
  81. "undo": "撤销",
  82. "redo": "恢复",
  83. "bold": "加粗",
  84. "italic": "斜体",
  85. "underline": "下划线",
  86. "strike": "删除线",
  87. "numList": "有序列表",
  88. "bulletList": "无序列表",
  89. "checkList": "任务列表",
  90. "inlineCode": "内联代码",
  91. "quote": "块引用",
  92. "header": "标题",
  93. "highlight": "高亮"
  94. },
  95. "tooltip": {
  96. "lightMode": "切换到亮色模式",
  97. "darkMode": "切换到暗色模式"
  98. },
  99. "notifications": {
  100. "export": {
  101. "markdown": "导出笔记为Markdown文档",
  102. "path": "Documents/flowy"
  103. }
  104. },
  105. "contactsPage": {
  106. "title": "联系人",
  107. "whatsHappening": "这周发生了哪些事?",
  108. "addContact": "添加联系人",
  109. "editContact": "编辑联系人"
  110. },
  111. "button": {
  112. "OK": "确认",
  113. "Cancel": "取消",
  114. "signIn": "登录",
  115. "signOut": "登出",
  116. "complete": "完成",
  117. "save": "保存"
  118. },
  119. "label": {
  120. "welcome": "欢迎!",
  121. "firstName": "名",
  122. "middleName": "中间名",
  123. "lastName": "姓",
  124. "stepX": "第{X}步"
  125. },
  126. "oAuth": {
  127. "err": {
  128. "failedTitle": "无法连接到您的账户。",
  129. "failedMsg": "请确认您已在浏览器中完成登录。"
  130. },
  131. "google": {
  132. "title": "Google 账号登录",
  133. "instruction1": "为了导入您的 Google 联系人,您需要在浏览器中给予本程序授权。",
  134. "instruction2": "单击图标或选择文本复制到剪贴板:",
  135. "instruction3": "进入下面的链接,然后输入上面的代码:",
  136. "instruction4": "完成注册后,点击下面的按钮:"
  137. }
  138. },
  139. "settings": {
  140. "title": "设置",
  141. "menu": {
  142. "appearance": "外观",
  143. "language": "语言",
  144. "user": "用户",
  145. "open": "打开设置"
  146. },
  147. "appearance": {
  148. "lightLabel": "日间模式",
  149. "darkLabel": "夜间模式"
  150. }
  151. },
  152. "sideBar": {
  153. "openSidebar": "打开侧边栏",
  154. "closeSidebar": "关闭侧边栏"
  155. },
  156. "grid": {
  157. "settings": {
  158. "filter": "过滤器",
  159. "sortBy": "排序",
  160. "Properties": "属性"
  161. },
  162. "field": {
  163. "hide": "隐藏",
  164. "insertLeft": "左侧插入",
  165. "insertRight": "右侧插入",
  166. "duplicate": "拷贝",
  167. "delete": "删除",
  168. "textFieldName": "文本",
  169. "checkboxFieldName": "勾选框",
  170. "dateFieldName": "日期",
  171. "numberFieldName": "数字",
  172. "singleSelectFieldName": "单项选择器",
  173. "multiSelectFieldName": "多项选择器",
  174. "urlFieldName": "链接",
  175. "numberFormat": " 数字格式",
  176. "dateFormat": " 日期格式",
  177. "includeTime": " 包含时间",
  178. "dateFormatFriendly": "月 日,年",
  179. "dateFormatISO": "年-月-日",
  180. "dateFormatLocal": "年/月/日",
  181. "dateFormatUS": "年/月/日",
  182. "timeFormat": " 时间格式",
  183. "invalidTimeFormat": "时间格式错误",
  184. "timeFormatTwelveHour": "12小时制",
  185. "timeFormatTwentyFourHour": "24小时制",
  186. "addSelectOption": "添加一个标签",
  187. "optionTitle": "标签",
  188. "addOption": "添加标签",
  189. "editProperty": "编辑列属性"
  190. },
  191. "row": {
  192. "duplicate": "复制",
  193. "delete": "删除",
  194. "textPlaceholder": "空",
  195. "copyProperty": "复制列"
  196. },
  197. "selectOption": {
  198. "create": "新建",
  199. "purpleColor": "紫色",
  200. "pinkColor": "粉色",
  201. "lightPinkColor": "浅粉色",
  202. "orangeColor": "橙色",
  203. "yellowColor": "黄色",
  204. "limeColor": "鲜绿色",
  205. "greenColor": "绿色",
  206. "aquaColor": "水蓝色",
  207. "blueColor": "蓝色",
  208. "deleteTag": "删除标签",
  209. "colorPannelTitle": "颜色",
  210. "pannelTitle": "选择或新建一个标签",
  211. "searchOption": "搜索标签"
  212. },
  213. "menuName": "网格"
  214. },
  215. "document": {
  216. "menuName": "文档",
  217. "date": {
  218. "timeHintTextInTwelveHour": "12:00 AM",
  219. "timeHintTextInTwentyFourHour": "12:00"
  220. }
  221. }
  222. }