|
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.doesntSupportNoteboookCellExecution":"Language Server for {client} doesn't support notebook cell execution", |
| 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", |
92 | 93 | "jdk.extension.error_msg.noSuperImpl":"スーパークラスの実装が見つかりません",
|
93 | 94 | "jdk.extension.error_msg.cacheDeletionError":"キャッシュの削除中にエラーが発生しました",
|
94 | 95 | "jdk.extension.message.cacheDeleted":"キャッシュが正常に削除されました",
|
|
108 | 109 | "jdk.notebook.create.error_msg.invalid.notebook.name": "Invalid notebook file name",
|
109 | 110 | "jdk.notebook.create.error_msg.invalid.notebook.path": "A notebook already exists with the same name. Please use a different name or folder.",
|
110 | 111 | "jdk.notebook.create.error_msg.failed": "Failed to create a notebook",
|
111 |
| - "jdk.jshell.open.error_msg.failed": "Some error occurred while launching Jshell", |
| 112 | + "jdk.jshell.open.error_msg.failed": "Some error occurred while launching JShell", |
112 | 113 | "jdk.notebook.project.mapping.error_msg.failed": "An error occurred while changing the project context of the notebook",
|
113 |
| - "jdk.notebook.create.new.notebook.input.name": "Enter new Java notebook file name", |
| 114 | + "jdk.notebook.create.new.notebook.input.name": "Enter a file name for the new Java notebook", |
114 | 115 | "jdk.notebook.parsing.empty.file.error_msg.title": "Empty Notebook",
|
115 | 116 | "jdk.notebook.parsing.empty.file.error_msg.desc": "The notebook file appears to be empty.",
|
116 | 117 | "jdk.notebook.parsing.error_msg.title": "Error Opening Notebook",
|
117 | 118 | "jdk.notebook.parsing.error_msg.desc": "Failed to open notebook: {message}",
|
118 | 119 | "jdk.notebook.parsing.invalid.structure.error_msg.title": "Invalid Notebook Structure",
|
119 |
| - "jdk.notebook.parsing.invalid.structure.error_msg.desc": "Missing or invalid `cells` array.", |
| 120 | + "jdk.notebook.parsing.invalid.structure.error_msg.desc": "Missing or invalid cells array.", |
120 | 121 | "jdk.notebook.cell.parsing.error_msg.title": "Cell parsing error",
|
121 | 122 | "jdk.notebook.cell.type.error_msg": "Invalid cell type: {cellType}",
|
122 | 123 | "jdk.notebook.cell.missing.error_msg": "Missing field: {fieldName}",
|
123 | 124 | "jdk.notebook.serializer.error_msg": "Failed to serialize notebook: {errorMessage}",
|
124 | 125 | "jdk.notebook.cell.serializer.error_msg": "Failed to serialize one or more cells",
|
125 | 126 | "jdk.notebook.validation.failed.error_msg": "Notebook JSON validation failed",
|
126 |
| - "jdk.notebook.mime_type.not.found.cell.output": "Mime Type: {mimeType}\nContent Length: {contentLength}", |
| 127 | + "jdk.notebook.mime_type.not.found.cell.output": "Mime Type: {mimeType}, Content Length: {contentLength}", |
127 | 128 | "jdk.notebook.cell.language.not.found": "Doesn't support {languageId} execution"
|
128 | 129 | }
|
0 commit comments