forked from microsoft/vscode-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-tw.json
93 lines (93 loc) · 6.24 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
{
"jupyter.command.jupyter.viewOutput.title": "顯示輸出",
"Experiments.inGroup": "使用者屬於 \"{0}\" 實驗性群組",
"Logging.CurrentWorkingDirectory": "cwd:",
"Common.doNotShowAgain": "不再顯示",
"Common.reload": "重新載入",
"Common.moreInfo": "更多資訊",
"OutputChannelNames.jupyter": "Jupyter",
"ExtensionSurveyBanner.bannerMessage": "請問您是否可以用兩分鐘的時間,告訴我們 Python 延伸模組在您環境中的運作情況?",
"ExtensionSurveyBanner.bannerLabelYes": "是,現在填寫調查",
"ExtensionSurveyBanner.bannerLabelNo": "不了,謝謝",
"ExtensionSurveyBanner.maybeLater": "等一下",
"InteractiveShiftEnterBanner.bannerMessage": "您想在按下 shift+enter 時於互動式視窗(IPython控制台)中執行程式碼嗎?選擇 No 以繼續在 Python 終端機執行。這項設定可稍後在設定中修改",
"InteractiveShiftEnterBanner.bannerLabelYes": "是",
"InteractiveShiftEnterBanner.bannerLabelNo": "否",
"Common.canceled": "已取消",
"Common.cancel": "取消",
"Common.openOutputPanel": "顯示輸出",
"Common.noIWillDoItLater": "否,我稍候再做",
"Common.notNow": "先不要",
"Common.gotIt": "懂了!",
"downloading.file": "正在下載 {0}...",
"downloading.file.progress": "目前 {0}{1},總共 {2} KB ({3}%)",
"DataScience.restartingKernelStatus": "正在重新啟動 核心 {0}",
"DataScience.collapseVariableExplorerLabel": "變數",
"DataScience.notebookExport": "匯出",
"DataScience.notebookExportAs.shorttitle": "匯出",
"DataScience.exportButtonTitle": "匯出",
"DataScience.exportAs": "匯出為",
"DataScience.notebookExportAs": "匯出為",
"DataScience.exportAsQuickPickPlaceholder": "匯出為...",
"DataScience.runByLine": "逐行執行 (F10)",
"DataScience.debugCellCommandTitle": "偵錯儲存格",
"DataScience.exportPythonQuickPickLabel": "Python 指令碼",
"DataScience.variableExplorerNameColumn": "名稱",
"DataScience.variableExplorerTypeColumn": "類型",
"DataScience.variableExplorerCountColumn": "大小",
"DataScience.variableExplorerValueColumn": "值",
"DataScience.noRowsInVariableExplorer": "尚未宣告變數",
"DataScience.clearAllOutput": "清除所有輸出",
"DataScience.jupyterSelectURIQuickPickTitle": "選擇如何連線到 Jupyter",
"Datascience.currentlySelectedJupyterInterpreterForPlaceholder": "目前: {0}",
"DataScience.jupyterSelectURIQuickPickCurrent": "目前: {0}",
"DataScience.jupyterSelectURIQuickPickPlaceholder": "選擇一個選項",
"DataScience.jupyterSelectURINewLabel": "現有",
"DataScience.jupyterSelectURINewDetail": "指定現有伺服器的 URI",
"DataScience.jupyterSelectURIMRUDetail": "上次連線: {0}",
"DataScience.jupyterNativeNotebookUriStatusLabelForLocal": "Jupyter 伺服器:本機",
"DataScience.jupyterNativeNotebookUriStatusLabelForRemote": "Jupyter 伺服器:遠端",
"DataScience.jupyterSelectURIPrompt": "輸入正在執行的 Jupyter 伺服器 URI",
"DataScience.importingFormat": "匯入 {0}",
"DataScience.startingJupyter": "啟動 Jupyter 伺服器",
"DataScience.connectingToJupyter": "正在連線到 Jupyter 伺服器",
"DataScience.connectingToKernel": "正在連線到核心:{0}",
"DataScience.connectedToKernel": "已連線",
"DataScience.connected": "已連線",
"DataScience.disconnected": "已中斷連線",
"DataScience.connectingToJupyterUri": "正在連線到位於 {0} 的 Jupyter 伺服器",
"DataScience.rawKernelSessionFailed": "無法啟動 {0} 核心的工作階段,請選擇另一個核心以啟動。",
"DataScience.rawKernelConnectingSession": "正在連線到核心:{0}",
"jupyter.command.jupyter.interruptkernel.title": "中斷核心",
"jupyter.command.jupyter.interruptkernel.shorttitle": "中斷",
"jupyter.command.jupyter.restartkernel.title": "重新啟動核心",
"jupyter.command.jupyter.restartkernel.shorttitle": "重新啟動",
"jupyter.command.jupyter.openVariableView.shorttitle": "變數",
"jupyter.command.jupyter.openVariableView.title": "開啟變數面板",
"jupyter.command.jupyter.debugcontinue.title": "繼續",
"jupyter.command.jupyter.debugcell.title": "偵錯儲存格",
"jupyter.command.jupyter.debugCell.title": "偵錯儲存格",
"jupyter.command.jupyter.importnotebookfile.title": "將筆記本轉換為 Python 指令碼",
"jupyter.command.jupyter.exportAsPythonScript.title": "匯出 Python 指令碼",
"jupyter.command.jupyter.exportToHTML.title": "匯出 HTML",
"jupyter.command.jupyter.exportToPDF.title": "匯出 PDF",
"jupyter.command.jupyter.runFileInteractive.title": "在互動式視窗中執行目前檔案",
"jupyter.command.jupyter.debugFileInteractive.title": "在互動式視窗中偵錯目前檔案",
"jupyter.command.jupyter.runtoline.title": "在互動式視窗中從此行執行",
"jupyter.command.jupyter.runfromline.title": "在互動式視窗中執行到此行",
"jupyter.command.jupyter.execSelectionInteractive.title": "在互動式視窗中執行選取內容/行",
"jupyter.command.jupyter.clearSavedJupyterUris.title": "清除遠端 Jupyter 伺服器清單",
"jupyter.command.jupyter.createnewnotebook.title": "新增 Jupyter Notebook",
"jupyter.command.jupyter.openOutlineView.title": "顯示目錄(大綱欄位)",
"jupyter.command.jupyter.openOutlineView.shorttitle": "大綱",
"jupyter.command.jupyter.debug.title": "偵錯",
"jupyter.command.jupyter.runByLine.title": "逐行執行",
"jupyter.command.jupyter.runByLineNext.title": "執行下一行",
"jupyter.command.jupyter.runByLineStop.title": "繼續執行",
"jupyter.command.jupyter.createnewinteractive.title": "新增互動式視窗",
"jupyter.command.jupyter.importnotebook.title": "匯入 Jupyter Notebook",
"jupyter.command.jupyter.resetLoggingLevel.title": "重設紀錄層級",
"jupyter.command.jupyter.selectJupyterInterpreter.title": "選擇直譯器以啟動 Jupyter 伺服器",
"jupyter.command.jupyter.selectjupytercommandline.title": "指定 Jupyter 命令列參數",
"jupyter.command.jupyter.selectjupyteruri.title": "指定本機或遠端 Jupyter 伺服器連線"
}