@codingame/monaco-vscode-language-pack-zh-hans 4.3.2 → 4.4.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": "4.3.2",
3
+ "version": "4.4.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@4.3.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@4.4.0"
22
22
  }
23
23
  }
@@ -11338,6 +11338,15 @@ var content = {
11338
11338
  saveChangesMessage: "是否要保存对 {0} 的更改?",
11339
11339
  saveChangesMessages: "是否要保存对下列 {0} 个文件的更改?",
11340
11340
  "saveFileAs.title": "另存为"
11341
+ },
11342
+ "vs/workbench/services/dialogs/browser/fileDialogService": {
11343
+ learnMore: "了解详细信息(&&L)",
11344
+ openFiles: "打开文件(&&F)...",
11345
+ openRemote: "打开远程(&&O)...",
11346
+ pickFolderAndOpen: "无法打开文件夹,请尝试改为将文件夹添加到工作区。",
11347
+ pickWorkspaceAndOpen: "无法打开工作区,请尝试改为将文件夹添加到工作区。",
11348
+ unsupportedBrowserDetail: "浏览器不支持打开本地文件夹。\r\n你可以打开单个文件或打开远程存储库。",
11349
+ unsupportedBrowserMessage: "不支持打开本地文件夹"
11341
11350
  },
11342
11351
  "vs/workbench/services/dialogs/browser/simpleFileDialog": {
11343
11352
  openLocalFile: "打开本地文件...",
@@ -11783,6 +11792,10 @@ var content = {
11783
11792
  "tunnel.source.auto": "自动转发",
11784
11793
  "tunnel.source.user": "用户转发",
11785
11794
  "tunnel.staticallyForwarded": "静态转发"
11795
+ },
11796
+ "vs/workbench/services/search/browser/searchService": {
11797
+ errorSearchFile: "无法使用 Web 辅助角色文件搜索器进行搜索",
11798
+ errorSearchText: "无法使用 Web 辅助角色文本搜索器进行搜索"
11786
11799
  },
11787
11800
  "vs/workbench/services/search/common/queryBuilder": {
11788
11801
  "search.noWorkspaceWithName": "工作区文件夹不存在: {0}"