-
Notifications
You must be signed in to change notification settings - Fork 160
/
package.nls.zh-tw.json
31 lines (31 loc) · 3.14 KB
/
package.nls.zh-tw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"plantuml.exportCurrent.title": "匯出目前圖表",
"plantuml.exportDocument.title": "匯出目前檔案圖表",
"plantuml.exportWorkspace.title": "匯出工作區圖表",
"plantuml.preview.title": "預覽目前圖表",
"plantuml.URLCurrent.title": "為當前圖表產生URL鏈接",
"plantuml.URLDocument.title": "為當前檔案圖表產生URL鏈接",
"plantuml.extractSource.title": "從圖片中擷取 PlantUML 原始碼",
"plantuml.configuration.configTitle": "PlantUML 設定",
"plantuml.configuration.exportFormat": "匯出格式。 若爲空,則在每次匯出的時候選擇格式。",
"plantuml.configuration.jar": "自定 plantuml.jar 的位置。留空則使用套件的版本。",
"plantuml.configuration.diagramsRoot": "Specifies where all diagram files located (relative to workspace folder).",
"plantuml.configuration.fileExtensions": "匯出圖表時查找的檔案副檔名。 特別是在工作區設定,您可以定義要查找的原始碼副檔名,例如 \".java\"。",
"plantuml.configuration.exportSubFolder": "決定在匯出的時候,是否建立并且放在同檔案名稱一樣的資料夾裏面。",
"plantuml.configuration.exportIncludeFolderHeirarchy": "Include folder heiracrchy between the root and the source diagram in the exported file path.",
"plantuml.configuration.exportConcurrency": "決定匯出多個圖表的時候同時執行的數量。",
"plantuml.configuration.exportOutDir": "Exported workspace diagrams will be organized in this directory (relative path to workspace folder).",
"plantuml.configuration.previewAutoUpdate": "決定是否要在内容變更的時候自動更新預覽的圖片",
"plantuml.configuration.previewSnapIndicators": "Decides if to display the snap indicators in the preview window.",
"plantuml.configuration.server": "產生圖表使用的 Plantuml 伺服器。You may use official server https://www.plantuml.com/plantuml if you feel OK to share data with it.",
"plantuml.configuration.urlFormat": "超鏈接檔案格式。 若留空,則在每次產生的時候選擇格式。",
"plantuml.configuration.urlResult": "超鏈接輸出格式。 一般超鏈接還是MarkDown格式。",
"plantuml.configuration.render": "選擇匯出及預覽時使用的圖表渲染方式。\nLocal: 本地用傳統方式渲染。 您需要先設定好 JAVA 和 GraphViz 。\nPlantUMLServer: 使用由 \"plantuml.server\" 指定的伺服器渲染。 這比本地渲染速度快,但是需要您設定好伺服器。\nLocal 是預設設定。",
"plantuml.configuration.commandArgs": "執行 JAVA 加入的參數, 例如 \"-DPLANTUML_LIMIT_SIZE=8192\"。",
"plantuml.configuration.jarArgs": "執行 plantuml.jar 加入的參數, 例如 \"-config plantuml.config\"。",
"plantuml.configuration.exportMapFile": "決定是否在匯出圖表的同時會出圖像地圖 (.cmapx)。",
"plantuml.configuration.java": "Java executable location.",
"plantuml.configuration.includepaths": "Specifies the include paths besides source folder and the 'diagramsRoot'.",
"plantuml.configuration.lintDiagramNoName": "lint when diagram is unamed.",
"plantuml.untrusted.description": "Required for loading vulnerable workspace settings"
}