zh-TW.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. {
  2. "appName": "AppFlowy",
  3. "defaultUsername": "我",
  4. "welcomeText": "歡迎使用 @:appName",
  5. "githubStarText": "在 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": "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. "grid": {
  153. "settings": {
  154. "filter": "篩選",
  155. "sortBy": "排序方式",
  156. "Properties": "內容"
  157. },
  158. "field": {
  159. "hide": "隱藏",
  160. "insertLeft": "插入左方欄",
  161. "insertRight": "插入右方欄",
  162. "duplicate": "複製",
  163. "delete": "刪除",
  164. "textFieldName": "文字",
  165. "checkboxFieldName": "核取方塊",
  166. "dateFieldName": "日期",
  167. "numberFieldName": "數字",
  168. "singleSelectFieldName": "單選",
  169. "multiSelectFieldName": "多選",
  170. "urlFieldName": "網址",
  171. "numberFormat": " 數字格式",
  172. "dateFormat": " 日期格式",
  173. "includeTime": " 包含時間",
  174. "dateFormatFriendly": "月 日,年",
  175. "dateFormatISO": "年-月-日",
  176. "dateFormatLocal": "月/日/年",
  177. "dateFormatUS": "年/月/日",
  178. "timeFormat": " 時間格式",
  179. "invalidTimeFormat": "格式無效",
  180. "timeFormatTwelveHour": "12 小時",
  181. "timeFormatTwentyFourHour": "24 小時",
  182. "addSelectOption": "新增選項",
  183. "optionTitle": "選項",
  184. "addOption": "新增選項",
  185. "editProperty": "編輯內容"
  186. },
  187. "row": {
  188. "duplicate": "複製",
  189. "delete": "刪除",
  190. "textPlaceholder": "空",
  191. "copyProperty": "已將內容複製至剪貼簿"
  192. },
  193. "selectOption": {
  194. "create": "建立",
  195. "purpleColor": "紫色",
  196. "pinkColor": "粉色",
  197. "lightPinkColor": "淡粉色",
  198. "orangeColor": "橘色",
  199. "yellowColor": "黃色",
  200. "limeColor": "萊姆色",
  201. "greenColor": "綠色",
  202. "aquaColor": "水藍色",
  203. "blueColor": "藍色",
  204. "deleteTag": "刪除標籤",
  205. "colorPanelTitle": "顏色",
  206. "panelTitle": "搜尋或建立選項",
  207. "searchOption": "搜尋選項"
  208. },
  209. "menuName": "網格"
  210. },
  211. "document": {
  212. "menuName": "檔案",
  213. "date": {
  214. "timeHintTextInTwelveHour": "01:00 PM",
  215. "timeHintTextInTwentyFourHour": "13:00"
  216. }
  217. },
  218. "sideBar": {
  219. "openSidebar": "Open sidebar",
  220. "closeSidebar": "Close sidebar"
  221. }
  222. }