165 lines
4.3 KiB
JSON
165 lines
4.3 KiB
JSON
{
|
|
"tool": {
|
|
"selection": "選擇",
|
|
"hand": "手形工具",
|
|
"rectangle": "矩形",
|
|
"ellipse": "橢圓",
|
|
"diamond": "菱形",
|
|
"line": "直線",
|
|
"arrow": "箭頭",
|
|
"freedraw": "自由繪製",
|
|
"text": "文字",
|
|
"image": "圖片",
|
|
"eraser": "橡皮擦",
|
|
"frame": "框架",
|
|
"laser": "雷射筆"
|
|
},
|
|
"action": {
|
|
"undo": "復原",
|
|
"redo": "重做",
|
|
"copy": "複製",
|
|
"cut": "剪下",
|
|
"paste": "貼上",
|
|
"duplicate": "複製元素",
|
|
"delete": "刪除",
|
|
"selectAll": "全選",
|
|
"zoomIn": "放大",
|
|
"zoomOut": "縮小",
|
|
"zoomToFit": "適應畫布",
|
|
"zoomToFitSelection": "適應選中元素",
|
|
"resetZoom": "重設縮放",
|
|
"exportPng": "匯出為 PNG",
|
|
"exportSvg": "匯出為 SVG",
|
|
"exportJson": "匯出為 JSON",
|
|
"save": "儲存",
|
|
"toggleGrid": "切換網格",
|
|
"toggleDarkMode": "切換深色模式",
|
|
"toggleSnap": "切換對齊吸附",
|
|
"toggleStats": "切換統計面板",
|
|
"toggleZenMode": "切換專注模式"
|
|
},
|
|
"property": {
|
|
"strokeColor": "描邊顏色",
|
|
"backgroundColor": "背景顏色",
|
|
"fillStyle": "填充樣式",
|
|
"strokeWidth": "描邊寬度",
|
|
"strokeStyle": "描邊樣式",
|
|
"roughness": "粗糙度",
|
|
"opacity": "透明度",
|
|
"fontSize": "字型大小",
|
|
"fontFamily": "字型",
|
|
"textAlign": "文字對齊",
|
|
"verticalAlign": "垂直對齊",
|
|
"arrowheadStart": "起點箭頭",
|
|
"arrowheadEnd": "終點箭頭",
|
|
"arrowType": "箭頭類型",
|
|
"arrowTypeStraight": "直線",
|
|
"arrowTypeRound": "曲線",
|
|
"arrowTypeElbow": "肘形",
|
|
"arrowTypeSharp": "折線",
|
|
"roundness": "圓角",
|
|
"edges": "邊角",
|
|
"edgesSharp": "直角",
|
|
"edgesRound": "圓角",
|
|
"sloppiness": "筆觸風格",
|
|
"link": "超連結",
|
|
"linkPlaceholder": "輸入連結位址...",
|
|
"mixed": "多選時屬性值不同",
|
|
"alignDistribute": "對齊與分佈",
|
|
"customColor": "自訂顏色",
|
|
"layers": "圖層",
|
|
"actions": "操作"
|
|
},
|
|
"fillStyle": {
|
|
"hachure": "線條填充",
|
|
"crossHatch": "交叉填充",
|
|
"solid": "實心填充",
|
|
"zigzag": "鋸齒填充",
|
|
"dots": "點狀填充",
|
|
"dashed": "虛線填充",
|
|
"zigzagLine": "鋸齒線填充"
|
|
},
|
|
"strokeStyle": {
|
|
"solid": "實線",
|
|
"dashed": "虛線",
|
|
"dotted": "點線"
|
|
},
|
|
"arrowhead": {
|
|
"none": "無",
|
|
"arrow": "箭頭",
|
|
"bar": "豎線",
|
|
"circle": "圓點",
|
|
"triangle": "三角形",
|
|
"diamond": "菱形"
|
|
},
|
|
"menu": {
|
|
"copy": "複製",
|
|
"cut": "剪下",
|
|
"paste": "貼上",
|
|
"duplicate": "建立副本",
|
|
"delete": "刪除",
|
|
"selectAll": "全選",
|
|
"layer": "圖層",
|
|
"bringToFront": "移到最前",
|
|
"sendToBack": "移到最後",
|
|
"bringForward": "上移一層",
|
|
"sendBackward": "下移一層",
|
|
"flip": "翻轉",
|
|
"flipH": "水平翻轉",
|
|
"flipV": "垂直翻轉",
|
|
"align": "對齊",
|
|
"alignLeft": "靠左對齊",
|
|
"alignCenter": "水平置中",
|
|
"alignRight": "靠右對齊",
|
|
"alignTop": "頂部對齊",
|
|
"alignMiddle": "垂直置中",
|
|
"alignBottom": "底部對齊",
|
|
"distributeH": "水平等距分佈",
|
|
"distributeV": "垂直等距分佈",
|
|
"group": "編組",
|
|
"ungroup": "取消編組",
|
|
"lock": "鎖定",
|
|
"unlock": "解鎖",
|
|
"addLink": "新增超連結",
|
|
"editLink": "編輯超連結",
|
|
"removeLink": "移除超連結",
|
|
"openLink": "開啟連結",
|
|
"toggleGrid": "切換網格",
|
|
"copyStyle": "複製樣式",
|
|
"pasteStyle": "貼上樣式",
|
|
"openFile": "開啟",
|
|
"saveTo": "儲存至...",
|
|
"export": "匯出",
|
|
"exportPng": "匯出為 PNG",
|
|
"exportSvg": "匯出為 SVG",
|
|
"exportJson": "匯出為 JSON",
|
|
"exportCopyPng": "複製為 PNG",
|
|
"exportCopySvg": "複製為 SVG"
|
|
},
|
|
"label": {
|
|
"thin": "細",
|
|
"bold": "粗",
|
|
"extraBold": "特粗",
|
|
"architect": "建築師",
|
|
"artist": "藝術家",
|
|
"cartoonist": "漫畫家"
|
|
},
|
|
"font": {
|
|
"handDrawn": "手繪",
|
|
"normal": "常規",
|
|
"code": "程式碼",
|
|
"assistant": "輔助"
|
|
},
|
|
"verticalAlign": {
|
|
"top": "頂部",
|
|
"middle": "置中",
|
|
"bottom": "底部"
|
|
},
|
|
"stats": {
|
|
"title": "統計資訊",
|
|
"elements": "元素數量",
|
|
"sceneSize": "畫布尺寸",
|
|
"multiSelected": "已選取 {count} 個元素"
|
|
}
|
|
}
|