forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zh-tw translation of Quickopen command #841
Merged
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
919b630
Add zh-tw translation of Quickopen command
gogobook 92f2969
Fix punctuations
uranusjr 3be6c32
Change wording to fit better to Chinese usage
uranusjr 802d065
Change many occurances of 測試 to 除錯
uranusjr d8c12d0
Make casing more consistent
uranusjr bb40157
Add some more translation
uranusjr 07e7ab6
除錯 -> 偵錯
uranusjr 2dda510
Convert all 程序 to 程式
uranusjr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"python.command.python.sortImports.title": "排序 Import 語句", | ||
"python.command.python.startREPL.title": "啟動 REPL", | ||
"python.command.python.createTerminal.title": "建立終端機", | ||
"python.command.python.buildWorkspaceSymbols.title": "建構工作區符號", | ||
"python.command.python.runtests.title": "執行所有單元測試", | ||
"python.command.python.debugtests.title": "偵錯所有單元測試", | ||
"python.command.python.execInTerminal.title": "在終端機中執行 Python 檔案", | ||
"python.command.python.setInterpreter.title": "選擇直譯器", | ||
"python.command.python.updateSparkLibrary.title": "更新工作區 PySpark 函式庫", | ||
"python.command.python.refactorExtractVariable.title": "提取變數", | ||
"python.command.python.refactorExtractMethod.title": "提取方法", | ||
"python.command.python.viewTestOutput.title": "顯示單元測試輸出", | ||
"python.command.python.selectAndRunTestMethod.title": "執行單元測試方法…", | ||
"python.command.python.selectAndDebugTestMethod.title": "偵錯單元測試方法…", | ||
"python.command.python.selectAndRunTestFile.title": "執行單元測試檔案…", | ||
"python.command.python.runCurrentTestFile.title": "執行當前單元測試檔案", | ||
"python.command.python.runFailedTests.title": "執行失敗的單元測試", | ||
"python.command.python.execSelectionInTerminal.title": "在 Python 終端機中執行選定內容/行", | ||
"python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中執行選定內容/行", | ||
"python.command.jupyter.runSelectionLine.title": "執行選定內容/行", | ||
"python.command.jupyter.execCurrentCell.title": "執行當前 Cell", | ||
"python.command.jupyter.execCurrentCellAndAdvance.title": "執行當前 Cell 並移動到下一個 Cell", | ||
"python.command.jupyter.gotToPreviousCell.title": "跳至前一個 Cell", | ||
"python.command.jupyter.gotToNextCell.title": "跳至下一個 Cell", | ||
"python.command.python.goToPythonObject.title": "跳至 Python 物件", | ||
"python.command.python.setLinter.title": "選擇 Linter", | ||
"python.command.python.enableLinting.title": "啟用 Linting", | ||
"python.command.python.runLinting.title": "執行 Linting", | ||
"python.snippet.launch.standard.label": "Python", | ||
"python.snippet.launch.standard.description": "使用標準輸出偵錯 Python 程式", | ||
"python.snippet.launch.pyspark.label": "Python:PySpark", | ||
"python.snippet.launch.pyspark.description": "偵錯 PySpark", | ||
"python.snippet.launch.module.label": "Python:模組", | ||
"python.snippet.launch.module.description": "偵錯 Python 模組", | ||
"python.snippet.launch.terminal.label": "Python:終端機(整合)", | ||
"python.snippet.launch.terminal.description": "使用整合終端機偵錯 Python 程序", | ||
"python.snippet.launch.externalTerminal.label": "Python:終端機(外部)", | ||
"python.snippet.launch.externalTerminal.description": "使用外部終端機偵錯 Python 程序", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Python 程式 |
||
"python.snippet.launch.django.label": "Python:Django", | ||
"python.snippet.launch.django.description": "偵錯 Django 程式", | ||
"python.snippet.launch.flask.label": "Python:Flask(0.11.x 或以後)", | ||
"python.snippet.launch.flask.description": "偵錯 Flask 程式", | ||
"python.snippet.launch.flaskOld.label": "Python:Flask(0.10.x 或之前)", | ||
"python.snippet.launch.flaskOld.description": "偵錯舊式 Flask 程式", | ||
"python.snippet.launch.pyramid.label": "Python:Pyramid 程式", | ||
"python.snippet.launch.pyramid.description": "偵錯 Pyramid 程式", | ||
"python.snippet.launch.watson.label": "Python:Watson 程式", | ||
"python.snippet.launch.watson.description": "偵錯 Watson 程式", | ||
"python.snippet.launch.attach.label": "Python:附加", | ||
"python.snippet.launch.attach.description": "附加遠端偵錯工具", | ||
"python.snippet.launch.scrapy.label": "Python:Scrapy 程式", | ||
"python.snippet.launch.scrapy.description": "使用整合終端機執行 Scrapy" | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 程式