-
Notifications
You must be signed in to change notification settings - Fork 573
Expand file tree
/
Copy pathpackage.nls.zh-tw.json
More file actions
61 lines (61 loc) · 3.22 KB
/
package.nls.zh-tw.json
File metadata and controls
61 lines (61 loc) · 3.22 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"command.hostPort": "共享(在主機上)/ 獲取(在客戶端)Live Share 主機端口",
"command.navigate-envpair": "導航至匹配的 \\begin{}/\\end{}",
"command.select-envname": "選擇當前環境名稱",
"command.select-envcontent": "選擇當前環境內容",
"command.select-env": "選擇當前環境",
"command.multicursor-envname": "對當前環境名稱添加多游標",
"command.wrap-env": "用 \\begin{}...\\end{} 包裹選擇",
"command.surround": "用 LaTeX 命令包裹選擇",
"command.close-env": "關閉當前環境",
"command.toggle-equation-envname": "在 \\[...\\] 和 \\begin{}...\\end{} 之間切換",
"command.revealoutput": "在操作系統中顯示輸出文件夾",
"command.saveWithoutBuilding": "保存而不進行編譯",
"command.build": "編譯 LaTeX 項目",
"command.recipes": "使用配方進行編譯",
"command.view": "查看 LaTeX PDF 文件",
"command.tab": "在 VSCode 標籤中查看 LaTeX PDF 文件",
"command.viewInBrowser": "在網頁瀏覽器中查看 LaTeX PDF 文件",
"command.viewExternal": "在外部查看器中查看 LaTeX PDF 文件",
"command.refresh-viewer": "刷新所有 LaTeX PDF 查看器",
"command.kill": "終止 LaTeX 編譯器進程",
"command.synctex": "從游標同步 SyncTeX",
"command.clean": "清理輔助文件",
"command.citation": "打開引用瀏覽器",
"command.addtexroot": "插入 !TeX root 魔術注釋",
"command.wordcount": "計算 LaTeX 文檔中的詞數",
"command.changeHostName": "更改服務器監聽主機名",
"command.resetHostName": "將服務器監聽主機名重置為 127.0.0.1",
"command.compilerlog": "查看 LaTeX 編譯器日誌",
"command.log": "查看 LaTeX 工作室消息",
"command.actions": "LaTeX 操作",
"command-dev.parselog": "解析當前文檔為 LaTeX 日誌",
"command-dev.parsetex": "解析當前文件為 LaTeX AST",
"command-dev.parsebib": "解析當前文件為 BibTeX AST",
"command-dev.striptext": "從 LaTeX 中刪除文本和注釋。",
"command.texdoc": "顯示套件文檔",
"command.texdocUsepackages": "顯示實際使用的套件文檔",
"command.promote-sectioning": "提升選擇範圍內的所有章節級別",
"command.demote-sectioning": "降低選擇範圍內的所有章節級別",
"command.select-section": "選擇當前章節",
"command.bibsort": "排序 BibTeX 文件",
"command.bibalign": "對齊 BibTeX 文件",
"command.bibalignsort": "排序並對齊 BibTeX 文件",
"command.checkcitations": "使用 \"checkcites\" 查找未使用的引用",
"command.openMathPreviewPanel": "打開數學預覽面板",
"command.closeMathPreviewPanel": "關閉數學預覽面板",
"command.toggleMathPreviewPanel": "切換數學預覽面板",
"activity.commands": "命令",
"activity.structure": "結構",
"activity.mathsymbols": "數學符號",
"activity.recipe": "配方",
"activity.view": "查看 LaTeX PDF",
"activity.viewintab": "在 VSCode 標籤中查看",
"activity.viewinweb": "在網頁中查看",
"activity.viewinexternal": "在外部查看器中查看",
"activity.log": "查看日誌消息",
"activity.navigate": "導航、選擇和編輯",
"activity.misc": "其他",
"activity.bibtex": "BibTeX 操作",
"mathsymbols.search": "搜索"
}