@codingame/monaco-vscode-language-pack-zh-hans 18.0.1 → 18.1.1
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": "18.
|
|
3
|
+
"version": "18.1.1",
|
|
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
|
-
"@codingame/monaco-vscode-api": "18.
|
|
21
|
+
"@codingame/monaco-vscode-api": "18.1.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"package": {
|
|
86
86
|
"configuration.copyIntoWorkspace.mediaFiles": "尝试将外部图像和视频文件复制到工作区。",
|
|
87
87
|
"configuration.copyIntoWorkspace.never": "请勿将外部文件复制到工作区。",
|
|
88
|
-
"configuration.markdown.copyFiles.destination": "
|
|
88
|
+
"configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.\r\n- `${unixTime}` — The current Unix timestamp in milliseconds.\r\n- `${isoTime}` — The current time in ISO 8601 format, e.g. '2025-06-06T08:40:32.123Z'.",
|
|
89
89
|
"configuration.markdown.copyFiles.overwriteBehavior": "控制通过放置或粘贴操作创建的文件是否应覆盖现有文件。",
|
|
90
90
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "如果已存在具有相同名称的文件,请向文件名追加一个数字,例如: `image.png` 变为 `image-1.png`。",
|
|
91
91
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "如果已存在具有相同名称的文件,则覆盖。",
|
|
@@ -4599,7 +4599,7 @@ var content = [
|
|
|
4599
4599
|
"此服务器是否在聊天会话中的工具调用期间发出采样请求。",
|
|
4600
4600
|
"是否允许此服务器在聊天会话之外发出采样请求。",
|
|
4601
4601
|
"MCP 服务器有权访问的模型。",
|
|
4602
|
-
|
|
4602
|
+
undefined,
|
|
4603
4603
|
"启用在磁盘上而不是存储服务中存储聊天会话。启用此功能后,将按工作区将现有会话一次性迁移到新格式。",
|
|
4604
4604
|
"启用基于工具调用的新编辑模式。启用此功能后,不支持工具调用的模型将无法用于编辑模式。",
|
|
4605
4605
|
"使用由第三方扩展提供的工具启用。",
|
|
@@ -4838,7 +4838,7 @@ var content = [
|
|
|
4838
4838
|
"转到引用(&&R)",
|
|
4839
4839
|
"聊天输入 {0} 按 Enter 以发送请求。使用 {1} 以获取聊天辅助功能帮助。",
|
|
4840
4840
|
"聊天输入 {0} 按 Enter 以发送请求。有关详细信息,请使用聊天辅助功能帮助命令。",
|
|
4841
|
-
|
|
4841
|
+
undefined,
|
|
4842
4842
|
"更多...",
|
|
4843
4843
|
"搜索要添加到请求的文件和上下文",
|
|
4844
4844
|
"已更改 1 个文件",
|
|
@@ -7838,14 +7838,14 @@ var content = [
|
|
|
7838
7838
|
"MCP 服务器的 URL (例如,http://localhost:3000)",
|
|
7839
7839
|
"输入服务器 ID",
|
|
7840
7840
|
"此服务器的唯一标识符",
|
|
7841
|
-
"
|
|
7841
|
+
"Global",
|
|
7842
7842
|
"在所有工作区中可用,在本地运行",
|
|
7843
|
-
"
|
|
7843
|
+
"Remote",
|
|
7844
7844
|
"在此远程计算机上可用,在 {0} 上运行",
|
|
7845
|
-
"
|
|
7845
|
+
"Workspace",
|
|
7846
7846
|
"在此工作区中可用,在 {0} 上运行",
|
|
7847
7847
|
"在此工作区中可用,在本地运行",
|
|
7848
|
-
"
|
|
7848
|
+
"Choose where to install the MCP server",
|
|
7849
7849
|
"正在加载包详细信息...",
|
|
7850
7850
|
"尝试其他包",
|
|
7851
7851
|
"取消",
|
|
@@ -7853,7 +7853,7 @@ var content = [
|
|
|
7853
7853
|
"允许",
|
|
7854
7854
|
"安装 MCP 服务器 {0}",
|
|
7855
7855
|
"安装服务器",
|
|
7856
|
-
|
|
7856
|
+
undefined,
|
|
7857
7857
|
"显示配置",
|
|
7858
7858
|
"重命名“{0}”",
|
|
7859
7859
|
"安装 MCP 服务器 {0} 时出错: {1}",
|
|
@@ -7921,7 +7921,7 @@ var content = [
|
|
|
7921
7921
|
"“id” 应为非空字符串。",
|
|
7922
7922
|
"“label” 应为非空字符串。",
|
|
7923
7923
|
" 在 {0} 上",
|
|
7924
|
-
|
|
7924
|
+
undefined,
|
|
7925
7925
|
"Claude 桌面",
|
|
7926
7926
|
"Windsurf",
|
|
7927
7927
|
"光标(全局)",
|
|
@@ -7957,9 +7957,9 @@ var content = [
|
|
|
7957
7957
|
"打开配置",
|
|
7958
7958
|
"过去 7 天内共有 {0} 个请求。",
|
|
7959
7959
|
"是否允许来自“{0}”的 MCP 工具发出 LLM 请求?",
|
|
7960
|
-
"MCP
|
|
7960
|
+
"The MCP server \"{0}\" has issued a request to make a language model call. Do you want to allow it to make requests during chat?",
|
|
7961
7961
|
"是否允许 MCP 服务器“{0}”发出 LLM 请求?",
|
|
7962
|
-
"MCP
|
|
7962
|
+
"The MCP server \"{0}\" has issued a request to make a language model call. Do you want to allow it to make requests, outside of tool calls during chat?",
|
|
7963
7963
|
"MCP 服务器“{0}”触发了语言模型请求,但没有允许的模型。",
|
|
7964
7964
|
"配置",
|
|
7965
7965
|
"取消",
|