Skip to content

Commit bfe3490

Browse files
uranusjrbrettcannon
authored andcommitted
Add zh-tw translation (#841)
1 parent b5d59ff commit bfe3490

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ contributors (if you would like to contribute a translation, see the
4343
* `ko-kr`
4444
* `ru`
4545
* `zh-cn`
46+
* `zh-tw`
4647

4748
## Questions, issues, feature requests, and contributions
4849

package.nls.zh-tw.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"python.command.python.sortImports.title": "排序 Import 語句",
3+
"python.command.python.startREPL.title": "啟動 REPL",
4+
"python.command.python.createTerminal.title": "建立終端機",
5+
"python.command.python.buildWorkspaceSymbols.title": "建構工作區符號",
6+
"python.command.python.runtests.title": "執行所有單元測試",
7+
"python.command.python.debugtests.title": "偵錯所有單元測試",
8+
"python.command.python.execInTerminal.title": "在終端機中執行 Python 檔案",
9+
"python.command.python.setInterpreter.title": "選擇直譯器",
10+
"python.command.python.updateSparkLibrary.title": "更新工作區 PySpark 函式庫",
11+
"python.command.python.refactorExtractVariable.title": "提取變數",
12+
"python.command.python.refactorExtractMethod.title": "提取方法",
13+
"python.command.python.viewTestOutput.title": "顯示單元測試輸出",
14+
"python.command.python.selectAndRunTestMethod.title": "執行單元測試方法…",
15+
"python.command.python.selectAndDebugTestMethod.title": "偵錯單元測試方法…",
16+
"python.command.python.selectAndRunTestFile.title": "執行單元測試檔案…",
17+
"python.command.python.runCurrentTestFile.title": "執行當前單元測試檔案",
18+
"python.command.python.runFailedTests.title": "執行失敗的單元測試",
19+
"python.command.python.execSelectionInTerminal.title": "在 Python 終端機中執行選定內容/行",
20+
"python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中執行選定內容/行",
21+
"python.command.jupyter.runSelectionLine.title": "執行選定內容/行",
22+
"python.command.jupyter.execCurrentCell.title": "執行當前 Cell",
23+
"python.command.jupyter.execCurrentCellAndAdvance.title": "執行當前 Cell 並移動到下一個 Cell",
24+
"python.command.jupyter.gotToPreviousCell.title": "跳至前一個 Cell",
25+
"python.command.jupyter.gotToNextCell.title": "跳至下一個 Cell",
26+
"python.command.python.goToPythonObject.title": "跳至 Python 物件",
27+
"python.command.python.setLinter.title": "選擇 Linter",
28+
"python.command.python.enableLinting.title": "啟用 Linting",
29+
"python.command.python.runLinting.title": "執行 Linting",
30+
"python.snippet.launch.standard.label": "Python",
31+
"python.snippet.launch.standard.description": "使用標準輸出偵錯 Python 程式",
32+
"python.snippet.launch.pyspark.label": "Python:PySpark",
33+
"python.snippet.launch.pyspark.description": "偵錯 PySpark",
34+
"python.snippet.launch.module.label": "Python:模組",
35+
"python.snippet.launch.module.description": "偵錯 Python 模組",
36+
"python.snippet.launch.terminal.label": "Python:終端機(整合)",
37+
"python.snippet.launch.terminal.description": "使用整合終端機偵錯 Python 程式",
38+
"python.snippet.launch.externalTerminal.label": "Python:終端機(外部)",
39+
"python.snippet.launch.externalTerminal.description": "使用外部終端機偵錯 Python 程式",
40+
"python.snippet.launch.django.label": "Python:Django",
41+
"python.snippet.launch.django.description": "偵錯 Django 程式",
42+
"python.snippet.launch.flask.label": "Python:Flask(0.11.x 或以後)",
43+
"python.snippet.launch.flask.description": "偵錯 Flask 程式",
44+
"python.snippet.launch.flaskOld.label": "Python:Flask(0.10.x 或之前)",
45+
"python.snippet.launch.flaskOld.description": "偵錯舊式 Flask 程式",
46+
"python.snippet.launch.pyramid.label": "Python:Pyramid 程式",
47+
"python.snippet.launch.pyramid.description": "偵錯 Pyramid 程式",
48+
"python.snippet.launch.watson.label": "Python:Watson 程式",
49+
"python.snippet.launch.watson.description": "偵錯 Watson 程式",
50+
"python.snippet.launch.attach.label": "Python:附加",
51+
"python.snippet.launch.attach.description": "附加遠端偵錯工具",
52+
"python.snippet.launch.scrapy.label": "Python:Scrapy 程式",
53+
"python.snippet.launch.scrapy.description": "使用整合終端機執行 Scrapy"
54+
}

0 commit comments

Comments
 (0)