|
88 | 88 | "jdk.extension.error_msg.doesntSupportNewTeamplate":"客户端 {client} 不支持从模板新建文件", |
89 | 89 | "jdk.extension.error_msg.doesntSupportNewProject":"客户端 {client} 不支持新项目", |
90 | 90 | "jdk.extension.error_msg.doesntSupportGoToTest":"客户端 {client} 不支持转至测试", |
91 | | - "jdk.extension.error_msg.doesntSupportNotebookCellExecution":"Language Server for {client} doesn't support notebook cell execution", |
92 | | - "jdk.extension.error_msg.doesntSupportJShellExecution":"Language Server for {client} doesn't support JShell execution", |
93 | | - "jdk.extension.error_msg.noSuperImpl":"未找到超类实现", |
| 91 | + "jdk.extension.error_msg.doesntSupportNotebookCellExecution":"{client} 的语言服务器不支持记事本单元格执行", |
| 92 | + "jdk.extension.error_msg.doesntSupportJShellExecution":"{client} 的语言服务器不支持 JShell 执行", |
| 93 | + "jdk.extension.error_msg.noSuperImpl":"未找到超级实现", |
94 | 94 | "jdk.extension.error_msg.cacheDeletionError":"删除高速缓存时出错", |
95 | 95 | "jdk.extension.message.cacheDeleted":"已成功删除高速缓存", |
96 | 96 | "jdk.extension.cache.error_msg.cannotFindWrkSpacePath":"找不到工作区路径", |
|
99 | 99 | "jdk.extension.utils.error_message.failedHttpsRequest": "无法获取 {url} ({statusCode})", |
100 | 100 | "jdk.extension.error_msg.notEnabled": "{SERVER_NAME} 未启用", |
101 | 101 | "jdk.telemetry.consent": "是否允许向 Oracle 报告匿名遥测数据?您随时可以通过 jdk.telemetry.enabled 对应的设置选择退出或加入。", |
102 | | - "jdk.configChanged": "Configuration updated for the Oracle Java extension. Please reload the window to enable it.", |
103 | | - "jdk.configChangedFailed": "Error while updating the configuration for the Oracle Java extension. Please reload the window to restart the extension.", |
104 | | - "jdk.notebook.create.select.workspace.folder": "Select the workspace folder where a new notebook will be created", |
105 | | - "jdk.notebook.create.select.workspace.folder.label": "Select Notebook Folder", |
106 | | - "jdk.notebook.create.select.workspace.folder.title": "Select the folder where a new notebook will be created", |
107 | | - "jdk.notebook.create.error_msg.path.not.selected": "Folder not selected for creating a notebook", |
108 | | - "jdk.notebook.create.error_msg.dir.not.found": "Folder not found", |
109 | | - "jdk.notebook.create.error_msg.invalid.notebook.name": "Invalid notebook file name", |
110 | | - "jdk.notebook.create.error_msg.invalid.notebook.path": "A notebook already exists with the same name. Please use a different name or folder.", |
111 | | - "jdk.notebook.create.error_msg.failed": "Failed to create a notebook", |
112 | | - "jdk.jshell.open.error_msg.failed": "Some error occurred while launching JShell", |
113 | | - "jdk.notebook.project.mapping.error_msg.failed": "An error occurred while changing the project context of the notebook", |
114 | | - "jdk.notebook.create.new.notebook.input.name": "Enter a file name for the new Java notebook", |
115 | | - "jdk.notebook.parsing.empty.file.error_msg.title": "Empty Notebook", |
116 | | - "jdk.notebook.parsing.empty.file.error_msg.desc": "The notebook file appears to be empty.", |
117 | | - "jdk.notebook.parsing.error_msg.title": "Error Opening Notebook", |
118 | | - "jdk.notebook.parsing.error_msg.desc": "Failed to open notebook: {message}", |
119 | | - "jdk.notebook.parsing.invalid.structure.error_msg.title": "Invalid Notebook Structure", |
120 | | - "jdk.notebook.parsing.invalid.structure.error_msg.desc": "Missing or invalid cells array.", |
121 | | - "jdk.notebook.cell.parsing.error_msg.title": "Cell parsing error", |
122 | | - "jdk.notebook.cell.type.error_msg": "Invalid cell type: {cellType}", |
123 | | - "jdk.notebook.cell.missing.error_msg": "Missing field: {fieldName}", |
124 | | - "jdk.notebook.serializer.error_msg": "Failed to serialize notebook: {errorMessage}", |
125 | | - "jdk.notebook.cell.serializer.error_msg": "Failed to serialize one or more cells", |
126 | | - "jdk.notebook.validation.failed.error_msg": "Notebook JSON validation failed", |
127 | | - "jdk.notebook.mime_type.not.found.cell.output": "Mime Type: {mimeType}, Content Length: {contentLength}", |
128 | | - "jdk.notebook.cell.language.not.found": "Doesn't support {languageId} execution" |
| 102 | + "jdk.configChanged": "已更新 Oracle Java 扩展的配置。请重新加载窗口以启用它。", |
| 103 | + "jdk.configChangedFailed": "更新 Oracle Java 扩展的配置时出错。请重新加载窗口以重新启动该扩展。", |
| 104 | + "jdk.notebook.create.select.workspace.folder": "选择将在其中创建新记事本的工作区文件夹", |
| 105 | + "jdk.notebook.create.select.workspace.folder.label": "选择记事本文件夹", |
| 106 | + "jdk.notebook.create.select.workspace.folder.title": "选择将在其中创建新记事本的文件夹", |
| 107 | + "jdk.notebook.create.error_msg.path.not.selected": "未选择用于创建记事本的文件夹", |
| 108 | + "jdk.notebook.create.error_msg.dir.not.found": "找不到文件夹", |
| 109 | + "jdk.notebook.create.error_msg.invalid.notebook.name": "记事本文件名无效", |
| 110 | + "jdk.notebook.create.error_msg.invalid.notebook.path": "已存在同名的记事本。请使用其他名称或文件夹。", |
| 111 | + "jdk.notebook.create.error_msg.failed": "无法创建记事本", |
| 112 | + "jdk.jshell.open.error_msg.failed": "启动 JShell 时出错", |
| 113 | + "jdk.notebook.project.mapping.error_msg.failed": "更改记事本的项目上下文时出错", |
| 114 | + "jdk.notebook.create.new.notebook.input.name": "输入新 Java 记事本的文件名", |
| 115 | + "jdk.notebook.parsing.empty.file.error_msg.title": "记事本为空", |
| 116 | + "jdk.notebook.parsing.empty.file.error_msg.desc": "记事本文件似乎为空。", |
| 117 | + "jdk.notebook.parsing.error_msg.title": "打开记事本时出错", |
| 118 | + "jdk.notebook.parsing.error_msg.desc": "无法打开记事本:{message}", |
| 119 | + "jdk.notebook.parsing.invalid.structure.error_msg.title": "记事本结构无效", |
| 120 | + "jdk.notebook.parsing.invalid.structure.error_msg.desc": "缺少单元格数组或其无效。", |
| 121 | + "jdk.notebook.cell.parsing.error_msg.title": "单元格语法分析错误", |
| 122 | + "jdk.notebook.cell.type.error_msg": "单元格类型无效:{cellType}", |
| 123 | + "jdk.notebook.cell.missing.error_msg": "缺少字段:{fieldName}", |
| 124 | + "jdk.notebook.serializer.error_msg": "无法串行化记事本:{errorMessage}", |
| 125 | + "jdk.notebook.cell.serializer.error_msg": "无法串行化一个或多个单元格", |
| 126 | + "jdk.notebook.validation.failed.error_msg": "记事本 JSON 验证失败", |
| 127 | + "jdk.notebook.mime_type.not.found.cell.output": "Mime 类型:{mimeType},内容长度:{contentLength}", |
| 128 | + "jdk.notebook.cell.language.not.found": "不支持 {languageId} 执行" |
129 | 129 | } |
0 commit comments