forked from microsoft/vscode-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-tw.json
24 lines (24 loc) · 1.37 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
{
"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": "Would you like to run code in the 'Interactive' window (an IPython console) for 'shift-enter'? Select 'No' to continue to run code in the Python Terminal. This can be changed later in settings.",
"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}%)"
}