mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Update translations from Crowdin (#4894)
This commit is contained in:
parent
a3fbe40b26
commit
4348c55c31
47 changed files with 1759 additions and 832 deletions
|
@ -9,6 +9,7 @@
|
|||
"copy": "複製",
|
||||
"copyAsPng": "以PNG格式儲存到剪貼板",
|
||||
"copyAsSvg": "以SVG格式複製到剪貼板",
|
||||
"copyText": "以文字格式複製至剪貼簿",
|
||||
"bringForward": "上移一層",
|
||||
"sendToBack": "移到最底層",
|
||||
"bringToFront": "置於最頂層",
|
||||
|
@ -107,10 +108,17 @@
|
|||
"decreaseFontSize": "縮小文字",
|
||||
"increaseFontSize": "放大文字",
|
||||
"unbindText": "取消綁定文字",
|
||||
"bindText": "結合文字至容器",
|
||||
"link": {
|
||||
"edit": "編輯連結",
|
||||
"create": "建立連結",
|
||||
"label": "連結"
|
||||
},
|
||||
"elementLock": {
|
||||
"lock": "鎖定",
|
||||
"unlock": "解鎖",
|
||||
"lockAll": "全部鎖定",
|
||||
"unlockAll": "全部解鎖"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
|
@ -159,7 +167,7 @@
|
|||
"couldNotLoadInvalidFile": "無法讀取失效的檔案。",
|
||||
"importBackendFailed": "後端讀取失敗。",
|
||||
"cannotExportEmptyCanvas": "無法輸出空白的 canvas。",
|
||||
"couldNotCopyToClipboard": "無法複製至剪貼簿。請使用 Chrome 瀏覽器再試試看。",
|
||||
"couldNotCopyToClipboard": "無法複製到剪貼簿",
|
||||
"decryptFailed": "無法解密資料。",
|
||||
"uploadedSecurly": "上傳已通過 end-to-end 加密,Excalidraw 伺服器和第三方無法皆讀取其內容。",
|
||||
"loadSceneOverridePrompt": "讀取外部圖樣將取代目前的內容。是否要繼續?",
|
||||
|
@ -196,7 +204,8 @@
|
|||
"library": "資料庫",
|
||||
"lock": "可連續使用選取的工具",
|
||||
"penMode": "停止使用手勢縮放並接受以繪圖筆繪圖輸入",
|
||||
"link": "為所選的形狀增加\b/更新連結"
|
||||
"link": "為所選的形狀增加\b/更新連結",
|
||||
"eraser": "橡皮擦"
|
||||
},
|
||||
"headings": {
|
||||
"canvasActions": "canvas 動作",
|
||||
|
@ -221,7 +230,8 @@
|
|||
"placeImage": "點擊以放置圖片,或點擊並拖曳以手動調整其尺寸。",
|
||||
"publishLibrary": "發布個人資料庫",
|
||||
"bindTextToElement": "按下 Enter 以加入文字。",
|
||||
"deepBoxSelect": "按住 Ctrl 或 Cmd 以深度選取並避免拖曳"
|
||||
"deepBoxSelect": "按住 Ctrl 或 Cmd 以深度選取並避免拖曳",
|
||||
"eraserRevert": "按住 Alt 以反選取已標記待刪除的元素"
|
||||
},
|
||||
"canvasError": {
|
||||
"cannotShowPreview": "無法顯示預覽",
|
||||
|
@ -281,14 +291,15 @@
|
|||
"howto": "參照我們的說明",
|
||||
"or": "或",
|
||||
"preventBinding": "避免箭號連結",
|
||||
"shapes": "形狀",
|
||||
"tools": "工具",
|
||||
"shortcuts": "鍵盤快速鍵",
|
||||
"textFinish": "完成編輯(文字編輯器)",
|
||||
"textNewLine": "換行(文字編輯器)",
|
||||
"title": "說明",
|
||||
"view": "檢視",
|
||||
"zoomToFit": "放大至填滿畫面",
|
||||
"zoomToSelection": "縮放至選取區"
|
||||
"zoomToSelection": "縮放至選取區",
|
||||
"toggleElementLock": "鎖定/解鎖已選的項目"
|
||||
},
|
||||
"clearCanvasDialog": {
|
||||
"title": "清除畫布"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue