From 869b89c136908677a40a58c27fde2fe79d8c0131 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:00:09 +0100 Subject: [PATCH] New translations en.json (Chinese Traditional) --- packages/excalidraw/locales/zh-TW.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/packages/excalidraw/locales/zh-TW.json b/packages/excalidraw/locales/zh-TW.json index 6bfc0d0744..2e966e063b 100644 --- a/packages/excalidraw/locales/zh-TW.json +++ b/packages/excalidraw/locales/zh-TW.json @@ -21,7 +21,9 @@ "copyStyles": "複製樣式", "pasteStyles": "貼上樣式", "stroke": "筆畫", + "changeStroke": "", "background": "背景", + "changeBackground": "", "fill": "填滿", "strokeWidth": "筆跡寬度", "strokeStyle": "筆畫樣式", @@ -72,6 +74,7 @@ "canvasColors": "使用於畫布", "canvasBackground": "Canvas 背景", "drawingCanvas": "繪圖 canvas", + "clearCanvas": "", "layers": "圖層", "actions": "動作", "language": "語言", @@ -90,6 +93,7 @@ "libraryLoadingMessage": "資料庫讀取中…", "libraries": "瀏覽資料庫", "loadingScene": "場景讀取中…", + "loadScene": "", "align": "對齊", "alignTop": "對齊頂部", "alignBottom": "對齊底部", @@ -105,7 +109,7 @@ "share": "共享", "showStroke": "顯示線條檢色器", "showBackground": "顯示背景檢色器", - "toggleTheme": "切換主題", + "toggleTheme": "", "personalLib": "個人資料庫", "excalidrawLib": "Excalidraw 資料庫", "decreaseFontSize": "縮小文字", @@ -140,7 +144,10 @@ "textToDiagram": "文字轉圖表", "prompt": "提示詞", "followUs": "追蹤我們", - "discordChat": "Discord 聊天室" + "discordChat": "Discord 聊天室", + "zoomToFitViewport": "", + "zoomToFitSelection": "", + "zoomToFit": "" }, "library": { "noItems": "尚未加入任何物件...", @@ -539,5 +546,20 @@ "micMuted": "使用者的麥克風已靜音", "isSpeaking": "使用者說話中" } + }, + "commandPalette": { + "title": "", + "shortcuts": { + "select": "", + "confirm": "", + "close": "" + }, + "recents": "", + "search": { + "placeholder": "", + "noMatch": "" + }, + "itemNotAvailable": "", + "shortcutHint": "" } }