forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-tw.json
167 lines (167 loc) · 13.5 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"python.command.python.sortImports.title": "排序 Import 語句",
"python.command.python.startREPL.title": "啟動 REPL",
"python.command.python.createTerminal.title": "新增終端機",
"python.command.python.execInTerminal.title": "在終端機中執行 Python 檔案",
"python.command.python.debugInTerminal.title": "偵錯 Python 檔案",
"python.command.python.execInTerminalIcon.title": "執行 Python 檔案",
"python.command.python.setInterpreter.title": "選擇直譯器",
"python.command.python.execSelectionInTerminal.title": "在 Python 終端機中執行選定內容/行",
"python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中執行選定內容/行",
"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.module.label": "Python: 模組",
"python.snippet.launch.module.default": "請輸入-模組-名稱",
"python.snippet.launch.django.label": "Python: Django",
"python.snippet.launch.fastapi.label": "Python: FastAPI",
"python.snippet.launch.flask.label": "Python: Flask",
"python.snippet.launch.pyramid.label": "Python: Pyramid 程式",
"python.snippet.launch.attach.label": "Python: 附加",
"python.snippet.launch.attachpid.label": "Python: 使用 PID 附加",
"Pylance.remindMeLater": "稍後提醒",
"Pylance.pylanceNotInstalledMessage": "Pylance 延伸模組未安裝。",
"Pylance.pylanceInstalledReloadPromptMessage": "Pylance 延伸模組已安裝。重新載入視窗以啟用?",
"Pylance.pylanceRevertToJediPrompt": "Pylance 延伸模組未安裝,但 python.languageServer 的值被設為 \"Pylance\"。是否安裝 Pylance 延伸模組,或選擇使用 Jedi?",
"Pylance.pylanceInstallPylance": "安裝 Pylance",
"Pylance.pylanceRevertToJedi": "使用 Jedi",
"python.command.python.clearWorkspaceInterpreter.title": "清除工作區直譯器設定",
"python.command.python.reportIssue.title": "回報問題...",
"python.command.python.viewOutput.title": "顯示輸出",
"python.command.python.viewLanguageServerOutput.title": "顯示語言伺服器輸出",
"python.command.python.configureTests.title": "設定測試",
"python.command.python.enableSourceMapSupport.title": "啟用供偵錯延伸模組的原始碼映射 (Source Map) 支援",
"python.command.python.analysis.clearCache.title": "清除模組分析快取",
"python.command.python.clearPersistentStorage.title": "清除延伸模組內部快取",
"python.command.python.analysis.restartLanguageServer.title": "重新啟動語言伺服器",
"python.command.python.launchTensorBoard.title": "啟動 TensorBoard",
"python.command.python.refreshTensorBoard.title": "重新整理 TensorBoard",
"LanguageService.lsFailedToStart": "啟動語言伺服器時遇到問題。改回使用替代方案 \"Jedi\"。請檢查 Python 輸出面板以取得更多資訊。",
"LanguageService.lsFailedToDownload": "下載語言伺服器時遇到問題。改回使用替代方案 \"Jedi\"。請檢查 Python 輸出面板以取得更多資訊。",
"LanguageService.lsFailedToExtract": "擷取語言伺服器時遇到問題。改回使用替代方案 \"Jedi\"。請檢查 Python 輸出面板以取得更多資訊。",
"Experiments.inGroup": "使用者屬於 \"{0}\" 實驗性群組",
"Experiments.optedOutOf": "使用者已退出 '{0}' 實驗性群組",
"Interpreters.RefreshingInterpreters": "正在重新整理 Python 直譯器",
"Interpreters.condaInheritEnvMessage": "我們發覺到您在使用 conda 環境。如果你在整合式終端器中使用這個環境時遇到問題,建議您讓 Python 延伸模組變更使用者設定中的 \"terminal.integrated.inheritEnv\" 為 false。",
"Interpreters.entireWorkspace": "完整工作區",
"Interpreters.pythonInterpreterPath": "Python 直譯器路徑: {0}",
"Logging.CurrentWorkingDirectory": "cwd:",
"InterpreterQuickPickList.enterPath.label": "輸入直譯器路徑...",
"InterpreterQuickPickList.enterPath.placeholder": "輸入 Python 直譯器的路徑。",
"InterpreterQuickPickList.refreshInterpreterList": "重新整理直譯器清單",
"InterpreterQuickPickList.browsePath.label": "瀏覽...",
"InterpreterQuickPickList.browsePath.detail": "瀏覽檔案來選擇 Python 直譯器。",
"InterpreterQuickPickList.browsePath.title": "選擇 Python 直譯器",
"InterpreterQuickPickList.defaultInterpreterPath.label": "使用 `python.defaultInterpreterPath` 設定",
"Common.doNotShowAgain": "不再顯示",
"Common.reload": "重新載入",
"Common.moreInfo": "更多資訊",
"Common.bannerLabelYes": "是",
"Common.bannerLabelNo": "否",
"Common.and": "和",
"Common.ok": "是",
"Common.install": "安裝",
"Common.learnMore": "了解更多",
"Common.reportThisIssue": "回報此問題",
"Common.recommended": "建議",
"CommonSurvey.remindMeLaterLabel": "稍後提醒",
"CommonSurvey.yesLabel": "是,現在接受調查",
"CommonSurvey.noLabel": "不,謝謝",
"OutputChannelNames.languageServer": "Python 語言伺服器",
"OutputChannelNames.python": "Python",
"OutputChannelNames.pythonTest": "Python 測試記錄",
"ExtensionSurveyBanner.bannerMessage": "請問您是否可以用兩分鐘的時間,告訴我們 Python 延伸模組在您環境中的運作情況?",
"ExtensionSurveyBanner.bannerLabelYes": "是,現在填寫調查",
"ExtensionSurveyBanner.bannerLabelNo": "不了,謝謝",
"ExtensionSurveyBanner.maybeLater": "等一下",
"Interpreters.environmentPromptMessage": "We noticed a new virtual environment has been created. Do you want to select it for the workspace folder?",
"Linter.replaceWithSelectedLinter": "設定中啟用了多個 Linter。是否用 '{0}' 取代?",
"Installer.noCondaOrPipInstaller": "選取環境中沒有可用的 Conda 或 Pip 安裝工具。",
"Installer.noPipInstaller": "選取環境中沒有可用的 Pip 安裝工具。",
"Installer.searchForHelp": "搜尋說明",
"diagnostics.warnSourceMaps": "已在 Python 延伸模組中啟用原始碼映射 (Source Map) 支援,這會降低延伸模組效能。",
"diagnostics.disableSourceMaps": "停用原始碼映射 (Source Map) 支援",
"diagnostics.warnBeforeEnablingSourceMaps": "在 Python 延伸模組中啟用原始碼映射 (Source Map) 支援會降低延伸模組效能。",
"diagnostics.enableSourceMapsAndReloadVSC": "啟用並重新載入視窗",
"diagnostics.lsNotSupported": "您的作業系統不符合 Python 語言伺服器的最低需求。改回使用替代自動完成提供者 \"Jedi\"。",
"diagnostics.invalidPythonPathInDebuggerSettings": "開始偵錯前,您需要選取 Python 直譯器。\n\n小提示:按一下狀態列的 \"選擇 Python 直譯器\"。",
"diagnostics.invalidPythonPathInDebuggerLaunch": "偵錯設定檔的 Python 路徑無效。",
"diagnostics.invalidDebuggerTypeDiagnostic": "Your launch.json file needs to be updated to change the \"pythonExperimental\" debug configurations to use the \"python\" debugger type, otherwise Python debugging may not work. Would you like to automatically update your launch.json file now?",
"diagnostics.consoleTypeDiagnostic": "Your launch.json file needs to be updated to change the console type string from \"none\" to \"internalConsole\", otherwise Python debugging may not work. Would you like to automatically update your launch.json file now?",
"diagnostics.justMyCodeDiagnostic": "Configuration \"debugStdLib\" in launch.json is no longer supported. It's recommended to replace it with \"justMyCode\", which is the exact opposite of using \"debugStdLib\". Would you like to automatically update your launch.json file to do that?",
"diagnostics.yesUpdateLaunch": "是,更新 launch.json",
"diagnostics.invalidTestSettings": "Your settings needs to be updated to change the setting \"python.unitTest.\" to \"python.testing.\", otherwise testing Python code using the extension may not work. Would you like to automatically update your settings now?",
"Common.canceled": "已取消",
"Common.cancel": "取消",
"Common.loadingPythonExtension": "正在載入 Python 延伸模組...",
"debug.selectConfigurationTitle": "選擇偵錯設定檔",
"debug.selectConfigurationPlaceholder": "偵錯設定檔",
"debug.launchJsonConfigurationsCompletionLabel": "Python",
"debug.launchJsonConfigurationsCompletionDescription": "選取 Python 偵錯設定檔",
"debug.debugFileConfigurationLabel": "Python 檔案",
"debug.debugFileConfigurationDescription": "偵錯目前使用中的 Python 檔案",
"debug.debugModuleConfigurationLabel": "模組",
"debug.debugModuleConfigurationDescription": "使用 '-m' 叫用以偵錯 Python 模組",
"debug.moduleEnterModuleTitle": "偵錯模組",
"debug.moduleEnterModulePrompt": "輸入 Python 模組 / 套件名稱",
"debug.moduleEnterModuleDefault": "輸入-模組-名稱",
"debug.moduleEnterModuleInvalidNameError": "請輸入有效的模組名稱",
"debug.remoteAttachConfigurationLabel": "遠端連結",
"debug.remoteAttachConfigurationDescription": "連結到遠端偵錯伺服器",
"debug.attachRemoteHostTitle": "遠端偵錯",
"debug.attachRemoteHostPrompt": "輸入主機名稱",
"debug.attachRemoteHostValidationError": "請輸入有效的主機名稱或 IP 位址",
"debug.attachRemotePortTitle": "遠端偵錯",
"debug.attachRemotePortPrompt": "輸入偵錯伺服器正在監聽的連線埠號。",
"debug.attachRemotePortValidationError": "請輸入有效的連線埠號。",
"debug.attachPidConfigurationLabel": "使用處理程序 ID 連結",
"debug.attachPidConfigurationDescription": "連結至本機處理程序",
"debug.debugDjangoConfigurationLabel": "Django",
"debug.debugDjangoConfigurationDescription": "執行並偵錯 Django 網路應用程式",
"debug.djangoEnterManagePyPathTitle": "偵錯 Django",
"debug.djangoEnterManagePyPathPrompt": "請輸入 manage.py 的路徑 ('${workspaceFolderToken}' 指向目前工作區資料夾的根目錄)",
"debug.djangoEnterManagePyPathInvalidFilePathError": "請輸入有效的 Python 檔案路徑",
"debug.debugFastAPIConfigurationLabel": "FastAPI",
"debug.debugFastAPIConfigurationDescription": "執行並偵錯 FastAPI 網路應用程式",
"debug.fastapiEnterAppPathOrNamePathTitle": "偵錯 FastAPI",
"debug.fastapiEnterAppPathOrNamePathPrompt": "請輸入應用程式路徑。例如:'main.py' or 'main'",
"debug.fastapiEnterAppPathOrNamePathInvalidNameError": "請輸入有效名稱",
"debug.debugFlaskConfigurationLabel": "Flask",
"debug.debugFlaskConfigurationDescription": "執行並偵錯 Flask 網路應用程式",
"debug.flaskEnterAppPathOrNamePathTitle": "偵錯 Flask",
"debug.flaskEnterAppPathOrNamePathPrompt": "請輸入應用程式路徑。例如:'app.py' 或 'app'",
"debug.flaskEnterAppPathOrNamePathInvalidNameError": "請輸入有效名稱",
"debug.debugPyramidConfigurationLabel": "Pyramid",
"debug.debugPyramidConfigurationDescription": "網路應用程式",
"debug.pyramidEnterDevelopmentIniPathTitle": "偵錯 Pyramid",
"debug.pyramidEnterDevelopmentIniPathPrompt": "`請輸入 development.ini 的路徑 ('${workspaceFolderToken}' 指向目前工作區資料夾的根目錄)`",
"debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "請輸入有效的檔案路徑",
"Testing.configureTests": "設定測試框架",
"Testing.testNotConfigured": "未設定測試框架。",
"Common.openOutputPanel": "顯示輸出",
"LanguageService.downloadFailedOutputMessage": "下載語言伺服器失敗",
"LanguageService.extractionFailedOutputMessage": "擷取語言伺服器失敗",
"LanguageService.extractionCompletedOutputMessage": "下載語言伺服器完成",
"LanguageService.extractionDoneOutputMessage": "完成",
"LanguageService.reloadVSCodeIfSeachPathHasChanged": "已為此 Python 解譯器變更搜尋路徑。請重新載入延伸模組以確保 IntelliSense 能夠正常運作",
"LanguageService.startingMicrosoft": "正在啟動 Microsoft Python 語言伺服器。",
"LanguageService.startingPylance": "正在啟動 Pylance 語言伺服器。",
"LanguageService.startingJedi": "正在啟動 Jedi 語言伺服器。",
"LanguageService.startingNone": "由於未設定語言伺服器,所以無法使用編輯器支援。",
"LanguageService.reloadAfterLanguageServerChange": "切換語言伺服器後請重新載入視窗。",
"AttachProcess.unsupportedOS": "不支援 '{0}' 作業系統。",
"AttachProcess.attachTitle": "連結至處理程序",
"AttachProcess.selectProcessPlaceholder": "選擇要連結的處理程序",
"AttachProcess.noProcessSelected": "沒有選取的處理程序",
"AttachProcess.refreshList": "重新整理處理程序列表",
"diagnostics.updateSettings": "是,更新設定",
"Common.noIWillDoItLater": "否,我稍候再做",
"Common.notNow": "先不要",
"Common.gotIt": "懂了!",
"Interpreters.selectInterpreterTip": "小提示:您能透過按下狀態列中的 Python 版本,變更 Python 延伸模組使用的 Python 解譯器。",
"downloading.file": "正在下載 {0}...",
"downloading.file.progress": "目前 {0}{1},總共 {2} KB ({3}%)",
"products.installingModule": "正在安裝 {0}"
}