zh-TW.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  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. "moreAction": {
  44. "small": "小",
  45. "medium": "中",
  46. "large": "大",
  47. "fontSize": "字體大小",
  48. "import": "匯入"
  49. },
  50. "disclosureAction": {
  51. "rename": "重新命名",
  52. "delete": "刪除",
  53. "duplicate": "複製"
  54. },
  55. "blankPageTitle": "空白頁面",
  56. "newPageText": "新增頁面",
  57. "trash": {
  58. "text": "垃圾筒",
  59. "restoreAll": "全部復原",
  60. "deleteAll": "全部刪除",
  61. "pageHeader": {
  62. "fileName": "檔案名稱",
  63. "lastModified": "最後修改時間",
  64. "created": "建立時間"
  65. }
  66. },
  67. "deletePagePrompt": {
  68. "text": "此頁面在垃圾筒中",
  69. "restore": "復原頁面",
  70. "deletePermanent": "永久刪除"
  71. },
  72. "dialogCreatePageNameHint": "頁面名稱",
  73. "questionBubble": {
  74. "shortcuts": "快捷鍵",
  75. "whatsNew": "新功能",
  76. "help": "幫助 & 支援",
  77. "debug": {
  78. "name": "除錯資訊",
  79. "success": "已將除錯資訊複製至剪貼簿!",
  80. "fail": "無法將除錯資訊複製至剪貼簿"
  81. }
  82. },
  83. "menuAppHeader": {
  84. "addPageTooltip": "快速在此新增頁面",
  85. "defaultNewPageName": "未命名",
  86. "renameDialog": "重新命名"
  87. },
  88. "toolbar": {
  89. "undo": "復原",
  90. "redo": "取消復原",
  91. "bold": "粗體",
  92. "italic": "斜體",
  93. "underline": "底線",
  94. "strike": "刪除線",
  95. "numList": "編號清單",
  96. "bulletList": "項目符號清單",
  97. "checkList": "核取清單",
  98. "inlineCode": "程式碼",
  99. "quote": "區塊引言",
  100. "header": "標題",
  101. "highlight": "反白",
  102. "color": "顏色"
  103. },
  104. "tooltip": {
  105. "lightMode": "切換至亮色模式",
  106. "darkMode": "切換至暗色模式",
  107. "openAsPage": "以頁面開啓",
  108. "addNewRow": "新增列",
  109. "openMenu": "點擊以開啟選單",
  110. "viewDataBase": "查看資料庫",
  111. "referencePage": "這個 {name} 已被引用"
  112. },
  113. "sideBar": {
  114. "closeSidebar": "關閉側欄",
  115. "openSidebar": "開啟側欄"
  116. },
  117. "notifications": {
  118. "export": {
  119. "markdown": "已將筆記匯出成 Markdown",
  120. "path": "Documents/flowy"
  121. }
  122. },
  123. "contactsPage": {
  124. "title": "聯絡人",
  125. "whatsHappening": "這週有什麼新鮮事?",
  126. "addContact": "新增聯絡人",
  127. "editContact": "編輯聯絡人"
  128. },
  129. "button": {
  130. "OK": "OK",
  131. "Cancel": "取消",
  132. "signIn": "登入",
  133. "signOut": "登出",
  134. "complete": "完成",
  135. "save": "儲存",
  136. "generate": "生成",
  137. "esc": "ESC",
  138. "keep": "保存",
  139. "tryAgain": "再試一次",
  140. "discard": "放棄變更",
  141. "replace": "取代",
  142. "insertBelow": "在下方插入"
  143. },
  144. "label": {
  145. "welcome": "歡迎!",
  146. "firstName": "名",
  147. "middleName": "中間名",
  148. "lastName": "姓",
  149. "stepX": "第 {X} 步"
  150. },
  151. "oAuth": {
  152. "err": {
  153. "failedTitle": "無法連接至您的帳號。",
  154. "failedMsg": "請確認您已在瀏覽器中完成登入程序。"
  155. },
  156. "google": {
  157. "title": "GOOGLE 登入",
  158. "instruction1": "若要匯入您的 Google 聯絡人,您必須透過瀏覽器授權此應用程式。",
  159. "instruction2": "點擊圖標或選取文字以複製代碼:",
  160. "instruction3": "前往下列網址,並輸入上述代碼:",
  161. "instruction4": "完成註冊後,請點擊下方按鈕:"
  162. }
  163. },
  164. "settings": {
  165. "title": "設定",
  166. "menu": {
  167. "appearance": "外觀",
  168. "language": "語言",
  169. "user": "使用者",
  170. "files": "檔案",
  171. "open": "開啟設定"
  172. },
  173. "appearance": {
  174. "themeMode": {
  175. "label": "主題模式",
  176. "light": "亮色模式",
  177. "dark": "暗色模式",
  178. "system": "系統設定"
  179. },
  180. "theme": "主題"
  181. },
  182. "files": {
  183. "defaultLocation": "AppFlowy 資料儲存位置",
  184. "doubleTapToCopy": "雙擊以複製路徑",
  185. "restoreLocation": "恢復為 AppFlowy 預設路徑",
  186. "customizeLocation": "開啟其他資料夾",
  187. "restartApp": "請重新啟動應用程式以使更動生效。",
  188. "exportDatabase": "匯出資料庫",
  189. "selectFiles": "選擇需要匯出的檔案",
  190. "createNewFolder": "建立新資料夾",
  191. "createNewFolderDesc": "選擇您想儲存資料的位置",
  192. "open": "開啟",
  193. "openFolder": "開啟一個已經存在的資料夾",
  194. "openFolderDesc": "讀寫至已存在的 AppFlowy 資料夾",
  195. "folderHintText": "資料夾名稱",
  196. "location": "建立新資料夾",
  197. "locationDesc": "命名 AppFlowy 資料夾",
  198. "browser": "瀏覽",
  199. "create": "建立",
  200. "folderPath": "儲存資料夾的路徑",
  201. "locationCannotBeEmpty": "路徑不能爲空",
  202. "pathCopiedSnackbar": "儲存檔案的路徑已被複製到剪貼簿!"
  203. },
  204. "user": {
  205. "name": "名稱",
  206. "icon": "圖標",
  207. "selectAnIcon": "選擇圖標",
  208. "pleaseInputYourOpenAIKey": "請輸入你的 OpenAI 密鑰"
  209. }
  210. },
  211. "grid": {
  212. "settings": {
  213. "filter": "篩選",
  214. "sort": "排序",
  215. "sortBy": "排序方式",
  216. "Properties": "屬性",
  217. "group": "群組",
  218. "addFilter": "新增篩選器",
  219. "deleteFilter": "刪除篩選器",
  220. "filterBy": "以……篩選",
  221. "typeAValue": "輸入一個值……",
  222. "layout": "佈局"
  223. },
  224. "textFilter": {
  225. "contains": "包含",
  226. "doesNotContain": "不包含",
  227. "endsWith": "以……結尾",
  228. "startWith": "以……開頭",
  229. "is": "是",
  230. "isNot": "不是",
  231. "isEmpty": "為空",
  232. "isNotEmpty": "不為空",
  233. "choicechipPrefix": {
  234. "isNot": "不是",
  235. "startWith": "以……開頭",
  236. "endWith": "以……結尾",
  237. "isEmpty": "為空",
  238. "isNotEmpty": "不為空"
  239. }
  240. },
  241. "checkboxFilter": {
  242. "isChecked": "已勾選",
  243. "isUnchecked": "未勾選",
  244. "choicechipPrefix": {
  245. "is": "是"
  246. }
  247. },
  248. "checklistFilter": {
  249. "isComplete": "已完成",
  250. "isIncomplted": "未完成"
  251. },
  252. "singleSelectOptionFilter": {
  253. "is": "是",
  254. "isNot": "不是",
  255. "isEmpty": "為空",
  256. "isNotEmpty": "不為空"
  257. },
  258. "multiSelectOptionFilter": {
  259. "contains": "包含",
  260. "doesNotContain": "不包含",
  261. "isEmpty": "為空",
  262. "isNotEmpty": "不為空"
  263. },
  264. "field": {
  265. "hide": "隱藏",
  266. "insertLeft": "插入左方欄",
  267. "insertRight": "插入右方欄",
  268. "duplicate": "複製",
  269. "delete": "刪除",
  270. "textFieldName": "文字",
  271. "checkboxFieldName": "核取方塊",
  272. "dateFieldName": "日期",
  273. "numberFieldName": "數字",
  274. "singleSelectFieldName": "單選",
  275. "multiSelectFieldName": "多選",
  276. "urlFieldName": "網址",
  277. "checklistFieldName": "核取清單",
  278. "numberFormat": "數字格式",
  279. "dateFormat": "日期格式",
  280. "includeTime": "包含時間",
  281. "dateFormatFriendly": "月 日, 年",
  282. "dateFormatISO": "年-月-日",
  283. "dateFormatLocal": "月/日/年",
  284. "dateFormatUS": "年/月/日",
  285. "timeFormat": "時間格式",
  286. "invalidTimeFormat": "格式無效",
  287. "timeFormatTwelveHour": "12 小時制",
  288. "timeFormatTwentyFourHour": "24 小時制",
  289. "addSelectOption": "新增選項",
  290. "optionTitle": "選項",
  291. "addOption": "新增選項",
  292. "editProperty": "編輯屬性",
  293. "newProperty": "新屬性",
  294. "deleteFieldPromptMessage": "您確定嗎?這個屬性將被刪除"
  295. },
  296. "sort": {
  297. "ascending": "升冪排序",
  298. "descending": "降冪排序",
  299. "deleteSort": "刪除排序",
  300. "addSort": "新增排序"
  301. },
  302. "row": {
  303. "duplicate": "複製",
  304. "delete": "刪除",
  305. "textPlaceholder": "空",
  306. "copyProperty": "已將屬性複製到剪貼簿",
  307. "count": "列數",
  308. "newRow": "新增列"
  309. },
  310. "selectOption": {
  311. "create": "建立",
  312. "purpleColor": "紫色",
  313. "pinkColor": "粉紅色",
  314. "lightPinkColor": "淡粉色",
  315. "orangeColor": "橘色",
  316. "yellowColor": "黃色",
  317. "limeColor": "萊姆色",
  318. "greenColor": "綠色",
  319. "aquaColor": "水藍色",
  320. "blueColor": "藍色",
  321. "deleteTag": "刪除標籤",
  322. "colorPanelTitle": "顏色",
  323. "panelTitle": "選擇或建立選項",
  324. "searchOption": "搜尋選項"
  325. },
  326. "checklist": {
  327. "panelTitle": "新增物件"
  328. },
  329. "menuName": "網格"
  330. },
  331. "document": {
  332. "menuName": "檔案",
  333. "date": {
  334. "timeHintTextInTwelveHour": "01:00 PM",
  335. "timeHintTextInTwentyFourHour": "13:00"
  336. },
  337. "slashMenu": {
  338. "board": {
  339. "selectABoardToLinkTo": "選擇要連結的看板",
  340. "createANewBoard": "建立新的看板"
  341. },
  342. "grid": {
  343. "selectAGridToLinkTo": "選擇要連結的網格",
  344. "createANewGrid": "建立新網格"
  345. }
  346. },
  347. "plugins": {
  348. "referencedBoard": "已連結的看板",
  349. "referencedGrid": "已連結的網格",
  350. "autoGeneratorMenuItemName": "OpenAI 寫手",
  351. "autoGeneratorTitleName": "OpenAI:讓 AI 寫任何東西……",
  352. "autoGeneratorLearnMore": "瞭解更多",
  353. "autoGeneratorGenerate": "生成",
  354. "autoGeneratorHintText": "問 OpenAI……",
  355. "autoGeneratorCantGetOpenAIKey": "無法取得 OpenAI 密鑰",
  356. "smartEdit": "AI 助理",
  357. "openAI": "OpenAI",
  358. "smartEditFixSpelling": "修正拼寫",
  359. "warning": "⚠️ AI 的回覆可能不準確或具有誤導性。",
  360. "smartEditSummarize": "總結",
  361. "smartEditCouldNotFetchResult": "無法取得 OpenAI 的結果",
  362. "smartEditCouldNotFetchKey": "無法取得 OpenAI 密鑰",
  363. "smartEditDisabled": "在設定連結 OpenAI ",
  364. "discardResponse": "確定捨棄 AI 的回覆?",
  365. "cover": {
  366. "changeCover": "更換封面",
  367. "colors": "顏色",
  368. "images": "圖片",
  369. "abstract": "摘要",
  370. "addCover": "新增封面",
  371. "addLocalImage": "新增本機圖片",
  372. "invalidImageUrl": "無效的圖片網址",
  373. "failedToAddImageToGallery": "無法新增圖片到圖庫",
  374. "enterImageUrl": "輸入圖片網址",
  375. "add": "新增",
  376. "back": "返回",
  377. "saveToGallery": "儲存到圖庫",
  378. "removeIcon": "移除圖標",
  379. "pasteImageUrl": "貼上圖片網址",
  380. "or": "或",
  381. "pickFromFiles": "從檔案中挑選",
  382. "couldNotFetchImage": "無法抓取圖片",
  383. "imageSavingFailed": "圖片儲存失敗",
  384. "addIcon": "新增圖標"
  385. }
  386. }
  387. },
  388. "board": {
  389. "column": {
  390. "create_new_card": "建立"
  391. },
  392. "menuName": "看板"
  393. },
  394. "calendar": {
  395. "menuName": "月曆",
  396. "defaultNewCalendarTitle": "未命名",
  397. "navigation": {
  398. "today": "今天",
  399. "jumpToday": "跳到今天",
  400. "previousMonth": "上個月",
  401. "nextMonth": "下個月"
  402. },
  403. "settings": {
  404. "showWeekNumbers": "顯示星期數",
  405. "showWeekends": "顯示週末",
  406. "firstDayOfWeek": "一週的第一天",
  407. "layoutDateField": "排列方式"
  408. }
  409. },
  410. "youCanAlso": "你也可以",
  411. "and": "和",
  412. "blockActions.addBelowTooltip": "點擊以在下方新增",
  413. "blockActions.addAboveCmd": "Alt+點擊",
  414. "blockActions.addAboveMacCmd": "Option+點擊",
  415. "blockActions.addAboveTooltip": "在上方新增",
  416. "signIn.loginAsGuestButtonText": "開始使用",
  417. "moreAction.moreOptions": "更多選項",
  418. "importPanel.textAndMarkdown": "文字與 Markdown",
  419. "importPanel.documentFromV010": "v0.1.0 的文檔",
  420. "importPanel.databaseFromV010": "v0.1.0 的資料庫",
  421. "importPanel.csv": "CSV",
  422. "importPanel.database": "資料庫",
  423. "disclosureAction.openNewTab": "在新分頁中打開",
  424. "trash.confirmDeleteAll.title": "您確定要刪除垃圾筒中的所有頁面嗎?",
  425. "trash.confirmDeleteAll.caption": "此操作無法復原。",
  426. "trash.confirmRestoreAll.title": "您確定要恢復垃圾筒中的所有頁面嗎?",
  427. "trash.confirmRestoreAll.caption": "此操作無法復原。",
  428. "questionBubble.markdown": "Markdown",
  429. "questionBubble.feedback": "回饋",
  430. "toolbar.addLink": "新增連結",
  431. "toolbar.link": "連結",
  432. "tooltip.dragRow": "長按以重新排序",
  433. "tooltip.addBlockBelow": "在下面添加一個區塊",
  434. "button.Done": "完畢",
  435. "button.upload": "上傳",
  436. "button.edit": "編輯",
  437. "button.delete": "刪除",
  438. "button.duplicate": "複製",
  439. "button.done": "完成",
  440. "button.putback": "放回去",
  441. "settings.menu.supabaseSetting": "Supabase 設定",
  442. "settings.appearance.fontFamily.label": "字體",
  443. "settings.appearance.fontFamily.search": "搜尋",
  444. "settings.appearance.themeUpload.button": "上傳",
  445. "settings.appearance.themeUpload.description": "使用下方的按鈕上傳您自己的 AppFlowy 主題。",
  446. "settings.appearance.themeUpload.failure": "上傳的主題格式無效。",
  447. "settings.appearance.themeUpload.loading": "我們正在驗證並上傳您的主題,請稍候……",
  448. "settings.appearance.themeUpload.uploadSuccess": "您的主題已成功上傳",
  449. "settings.appearance.themeUpload.deletionFailure": "刪除主題失敗。請嘗試手動刪除它。",
  450. "settings.appearance.themeUpload.filePickerDialogTitle": "選擇 .flowy_plugin 檔案",
  451. "settings.appearance.themeUpload.urlUploadFailure": "無法打開網址:{}",
  452. "settings.appearance.builtInsLabel": "內建主題",
  453. "settings.appearance.pluginsLabel": "外掛程式",
  454. "settings.files.copy": "複製",
  455. "settings.files.exportData": "匯出您的資料",
  456. "settings.files.selectAll": "全選",
  457. "settings.files.deselectAll": "取消全選",
  458. "settings.files.defineWhereYourDataIsStored": "您資料的儲存位置",
  459. "settings.files.set": "設定",
  460. "settings.files.changeLocationTooltips": "更改儲存路徑",
  461. "settings.files.change": "更改",
  462. "settings.files.openLocationTooltips": "開啟另一個資料夾",
  463. "settings.files.openCurrentDataFolder": "開啟目前的儲存位置",
  464. "settings.files.recoverLocationTooltips": "重置為 AppFlowy 的預設路徑",
  465. "settings.files.exportFileSuccess": "成功匯出文件!",
  466. "settings.files.exportFileFail": "匯出文件失敗!",
  467. "settings.files.export": "匯出",
  468. "grid.deleteView": "您確定要刪除此視圖嗎?",
  469. "grid.createView": "新增",
  470. "grid.settings.properties": "屬性",
  471. "grid.settings.reorderPropertiesTooltip": "拖曳以重新排序屬性",
  472. "grid.settings.databaseLayout": "佈局",
  473. "grid.field.updatedAtFieldName": "最後修改時間",
  474. "grid.field.createdAtFieldName": "創建時間",
  475. "grid.field.dateFormatDayMonthYear": "日/月/年",
  476. "grid.row.action": "行動",
  477. "grid.referencedGridPrefix": "視圖",
  478. "document.slashMenu.calendar.selectACalendarToLinkTo": "選擇要連接的月曆",
  479. "document.slashMenu.calendar.createANewCalendar": "創建新月曆",
  480. "document.selectionMenu.outline": "大綱",
  481. "document.plugins.referencedCalendar": "連結的月曆",
  482. "document.plugins.autoGeneratorRewrite": "改寫",
  483. "document.plugins.smartEditImproveWriting": "提高寫作水準",
  484. "document.plugins.smartEditMakeLonger": "寫得更長",
  485. "document.plugins.createInlineMathEquation": "創建方程式",
  486. "document.plugins.toggleList": "切換列表",
  487. "document.plugins.cover.clearAll": "全部清除",
  488. "document.plugins.cover.coverRemoveAlert": "刪除後將移除封面。",
  489. "document.plugins.cover.alertDialogConfirmation": "您確定要繼續嗎?",
  490. "document.plugins.mathEquation.addMathEquation": "添加數學方程式",
  491. "document.plugins.mathEquation.editMathEquation": "編輯數學方程式",
  492. "document.plugins.optionAction.click": "點擊",
  493. "document.plugins.optionAction.toOpenMenu": " 打開選單",
  494. "document.plugins.optionAction.delete": "刪除",
  495. "document.plugins.optionAction.duplicate": "複製",
  496. "document.plugins.optionAction.turnInto": "轉換為",
  497. "document.plugins.optionAction.moveUp": "上移",
  498. "document.plugins.optionAction.moveDown": "下移",
  499. "document.plugins.optionAction.color": "顏色",
  500. "document.plugins.optionAction.align": "對齊",
  501. "document.plugins.optionAction.left": "左",
  502. "document.plugins.optionAction.center": "中",
  503. "document.plugins.optionAction.right": "右",
  504. "document.plugins.optionAction.defaultColor": "預設",
  505. "document.plugins.image.copiedToPasteBoard": "圖片連結已被複製到剪貼簿",
  506. "document.plugins.outline.addHeadingToCreateOutline": "添加標題以創建目錄。",
  507. "document.textBlock.placeholder": "輸入「/」以使用指令",
  508. "document.title.placeholder": "無標題",
  509. "document.imageBlock.placeholder": "點擊以添加圖片",
  510. "document.imageBlock.upload.label": "上傳",
  511. "document.imageBlock.upload.placeholder": "點擊以上傳圖片",
  512. "document.imageBlock.url.label": "圖片網址",
  513. "document.imageBlock.url.placeholder": "輸入圖片網址",
  514. "document.imageBlock.support": "圖片大小限制為 5MB。支援的格式:JPEG、PNG、GIF、SVG",
  515. "document.imageBlock.error.invalidImage": "無效的圖片",
  516. "document.imageBlock.error.invalidImageSize": "圖片大小必須小於 5MB",
  517. "document.imageBlock.error.invalidImageFormat": "不支援的圖像格式。支援的格式:JPEG、PNG、GIF、SVG",
  518. "document.imageBlock.error.invalidImageUrl": "圖片網址無效",
  519. "document.codeBlock.language.label": "語言",
  520. "document.codeBlock.language.placeholder": "選擇語言",
  521. "document.inlineLink.placeholder": "貼上或輸入連結",
  522. "document.inlineLink.url.label": "連結網址",
  523. "document.inlineLink.url.placeholder": "輸入連結網址",
  524. "document.inlineLink.title.label": "連結標題",
  525. "document.inlineLink.title.placeholder": "輸入連結標題",
  526. "board.referencedBoardPrefix": "視圖",
  527. "calendar.settings.noDateTitle": "未註明日期",
  528. "calendar.settings.noDateHint": "未排程的事件將顯示在這裡",
  529. "calendar.settings.clickToAdd": "點擊以添加到月曆",
  530. "calendar.settings.name": "月曆佈局",
  531. "calendar.referencedCalendarPrefix": "視圖",
  532. "errorDialog.title": "AppFlowy 錯誤",
  533. "errorDialog.howToFixFallback": "對於給您帶來的不便,我們深表歉意!請在我們的 GitHub 頁面上提交 issue 描述您遇到的錯誤問題。",
  534. "errorDialog.github": "在 GitHub 上查看",
  535. "search.label": "搜尋",
  536. "search.placeholder.actions": "搜尋 actions……",
  537. "message.copy.success": "已複製!",
  538. "message.copy.fail": "無法複製",
  539. "unSupportBlock": "目前版本不支持此區塊。",
  540. "views.deleteContentTitle": "您確定要刪除 {pageType} 嗎?",
  541. "views.deleteContentCaption": "如果您刪除此{pageType},您可以從垃圾筒將其恢復。",
  542. "settings.shortcuts.shortcutsLabel": "快捷鍵",
  543. "settings.shortcuts.addNewCommand": "新增指令",
  544. "settings.shortcuts.updateShortcutStep": "按下想要的組合鍵後按 ENTER",
  545. "settings.shortcuts.shortcutIsAlreadyUsed": "這個快捷鍵已被用於:{conflict}",
  546. "blockActions.dragTooltip": "拖曳以移動",
  547. "blockActions.openMenuTooltip": "點擊以打開選單",
  548. "disclosureAction.unfavorite": "移出我的最愛",
  549. "disclosureAction.favorite": "加到我的最愛",
  550. "disclosureAction.moveTo": "移動到",
  551. "disclosureAction.addToFavorites": "加到我的最愛",
  552. "disclosureAction.copyLink": "複製連結",
  553. "menuAppHeader.moreButtonToolTip": "刪除、重新命名等等……",
  554. "sideBar.personal": "個人",
  555. "sideBar.favorites": "我的最愛",
  556. "sideBar.clickToHideFavorites": "點擊以隱藏我的最愛",
  557. "sideBar.clickToHidePersonal": "點擊以隱藏個人區塊",
  558. "sideBar.addAPage": "新增頁面",
  559. "settings.menu.logout": "登出",
  560. "settings.menu.logoutPrompt": "您確定要登出嗎?",
  561. "settings.shortcuts.command": "指令",
  562. "settings.shortcuts.resetToDefault": "重置為預設按鍵",
  563. "settings.shortcuts.keyBinding": "按鍵",
  564. "settings.shortcuts.couldNotLoadErrorMsg": "無法載入快捷鍵,請再試一次",
  565. "settings.shortcuts.couldNotSaveErrorMsg": "無法儲存快捷鍵,請再試一次",
  566. "document.inlineLink.openInNewTab": "在新分頁中打開",
  567. "grid.field.clearDate": "清除日期",
  568. "document.inlineLink.copyLink": "複製連結",
  569. "document.inlineLink.removeLink": "移除連結",
  570. "colors.custom": "自訂",
  571. "colors.default": "預設",
  572. "colors.red": "紅色",
  573. "colors.orange": "橘色",
  574. "colors.yellow": "黃色",
  575. "colors.green": "綠色",
  576. "colors.blue": "藍色",
  577. "colors.purple": "紫色",
  578. "colors.pink": "粉紅色",
  579. "colors.brown": "棕色",
  580. "colors.gray": "灰色",
  581. "emoji.filter": "篩選",
  582. "emoji.random": "隨機",
  583. "emoji.selectSkinTone": "選擇膚色",
  584. "emoji.remove": "刪除表情符號",
  585. "emoji.categories.smileys": "笑臉與情感",
  586. "emoji.categories.people": "人與身體",
  587. "emoji.categories.animals": "動物與自然",
  588. "emoji.categories.food": "食物和飲料",
  589. "emoji.categories.activities": "活動",
  590. "emoji.categories.places": "旅行與地點",
  591. "emoji.categories.objects": "物品",
  592. "emoji.categories.symbols": "符號",
  593. "emoji.categories.flags": "旗幟",
  594. "emoji.categories.nature": "自然",
  595. "emoji.categories.frequentlyUsed": "常用"
  596. }