zh-HK.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. {
  2. "labels": {
  3. "paste": "貼上",
  4. "pasteAsPlaintext": "",
  5. "pasteCharts": "貼上圖表",
  6. "selectAll": "全選",
  7. "multiSelect": "多重選取",
  8. "moveCanvas": "移動畫布",
  9. "cut": "剪下",
  10. "copy": "複製",
  11. "copyAsPng": "以 PNG 格式複製",
  12. "copyAsSvg": "以 SVG 格式複製",
  13. "copyText": "",
  14. "bringForward": "往上一層移動",
  15. "sendToBack": "移到最底層",
  16. "bringToFront": "移到最上層",
  17. "sendBackward": "往下一層移動",
  18. "delete": "刪除",
  19. "copyStyles": "複製樣式",
  20. "pasteStyles": "套用樣式",
  21. "stroke": "筆跡顏色",
  22. "background": "填充顏色",
  23. "fill": "背景樣式",
  24. "strokeWidth": "筆跡寬度",
  25. "strokeStyle": "筆跡線條",
  26. "strokeStyle_solid": "實線",
  27. "strokeStyle_dashed": "虛線(較密)",
  28. "strokeStyle_dotted": "虛線(較疏)",
  29. "sloppiness": "筆跡風格",
  30. "opacity": "透明度",
  31. "textAlign": "文字對齊",
  32. "edges": "邊角樣式",
  33. "sharp": "銳角",
  34. "round": "圓角",
  35. "arrowheads": "箭嘴",
  36. "arrowhead_none": "無箭嘴",
  37. "arrowhead_arrow": "普通箭嘴",
  38. "arrowhead_bar": "平頭條狀",
  39. "arrowhead_dot": "圓點",
  40. "arrowhead_triangle": "三角箭嘴",
  41. "fontSize": "字型大小",
  42. "fontFamily": "字體",
  43. "onlySelected": "只匯出已選取的物件",
  44. "withBackground": "連同背景色一併匯出",
  45. "exportEmbedScene": "嵌入畫布內容",
  46. "exportEmbedScene_details": "雖然使用「嵌入畫布內容」匯出的 PNG 或 SVG 檔案大小會有所增加,但是你可以透過匯入包含畫布內容的存檔來回復及繼續編輯。",
  47. "addWatermark": "加入「使用 Excalidraw 製圖」水印",
  48. "handDrawn": "手繪體",
  49. "normal": "電腦字體",
  50. "code": "等寬體",
  51. "small": "細",
  52. "medium": "中",
  53. "large": "大",
  54. "veryLarge": "勁大",
  55. "solid": "實心",
  56. "hachure": "斜線",
  57. "crossHatch": "交叉格仔",
  58. "thin": "幼",
  59. "bold": "粗",
  60. "left": "靠左對齊",
  61. "center": "置中對齊",
  62. "right": "靠右對齊",
  63. "extraBold": "勁粗",
  64. "architect": "手繪風格",
  65. "artist": "藝術家風格",
  66. "cartoonist": "卡通風格",
  67. "fileTitle": "檔案名稱",
  68. "colorPicker": "",
  69. "canvasColors": "",
  70. "canvasBackground": "畫布背景顏色",
  71. "drawingCanvas": "畫布",
  72. "layers": "圖層",
  73. "actions": "動作",
  74. "language": "🌏 語言",
  75. "liveCollaboration": "",
  76. "duplicateSelection": "製作副本",
  77. "untitled": "未命名的作品",
  78. "name": "",
  79. "yourName": "你的名稱",
  80. "madeWithExcalidraw": "使用 Excalidraw 製圖",
  81. "group": "建立物件群組",
  82. "ungroup": "取消物件群組",
  83. "collaborators": "已連線的協作者",
  84. "showGrid": "顯示網格",
  85. "addToLibrary": "加入作品庫",
  86. "removeFromLibrary": "從作品庫中移除",
  87. "libraryLoadingMessage": "正在載入作品庫…",
  88. "libraries": "瀏覽作品庫",
  89. "loadingScene": "載入畫布中…",
  90. "align": "物件對齊",
  91. "alignTop": "水平置頂",
  92. "alignBottom": "水平置底",
  93. "alignLeft": "垂直靠左對齊",
  94. "alignRight": "垂直靠右對齊",
  95. "centerVertically": "垂直置中",
  96. "centerHorizontally": "水平置中",
  97. "distributeHorizontally": "左右等距",
  98. "distributeVertically": "上下等距",
  99. "flipHorizontal": "左右反轉",
  100. "flipVertical": "上下反轉",
  101. "viewMode": "唯讀模式",
  102. "toggleExportColorScheme": "",
  103. "share": "",
  104. "showStroke": "",
  105. "showBackground": "",
  106. "toggleTheme": "",
  107. "personalLib": "",
  108. "excalidrawLib": "",
  109. "decreaseFontSize": "",
  110. "increaseFontSize": "",
  111. "unbindText": "",
  112. "bindText": "",
  113. "link": {
  114. "edit": "",
  115. "create": "",
  116. "label": ""
  117. },
  118. "lineEditor": {
  119. "edit": "",
  120. "exit": ""
  121. },
  122. "elementLock": {
  123. "lock": "",
  124. "unlock": "",
  125. "lockAll": "",
  126. "unlockAll": ""
  127. },
  128. "statusPublished": "",
  129. "sidebarLock": ""
  130. },
  131. "library": {
  132. "noItems": "",
  133. "hint_emptyLibrary": "",
  134. "hint_emptyPrivateLibrary": ""
  135. },
  136. "buttons": {
  137. "clearReset": "清空畫布",
  138. "exportJSON": "",
  139. "exportImage": "",
  140. "export": "",
  141. "exportToPng": "",
  142. "exportToSvg": "",
  143. "copyToClipboard": "",
  144. "copyPngToClipboard": "",
  145. "scale": "",
  146. "save": "",
  147. "saveAs": "",
  148. "load": "",
  149. "getShareableLink": "",
  150. "close": "",
  151. "selectLanguage": "",
  152. "scrollBackToContent": "",
  153. "zoomIn": "",
  154. "zoomOut": "",
  155. "resetZoom": "",
  156. "menu": "",
  157. "done": "",
  158. "edit": "",
  159. "undo": "",
  160. "redo": "",
  161. "resetLibrary": "",
  162. "createNewRoom": "",
  163. "fullScreen": "",
  164. "darkMode": "",
  165. "lightMode": "",
  166. "zenMode": "",
  167. "exitZenMode": "",
  168. "cancel": "",
  169. "clear": "",
  170. "remove": "",
  171. "publishLibrary": "",
  172. "submit": "",
  173. "confirm": ""
  174. },
  175. "alerts": {
  176. "clearReset": "【‼️ 警告 ‼️ 無法復原的動作】你確定要清空呢塊畫布嗎?",
  177. "couldNotCreateShareableLink": "",
  178. "couldNotCreateShareableLinkTooBig": "",
  179. "couldNotLoadInvalidFile": "",
  180. "importBackendFailed": "",
  181. "cannotExportEmptyCanvas": "無嘢可以匯出喎~畫吓嘢先?",
  182. "couldNotCopyToClipboard": "",
  183. "decryptFailed": "",
  184. "uploadedSecurly": "",
  185. "loadSceneOverridePrompt": "",
  186. "collabStopOverridePrompt": "",
  187. "errorAddingToLibrary": "",
  188. "errorRemovingFromLibrary": "",
  189. "confirmAddLibrary": "",
  190. "imageDoesNotContainScene": "",
  191. "cannotRestoreFromImage": "",
  192. "invalidSceneUrl": "",
  193. "resetLibrary": "",
  194. "removeItemsFromsLibrary": "",
  195. "invalidEncryptionKey": ""
  196. },
  197. "errors": {
  198. "unsupportedFileType": "",
  199. "imageInsertError": "",
  200. "fileTooBig": "",
  201. "svgImageInsertError": "",
  202. "invalidSVGString": "",
  203. "cannotResolveCollabServer": "",
  204. "importLibraryError": "",
  205. "collabSaveFailed": "",
  206. "collabSaveFailed_sizeExceeded": ""
  207. },
  208. "toolBar": {
  209. "selection": "",
  210. "image": "",
  211. "rectangle": "",
  212. "diamond": "",
  213. "ellipse": "",
  214. "arrow": "",
  215. "line": "",
  216. "freedraw": "",
  217. "text": "",
  218. "library": "",
  219. "lock": "",
  220. "penMode": "",
  221. "link": "",
  222. "eraser": "",
  223. "hand": ""
  224. },
  225. "headings": {
  226. "canvasActions": "畫布動作",
  227. "selectedShapeActions": "",
  228. "shapes": ""
  229. },
  230. "hints": {
  231. "canvasPanning": "",
  232. "linearElement": "",
  233. "freeDraw": "",
  234. "text": "",
  235. "text_selected": "",
  236. "text_editing": "",
  237. "linearElementMulti": "",
  238. "lockAngle": "",
  239. "resize": "",
  240. "resizeImage": "",
  241. "rotate": "",
  242. "lineEditor_info": "",
  243. "lineEditor_pointSelected": "",
  244. "lineEditor_nothingSelected": "",
  245. "placeImage": "",
  246. "publishLibrary": "",
  247. "bindTextToElement": "",
  248. "deepBoxSelect": "",
  249. "eraserRevert": "",
  250. "firefox_clipboard_write": ""
  251. },
  252. "canvasError": {
  253. "cannotShowPreview": "無法顯示預覽",
  254. "canvasTooBig": "塊畫布太大啦,縮細啲先啦?",
  255. "canvasTooBigTip": ""
  256. },
  257. "errorSplash": {
  258. "headingMain_pre": "",
  259. "headingMain_button": "",
  260. "clearCanvasMessage": "如果重新整理頁面都係睇唔到,你可以",
  261. "clearCanvasMessage_button": "清空畫布",
  262. "clearCanvasCaveat": "(注意:呢個動作會直接丟棄你嘅作品,並且無法復原)",
  263. "trackedToSentry_pre": "",
  264. "trackedToSentry_post": "",
  265. "openIssueMessage_pre": "",
  266. "openIssueMessage_button": "",
  267. "openIssueMessage_post": "",
  268. "sceneContent": ""
  269. },
  270. "roomDialog": {
  271. "desc_intro": "",
  272. "desc_privacy": "",
  273. "button_startSession": "",
  274. "button_stopSession": "",
  275. "desc_inProgressIntro": "",
  276. "desc_shareLink": "",
  277. "desc_exitSession": "",
  278. "shareTitle": ""
  279. },
  280. "errorDialog": {
  281. "title": ""
  282. },
  283. "exportDialog": {
  284. "disk_title": "",
  285. "disk_details": "",
  286. "disk_button": "",
  287. "link_title": "",
  288. "link_details": "",
  289. "link_button": "",
  290. "excalidrawplus_description": "",
  291. "excalidrawplus_button": "",
  292. "excalidrawplus_exportError": ""
  293. },
  294. "helpDialog": {
  295. "blog": "",
  296. "click": "",
  297. "deepSelect": "",
  298. "deepBoxSelect": "",
  299. "curvedArrow": "",
  300. "curvedLine": "",
  301. "documentation": "",
  302. "doubleClick": "",
  303. "drag": "",
  304. "editor": "",
  305. "editSelectedShape": "",
  306. "github": "",
  307. "howto": "",
  308. "or": "",
  309. "preventBinding": "",
  310. "tools": "",
  311. "shortcuts": "",
  312. "textFinish": "",
  313. "textNewLine": "",
  314. "title": "",
  315. "view": "",
  316. "zoomToFit": "",
  317. "zoomToSelection": "",
  318. "toggleElementLock": "",
  319. "movePageUpDown": "",
  320. "movePageLeftRight": ""
  321. },
  322. "clearCanvasDialog": {
  323. "title": ""
  324. },
  325. "publishDialog": {
  326. "title": "",
  327. "itemName": "",
  328. "authorName": "",
  329. "githubUsername": "",
  330. "twitterUsername": "",
  331. "libraryName": "",
  332. "libraryDesc": "",
  333. "website": "",
  334. "placeholder": {
  335. "authorName": "",
  336. "libraryName": "",
  337. "libraryDesc": "",
  338. "githubHandle": "",
  339. "twitterHandle": "",
  340. "website": ""
  341. },
  342. "errors": {
  343. "required": "",
  344. "website": ""
  345. },
  346. "noteDescription": {
  347. "pre": "",
  348. "link": "",
  349. "post": ""
  350. },
  351. "noteGuidelines": {
  352. "pre": "",
  353. "link": "",
  354. "post": ""
  355. },
  356. "noteLicense": {
  357. "pre": "",
  358. "link": "",
  359. "post": ""
  360. },
  361. "noteItems": "",
  362. "atleastOneLibItem": "",
  363. "republishWarning": ""
  364. },
  365. "publishSuccessDialog": {
  366. "title": "",
  367. "content": "",
  368. "link": ""
  369. },
  370. "confirmDialog": {
  371. "resetLibrary": "",
  372. "removeItemsFromLib": ""
  373. },
  374. "encrypted": {
  375. "tooltip": "",
  376. "link": ""
  377. },
  378. "stats": {
  379. "angle": "",
  380. "element": "",
  381. "elements": "",
  382. "height": "",
  383. "scene": "",
  384. "selected": "",
  385. "storage": "",
  386. "title": "",
  387. "total": "",
  388. "version": "",
  389. "versionCopy": "",
  390. "versionNotAvailable": "",
  391. "width": ""
  392. },
  393. "toast": {
  394. "addedToLibrary": "",
  395. "copyStyles": "",
  396. "copyToClipboard": "",
  397. "copyToClipboardAsPng": "",
  398. "fileSaved": "",
  399. "fileSavedToFilename": "",
  400. "canvas": "畫布",
  401. "selection": "",
  402. "pasteAsSingleElement": ""
  403. },
  404. "colors": {
  405. "ffffff": "",
  406. "f8f9fa": "",
  407. "f1f3f5": "",
  408. "fff5f5": "",
  409. "fff0f6": "",
  410. "f8f0fc": "",
  411. "f3f0ff": "",
  412. "edf2ff": "",
  413. "e7f5ff": "",
  414. "e3fafc": "",
  415. "e6fcf5": "",
  416. "ebfbee": "",
  417. "f4fce3": "",
  418. "fff9db": "",
  419. "fff4e6": "",
  420. "transparent": "",
  421. "ced4da": "",
  422. "868e96": "",
  423. "fa5252": "",
  424. "e64980": "",
  425. "be4bdb": "",
  426. "7950f2": "",
  427. "4c6ef5": "",
  428. "228be6": "",
  429. "15aabf": "",
  430. "12b886": "",
  431. "40c057": "",
  432. "82c91e": "",
  433. "fab005": "",
  434. "fd7e14": "",
  435. "000000": "",
  436. "343a40": "",
  437. "495057": "",
  438. "c92a2a": "",
  439. "a61e4d": "",
  440. "862e9c": "",
  441. "5f3dc4": "",
  442. "364fc7": "",
  443. "1864ab": "",
  444. "0b7285": "",
  445. "087f5b": "",
  446. "2b8a3e": "",
  447. "5c940d": "",
  448. "e67700": "",
  449. "d9480f": ""
  450. },
  451. "welcomeScreen": {
  452. "app": {
  453. "center_heading": "",
  454. "center_heading_plus": "",
  455. "menuHint": ""
  456. },
  457. "defaults": {
  458. "menuHint": "",
  459. "center_heading": "",
  460. "toolbarHint": "",
  461. "helpHint": ""
  462. }
  463. }
  464. }