dotfiles/vscode/.vscode/extensions/ms-python.python-2024.8.0/package.nls.zh-tw.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

2 lines
15 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"python.EnableREPLSmartSend.description":"切換 Python REPL 的 Smart Send。Smart Send 可讓您透過 Shift+Enter 將最小的可執行程式碼區塊傳送到 REPL並據此移動資料指標。","python.REPL.sendToNativeREPL.description":"切換以傳送程式碼到 Python REPL而非在執行時傳送到終端。開啟此功能將會變更操作功能表中 [智慧傳送] 和 [執行選取項目/行] 的行為。","python.activeStateToolPath.description":"ActiveState 執行階段的狀態工具可執行檔路徑 (版本 0.36+)。","python.autoComplete.extraPaths.description":"程式庫的路徑清單,以及需要由自動完成引擎所匯出的類似路徑清單。例如,使用 Google App SDK 時,路徑不在系統路徑中,因此必須新增到此清單。","python.command.python.analysis.restartLanguageServer.title":"重新啟動語言伺服器","python.command.python.clearCacheAndReload.title":"清除快取並重新載入視窗","python.command.python.clearWorkspaceInterpreter.title":"清除工作區解譯器設定","python.command.python.configureTests.title":"設定測試","python.command.python.createEnvironment.title":"建立環境...","python.command.python.createNewFile.title":"新增 Python 檔案","python.command.python.createTerminal.title":"建立終端機","python.command.python.enableSourceMapSupport.title":"啟用延伸模組偵錯的來源對應支援","python.command.python.execInDedicatedTerminal.title":"在專用終端機中執行 Python 檔案","python.command.python.execInREPL.title":"在 Python REPL 中執行選取項目/行","python.command.python.execInTerminal.title":"在終端機中執行 Python 檔案","python.command.python.execInTerminalIcon.title":"執行 Python 檔案","python.command.python.execSelectionInDjangoShell.title":"在 Django 殼層中執行選取項目/行","python.command.python.execSelectionInTerminal.title":"在 Python 終端機中執行選取項目/行","python.command.python.installJupyter.title":"安裝 Jupyter 延伸模組","python.command.python.launchTensorBoard.title":"啟動 Tensorboard","python.command.python.refreshTensorBoard.title":"重新整理 TensorBoard","python.command.python.reportIssue.title":"回報問題...","python.command.python.setInterpreter.title":"選取解譯器","python.command.python.startREPL.title":"開始 REPL","python.command.python.viewLanguageServerOutput.title":"顯示語言伺服器輸出","python.command.python.viewOutput.title":"顯示輸出","python.command.testing.rerunFailedTests.title":"重新執行失敗的測試","python.condaPath.description":"要用於啟用的 conda 可執行檔路徑 (版本 4.4+)。","python.createEnvironment.contentButton.description":"在編輯器中顯示或隱藏 'requirements.txt' 或其他相依性檔案的 [建立環境] 按鈕。","python.createEnvironment.trigger.description":"偵測目前專案是否需要建立環境","python.debugger.deprecatedMessage":"此設定即將被取代。請將 `python` 取代為 `debugpy`,以使用新的 Python 偵錯工具延伸模組。","python.defaultInterpreterPath.description":"延伸模組第一次載入時使用的預設 Python 路徑,為工作區選取解譯器後就不再使用。請參閱 [here](https://aka.ms/AAfekmf) 以了解何時會使用此功能","python.diagnostics.sourceMapsEnabled.description":"啟用錯誤記錄檔中有意義堆疊追蹤的來源對應支援。","python.editor.context.submenu.runPython":"執行 Python","python.editor.context.submenu.runPythonInteractive":"在互動視窗中執行","python.envFile.description":"包含環境變數定義的檔案絕對路徑。","python.experiments.All.description":"所有實驗的合併清單。","python.experiments.enabled.description":"啟用 Python 延伸模組中的 A/B 測試實驗。如果啟用,您可能會包含在建議的增強功能和/或功能中。","python.experiments.optInto.description":"要加入的實驗清單。如果空白,則會為使用者指派預設實驗群組。如需詳細資料,請參閱 [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments)。","python.experiments.optOutFrom.description":"要退出的實驗清單。如果空白,則會為使用者指派預設實驗群組。如需詳細資料,請參閱 [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments)。","python.experiments.pythonDiscoveryUsingWorkers.description":"可讓工作者執行緒在探索解釋器時執行大量計算。","python.experiments.pythonPromptNewToolsExt.description":"表示 Python Prompt 新工具延伸模組實驗。","python.experiments.pythonREPLSmartSend.description":"表示 Python REPL Smart Send 實驗。","python.experiments.pythonRecommendTensorboardExt.description":"代表 Tensorboard 延伸模組建議實驗。","python.experiments.pythonSurveyNotification.description":"表示 Python 問卷通知實驗。","python.experiments.pythonTerminalEnvVarActivation.description":"允許使用環境變數來啟動終端機,而非傳送啟動命令。","python.experiments.pythonTestAdapter.description":"代表 Python 測試配接器實驗。","python.globalModuleInstallation.description":"不使用環境時,是否要全域安裝 Python 模組。","python.interpreter.infoVisibility.always.description":"一律顯示資訊。","python.interpreter.infoVisibility.description":"控制何時在狀態列中顯示所選解譯器的資訊。","python.interpreter.infoVisibility.never.description":"永不顯示資訊。","python.interpreter.infoVisibility.onPythonRelated.description":"只在開啟 Python 相關檔案時顯示資訊。","python.languageServer.defaultDescription":"自動選取語言伺服器: Pylance (如果已安裝且可用),否則會回傳到 Jedi。","python.languageServer.description":"定義語言伺服器的類型。","python.languageServer.jediDescription":"在語言伺服器通訊協定 (LSP) 後面使用 Jedi 做為語言伺服器。","python.languageServer.noneDescription":"停用語言伺服器功能。","python.languageServer.pylanceDescription":"使用 Pylance 做為語言伺服器。","python.locator.description":"[實驗] 選取環境定位器的實作。這是測試原生環境位置時的實驗性設定。","python.logging.level.deprecation":"此設定已遭取代。請使用命令 `Developer: Set Log Level...` 來設定記錄層級。","python.logging.level.description":"延伸模組記錄的記錄層級,預設為 'error'","python.menu.createNewFile.title":"Python 檔案","python.missingPackage.severity.description":"設定 requirements.txt 或 pyproject.toml 中遺失封裝的嚴重性","python.pipenvPath.description":"要用於啟用的 pipenv 可執行檔路徑。","python.poetryPath.description":"Poetry 可執行檔的路徑。","python.tensorBoard.logDirectory.deprecationMessage":"Tensorboard 支援已移至 Orboard 延伸模組。請改用 'tensorBoard.logDirectory' 設定。","python.tensorBoard.logDirectory.description":"將這個設定設為您偏好的 TensorBoard 記錄目錄,以在啟動 TensorBoard 時略過記錄目錄提示。","python.tensorBoard.logDirectory.markdownDeprecationMessage":"Tensorboard 支援已移至延伸模組 [Tensorboard 延伸模組](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.tensorboard)。請改用 'tensorBoard.logDirectory' 設定。","python.terminal.activateEnvInCurrentTerminal.description":"載入延伸模組時,啟用目前終端中的 Python 環境。","python.terminal.activateEnvironment.description":"在所有已建立的終端中啟用 Python 環境。","python.terminal.executeInFileDir.description":"在終端中執行檔案時,是否要在檔案目錄中使用執行,而不是使用目前開啟的資料夾。","python.terminal.focusAfterLaunch.description":"啟動 Python 終端時,是否要將焦點放在終端上的資料指標。","python.terminal.launchArgs.description":"Python 啟動引數,以在終端中執行檔案時使用。","python.testing.autoTestDiscoverOnSaveEnabled.description":"儲存測試檔案時啟用自動執行測試探索。","python.testing.cwd.description":"測試的選擇性工作目錄。","python.testing.debugPort.description":"用於測試的偵錯工具連接埠號碼。","python.testing.promptToConfigure.description":"如果發現潛在的測試目錄,則提示您設定測試架構。","python.testing.pytestArgs.description":"傳入的引數。每個引數都是陣列中的個別項目。","python.testing.pytestEnabled.description":"使用 pytest 啟用測試。","python.testing.pytestPath.description":"Pytest 路徑,您可以修改此設定以包含完整路徑,以使用自訂版本的 Pytest。","python.testing.unittestArgs.description":"傳入的引數。每個引數都是陣列中的個別項目。","python.testing.unittestEnabled.description":"使用 unittest 啟用測試。","python.venvFolders.description":"在主目錄中尋找虛擬環境的資料夾 (預設支援 pyenv、direnv 和 virtualenvwrapper)。","python.venvPath.description":"具有虛擬環境清單的資料夾路徑,(例如 ~/.pyenv、~/Envs、~/.virtualenvs)。","walkthrough.pythonDataScienceWelcome.description":"開始使用 Python 進行資料科學專案的首要步驟!","walkthrough.pythonDataScienceWelcome.title":"開始使用適用於資料科學的 Python","walkthrough.pythonWelcome.description":"使用 Python 延伸模組提供的所有強大工具和功能來設定 Python 專案的首要步驟!","walkthrough.pythonWelcome.title":"開始使用 Python 開發","walkthrough.step.python.createEnvironment.altText":"從命令選擇區建立 Python 環境","walkthrough.step.python.createEnvironment.description":"建立 Python 專案的環境,或使用 [選取 Python 解譯器](command:python.setInterpreter) 來選取現有的環境。\n[建立環境](command:python.createEnvironment)\n**提示**: 在 [命令選擇區](command:workbench.action.showCommands) 中執行 ``Python: Create Environment`` 命令。","walkthrough.step.python.createEnvironment.title":"選取或建立 Python 環境","walkthrough.step.python.createNewNotebook.altText":"正在建立新的 Jupyter 筆記本","walkthrough.step.python.createNewNotebook.description":"在檔案總管中按一下滑鼠右鍵,然後建立副檔名為 .ipynb 的新檔案。或者,開啟 [命令選擇區](command:workbench.action.showCommands) 並執行命令\n「Jupyter: 建立新的空白筆記本」。\n[建立新的 Jupyter Notebook](command:toSide:jupyter.createnewnotebook)\n 如果您有現有的專案,也可以 [開啟資料夾](command:workbench.action.files.openFolder) 和/或從 GitHub 複製專案: [複製 Git 存放庫](command:git.clone)。","walkthrough.step.python.createNewNotebook.title":"建立或開啟 Jupyter Notebook","walkthrough.step.python.createPythonFile.altText":"使用 Python 專案開啟 Python 檔案或資料夾。","walkthrough.step.python.createPythonFile.description":"[開啟](command:toSide:workbench.action.files.openFile) 或 [建立](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) Python 檔案 - 務必將它儲存為 \".py\"。\n[建立 Python 檔案](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)","walkthrough.step.python.createPythonFile.title":"建立 Python 檔案","walkthrough.step.python.createPythonFolder.description":"[開啟](command:workbench.action.files.openFolder) 或建立專案資料夾。\n[開啟專案資料夾](command:workbench.action.files.openFolder)","walkthrough.step.python.createPythonFolder.title":"開啟 Python 專案資料夾","walkthrough.step.python.dataScienceLearnMore.altText":"代表文件頁面和郵寄清單資源的影像。","walkthrough.step.python.dataScienceLearnMore.description":"📒 在 [命令選擇區](command:workbench.action.showCommands) 中尋找 \"Jupyter\",以查看 [Jupyter 延伸模組](command:workbench.extensions.search?\"ms-toolsai.jupyter\") 功能。\n 🏃🏻 在我們的 [教學課程](https://aka.ms/AAdjzpd) 中尋找更多功能。\n[深入了解](https://aka.ms/AAdar6q)","walkthrough.step.python.dataScienceLearnMore.title":"深入了解!","walkthrough.step.python.installJupyterExt.altText":"正在建立新的 Jupyter 筆記本","walkthrough.step.python.installJupyterExt.description":"如果您尚未安裝,請安裝 [Jupyter 延伸模組](command:workbench.extensions.search?\"ms-toolsai.jupyter\") 以充分利用 VS Code 中的筆記本體驗!\n\n[搜尋 Jupyter 延伸模組](command:workbench.extensions.search?\"ms-toolsai.jupyter\")","walkthrough.step.python.installJupyterExt.title":"安裝 Jupyter 延伸模組","walkthrough.step.python.installPythonLinux.description":"Python 延伸模組要求安裝 Python。請透過終端安裝 Python 3。\n[透過終端安裝 Python](command:python.installPythonOnLinux)\n","walkthrough.step.python.installPythonLinux.title":"安裝 Python","walkthrough.step.python.installPythonMac.description":"Python 延伸模組要求安裝 Python。請透過終端安裝 Python 3。\n[透過 Brew 安裝 Python](command:python.installPythonOnMac)\n","walkthrough.step.python.installPythonMac.title":"安裝 Python","walkthrough.step.python.installPythonWin8.description":"Python 延伸模組要求安裝 Python。安裝 Python [從 python.org](https://www.python.org/downloads)。\n\n[安裝 Python](https://www.python.org/downloads)\n","walkthrough.step.python.installPythonWin8.title":"安裝 Python","walkthrough.step.python.learnMoreWithDS.altText":"代表文件頁面和郵寄清單資源的影像。","walkthrough.step.python.learnMoreWithDS.description":"🎨 在 [命令選擇區](command:workbench.action.showCommands) 中尋找「Python」以探索 Python 延伸模組提供的所有功能。\n📈 深入了解如何開始使用 Python 中的 [資料科學](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D)。\n✨ 若要深入了解最新功能,請查看我們的 [發行備註](https://aka.ms/AA8dxtb)。\n\n[跟隨 Python 教學課程的步驟](https://aka.ms/AA8dqti)","walkthrough.step.python.learnMoreWithDS.title":"繼續探索!","walkthrough.step.python.openInteractiveWindow.altText":"開啟 Python 互動視窗","walkthrough.step.python.openInteractiveWindow.description":"Python 互動視窗是 Python 殼層,您可以在其中執行和檢視 Python 程式碼的結果。您可以輸入 ``#%%``,在 Python 檔案上建立儲存格。\n \n若要隨時開啟互動視窗請開啟 [命令選擇區](command:workbench.action.showCommands),並執行命令\n「Jupyter: 建立互動視窗」。\n[開啟互動視窗](command:jupyter.createnewinteractive)","walkthrough.step.python.openInteractiveWindow.title":"開啟 Python 互動視窗","walkthrough.step.python.runAndDebug.altText":"如何在 VS Code 中使用 F5 或右上方的播放按鈕來執行和偵錯。","walkthrough.step.python.runAndDebug.description":"開啟您的 Python 檔案,然後按一下編輯器右上方的播放按鈕,或在開啟檔案時按 F5然後選取 [Python 檔案] 以使用偵錯工具執行。\n \n[深入了解](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)","walkthrough.step.python.runAndDebug.title":"執行和偵錯您的 Python 檔案","walkthrough.step.python.selectInterpreter.altText":"從狀態列選取 Python 解譯器","walkthrough.step.python.selectInterpreter.title":"選取 Python 解譯器"}