@codingame/monaco-vscode-language-pack-zh-hans 7.0.10 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-zh-hans",
3
- "version": "7.0.10",
3
+ "version": "7.1.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@7.0.10"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@7.1.0"
22
22
  }
23
23
  }
@@ -9,7 +9,6 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
- "Choose an account that you would like to log in to": "Choose an account that you would like to log in to",
13
12
  "Continue to GitHub": "继续访问 GitHub",
14
13
  "Continue to GitHub to create a Personal Access Token (PAT)": "继续转到 GitHub 以创建个人访问令牌 (PAT)",
15
14
  "Copy & Continue to GitHub": "复制并继续访问 GitHub",
@@ -18,9 +17,10 @@
18
17
  "Incorrect account detected": "Incorrect account detected",
19
18
  "Keep {0}": "Keep {0}",
20
19
  "Login with {0}": "Login with {0}",
21
- "New account...": "New account...",
22
20
  "No": "否",
23
21
  "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "在新选项卡中打开 [{0}]({0}),并粘贴一次性代码: {1}",
22
+ "Please reload the window to apply the new setting.": "Please reload the window to apply the new setting.",
23
+ "Reload Window": "Reload Window",
24
24
  "Sign in failed: {0}": "登录失败: {0}",
25
25
  "Sign out failed: {0}": "注销失败: {0}",
26
26
  "Signing in to {0}.../The {0} will be a url, e.g. github.com": "正在登录到 {0}...",
@@ -94,7 +94,7 @@
94
94
  "configuration.markdown.editor.filePaste.enabled.smart": "当不粘贴到代码块或其他特殊元素时,默认情况下可以智能创建 Markdown 链接。使用粘贴小组件,在以纯文本形式粘贴或以 Markdown 链接形式粘贴之间切换。",
95
95
  "configuration.markdown.editor.filePaste.videoSnippet": "将视频添加到 Markdown 时使用的代码片段。此代码片段可以使用以下变量:\r\n-“${src}”- 视频文件的解析路径。\r\n-“${title}”- 用于视频的标题。将自动为此变量创建代码片段占位符。",
96
96
  "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "控制是否在将 URL 粘贴到 Markdown 编辑器时创建 Markdown 链接。需要启用“#editor.pasteAs.enabled#”。",
97
- "configuration.markdown.experimental.updateLinksOnPaste": "启用/禁用从一个 Markdown 编辑器复制并粘贴到另一个的文本中链接自动更新。",
97
+ "configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
98
98
  "configuration.markdown.links.openLocation.beside": "打开活动编辑器旁边的链接。",
99
99
  "configuration.markdown.links.openLocation.currentGroup": "打开活动编辑器组中的链接。",
100
100
  "configuration.markdown.links.openLocation.description": "控制应在哪里打开 Markdown 文件中的链接。",
@@ -37,7 +37,7 @@
37
37
  "cmd.references-view.findReferences": "查找所有引用",
38
38
  "cmd.references-view.next": "转到下一个引用",
39
39
  "cmd.references-view.pickFromHistory": "显示历史记录",
40
- "cmd.references-view.prev": "转到上一个参考",
40
+ "cmd.references-view.prev": "转到上一个引用",
41
41
  "cmd.references-view.refind": "重新运行",
42
42
  "cmd.references-view.refresh": "刷新",
43
43
  "cmd.references-view.removeCallItem": "取消",