-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
78 lines (78 loc) · 7.31 KB
/
package.nls.zh-cn.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
{
"description": "在 VS Code 中练习拼题A(PTA)编程题",
"contributes.commands.pintia.openPintiaHome": "打开拼题A主页",
"contributes.commands.pintia.clearCache": "清除题目缓存",
"contributes.commands.pintia.signIn": "登录",
"contributes.commands.pintia.signOut": "退出登录",
"contributes.commands.pintia.refreshExplorer": "刷新题目列表",
"contributes.commands.pintia.changeDefaultLanguage": "修改默认编程语言",
"contributes.commands.pintia.changeWorkspaceFolder": "修改工作区文件夹",
"contributes.commands.pintia.checkIn": "签到拼题A教育商店",
"contributes.commands.pintia.reportIssue": "问题反馈",
"contributes.commands.pintia.searchProblem": "搜索题目",
"contributes.commands.pintia.refreshProblemSearchIndex": "刷新题目搜索索引",
"contributes.commands.pintia.openWorkspace": "打开 Pintia 工作区",
"contributes.commands.pintia.welcome": "查看插件使用指南",
"contributes.commands.pintia.openExtensionRepo": "打开插件仓库",
"contributes.commands.pintia.clearViewedProblems": "清除题目预览历史",
"contributes.commands.pintia.clearFavoriteProblems": "清除我的收藏夹",
"contributes.views.pintia.pintiaExplorer": "题目集",
"contributes.views.pintia.pintiaMyFavorites": "我的收藏夹",
"contributes.views.pintia.pintiaProblemHistory": "题目预览历史",
"contributes.viewsWelcome.pintiaExplorer": "欢迎使用 Pintia 插件来练习拼题A习题。请查看使用手册以了解如何使用本插件。或者进入插件主页 [vscode-pintia](https://github.com/jinzcdev/vscode-pintia) 查看更详细的说明。\n[登录拼题A](command:pintia.signIn) \n[查看使用指南](command:pintia.welcome)",
"configuration.pintia.workspaceFolder": "工作区文件夹的路径(存储题目源文件)。",
"configuration.pintia.previewProblem.openAndCodeIt": "指定是否在预览题目时自动打开代码编辑器,开启时建议不要将 `#pintia.previewProblem.defaultOpenedMethod#` 设置为 `总是询问`。",
"configuration.pintia.previewProblem.defaultOpenedMethod": "指定打开代码编辑器的方式,默认为 `总是询问`。",
"configuration.pintia.paging.pageSize": "指定当题目集较大时候,是否对题目列表分页。pageSize 为 0 表示不分页。",
"configuration.pintia.codeColorTheme": "指定代码着色主题。",
"configuration.pintia.showLocked": "指定是否显示未解锁的题集(一些教材题目集)。",
"configuration.pintia.enableStatusBar": "指定是否显示 PTA 状态栏。",
"configuration.pintia.autoCheckIn": "指定是否在激活插件时自动签到 PTA 教育商店。",
"configuration.pintia.defaultLanguage": "设置答题时默认使用的编程语言。",
"configuration.pintia.editor.shortcuts": "自定义编码时的编辑器快捷键。",
"configuration.pintia.editor.shortcuts.label.submit": "提交",
"configuration.pintia.editor.shortcuts.label.test": "测试",
"configuration.pintia.editor.shortcuts.label.preview": "预览题目",
"configuration.pintia.editor.shortcuts.submit": "提交你的代码到 PTA 判题器。",
"configuration.pintia.editor.shortcuts.test": "使用自定义的测试样例测试你的代码。",
"configuration.pintia.editor.shortcuts.preview": "在 Webview 中预览题目。",
"configuration.pintia.searchIndex.ignoreZOJ": "指定搜索题目时,是否忽略 ***ZOJ Problem Set*** 题集。",
"configuration.pintia.searchIndex.ignoreLockedProblemSets": "指定搜索题目时,是否忽略 ***未被解锁的*** 题集。",
"configuration.pintia.searchIndex.autoRefresh": "指定是否在激活插件时自动刷新题目搜索索引(不推荐设置,因为固定题集更新频率较低且获取索引较耗时)。",
"configuration.pintia.autoCreateProblemSetFolder": "指定创建题目源文件时是否自动创建其习题集文件夹并将源代码文件放入相应的文件夹中。",
"configuration.pintia.problemHistoryListSize": "指定题目预览历史列表的大小。",
"configuration.pintia.previewProblem.defaultOpenedMethod.alwaysAsk": "总是询问",
"configuration.pintia.previewProblem.defaultOpenedMethod.justOpenProblemFile": "仅打开题目文件",
"configuration.pintia.previewProblem.defaultOpenedMethod.openInCurrentWindow": "在当前窗口中打开",
"configuration.pintia.previewProblem.defaultOpenedMethod.openInNewWindow": "在新窗口中打开",
"configuration.pintia.previewProblem.defaultOpenedMethod.addToWorkspace": "添加到工作区",
"walkthroughs.title": "开始使用 Pintia 插件",
"walkthroughs.description": "在 VS Code 中练习 拼题A 的习题",
"walkthroughs.overview.title": "概述",
"walkthroughs.overview.description": "PTA Extension in VS Code\n[Open in GitHub](command:pintia.openExtensionRepo)",
"walkthroughs.overview.media.markdown": "docs/walkthroughs/Overview.md",
"walkthroughs.signIn.title": "登录 拼题A",
"walkthroughs.signIn.description": "使用微信扫描二维码登录拼题A (Pintia)\n[登录](command:pintia.signIn)",
"walkthroughs.signIn.media.altText": "登录拼题A",
"walkthroughs.previewProblem.title": "预览/Code 习题",
"walkthroughs.previewProblem.description": "登录您的帐户后,单击列表中的题目标题以预览其内容",
"walkthroughs.previewProblem.media.altText": "预览习题",
"walkthroughs.submitTestSolution.title": "提交/测试 您的代码",
"walkthroughs.submitTestSolution.description": "单击编辑器中的快捷方式 ``Submit/Test`` 提交或测试你的代码",
"walkthroughs.submitTestSolution.media.altText": "提交与测试代码",
"walkthroughs.searchProblem.title": "搜索习题",
"walkthroughs.searchProblem.description": "您可以通过以下两种方式搜索问题:\n1. 打开 [命令面板](command:workbench.action.showCommands) 并运行命令\n``PTA: Search Problem``\n[Search Problem](command:pintia.searchProblem)\n2. 单击 PTA 视图顶部的 ``搜索`` 图标",
"walkthroughs.searchProblem.media.altText": "搜索习题",
"walkthroughs.testCustomSolution.title": "测试自定义的样例",
"walkthroughs.testCustomSolution.description": "键入 ``ptatest`` 以快速添加自定义测试样例\n点击 ``Test custom sample N`` 以测试你的样例",
"walkthroughs.testCustomSolution.media.altText": "测试自定义样例",
"walkthroughs.takeNotes.title": "添加笔记",
"walkthroughs.takeNotes.description": "键入 ``ptanote`` 以快速添加笔记块,你可以以 Markdown 的语法做笔记。",
"walkthroughs.takeNotes.media.altText": "添加笔记",
"walkthroughs.addTemplates.title": "添加代码模板",
"walkthroughs.addTemplates.description": "键入 ``pta`` 前缀添加常用的代码模板",
"walkthroughs.addTemplates.media.altText": "添加代码模板",
"walkthroughs.commandPalette.title": "使用快捷命令",
"walkthroughs.commandPalette.description": "打开 [命令面板](command:workbench.action.showCommands) 并运行快捷命令。\n1. ``Cmd+Shift+P`` (在 Mac 中)\n2. ``Ctrl+Shift+P`` (在Windows/Linux中)",
"walkthroughs.commandPalette.media.markdown": "docs/walkthroughs/CMDs.md"
}