Skip to content

Commit 2f99fdb

Browse files
committed
language content update for release-25.0.0
1 parent 2f7b077 commit 2f99fdb

File tree

5 files changed

+204
-14
lines changed

5 files changed

+204
-14
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
diff --git a/netbeans-l10n-zip/src/ja/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/notebook/Bundle_ja.properties b/netbeans-l10n-zip/src/ja/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/notebook/Bundle_ja.properties
2+
new file mode 100644
3+
index 000000000..df93ac00a
4+
--- /dev/null
5+
+++ b/netbeans-l10n-zip/src/ja/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/notebook/Bundle_ja.properties
6+
@@ -0,0 +1,23 @@
7+
+#
8+
+# Copyright (c) 2025, Oracle and/or its affiliates.
9+
+#
10+
+# Licensed under the Apache License, Version 2.0 (the "License");
11+
+# you may not use this file except in compliance with the License.
12+
+# You may obtain a copy of the License at
13+
+#
14+
+# https://www.apache.org/licenses/LICENSE-2.0
15+
+#
16+
+# Unless required by applicable law or agreed to in writing, software
17+
+# distributed under the License is distributed on an "AS IS" BASIS,
18+
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
+# See the License for the specific language governing permissions and
20+
+# limitations under the License.
21+
+#
22+
+
23+
+MSG_InterruptCodeCellExecSuccess=\u30B3\u30FC\u30C9\u306E\u5B9F\u884C\u306F\u6B63\u5E38\u306B\u505C\u6B62\u3057\u307E\u3057\u305F
24+
+MSG_InterruptCodeCellInfo=\u30B3\u30FC\u30C9\u306E\u5B9F\u884C\u304C\u4E2D\u65AD\u3055\u308C\u307E\u3057\u305F
25+
+# {0} - error message
26+
+MSG_KernelInitializeFailed=\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u306EJava\u30AB\u30FC\u30CD\u30EB\u306E\u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30A8\u30E9\u30FC{0}
27+
+MSG_KernelInitializeSuccess=Java\u30AB\u30FC\u30CD\u30EB\u306F\u6B63\u5E38\u306B\u521D\u671F\u5316\u3055\u308C\u307E\u3057\u305F\u3002
28+
+MSG_KernelInitializing=\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u306EJava\u30AB\u30FC\u30CD\u30EB\u306E\u521D\u671F\u5316
29+
+PROMPT_GetUserInput=\u3053\u3053\u306B\u30B9\u30AD\u30E3\u30CA\u5165\u529B\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
30+
\ No newline at end of file
31+
diff --git a/netbeans-l10n-zip/src/ja/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/project/Bundle_ja.properties b/netbeans-l10n-zip/src/ja/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/project/Bundle_ja.properties
32+
new file mode 100644
33+
index 000000000..850ee1039
34+
--- /dev/null
35+
+++ b/netbeans-l10n-zip/src/ja/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/project/Bundle_ja.properties
36+
@@ -0,0 +1,22 @@
37+
+#
38+
+# Copyright (c) 2025, Oracle and/or its affiliates.
39+
+#
40+
+# Licensed under the Apache License, Version 2.0 (the "License");
41+
+# you may not use this file except in compliance with the License.
42+
+# You may obtain a copy of the License at
43+
+#
44+
+# https://www.apache.org/licenses/LICENSE-2.0
45+
+#
46+
+# Unless required by applicable law or agreed to in writing, software
47+
+# distributed under the License is distributed on an "AS IS" BASIS,
48+
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49+
+# See the License for the specific language governing permissions and
50+
+# limitations under the License.
51+
+#
52+
+
53+
+# {0} - project name
54+
+LBL_CurrentProjectContext=\u73FE\u5728\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8: {0}
55+
+MSG_NoProjectContextFound=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304C\u3042\u308A\u307E\u305B\u3093
56+
+MSG_NoProjectFound=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
57+
+PROMPT_SelectProjectTitle=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u9078\u629E
58+
+
59+
diff --git a/netbeans-l10n-zip/src/zh_CN/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/notebook/Bundle_zh_CN.properties b/netbeans-l10n-zip/src/zh_CN/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/notebook/Bundle_zh_CN.properties
60+
new file mode 100644
61+
index 000000000..9345b32d5
62+
--- /dev/null
63+
+++ b/netbeans-l10n-zip/src/zh_CN/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/notebook/Bundle_zh_CN.properties
64+
@@ -0,0 +1,23 @@
65+
+#
66+
+# Copyright (c) 2025, Oracle and/or its affiliates.
67+
+#
68+
+# Licensed under the Apache License, Version 2.0 (the "License");
69+
+# you may not use this file except in compliance with the License.
70+
+# You may obtain a copy of the License at
71+
+#
72+
+# https://www.apache.org/licenses/LICENSE-2.0
73+
+#
74+
+# Unless required by applicable law or agreed to in writing, software
75+
+# distributed under the License is distributed on an "AS IS" BASIS,
76+
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77+
+# See the License for the specific language governing permissions and
78+
+# limitations under the License.
79+
+#
80+
+
81+
+MSG_InterruptCodeCellExecSuccess=\u5DF2\u6210\u529F\u505C\u6B62\u4EE3\u7801\u6267\u884C
82+
+MSG_InterruptCodeCellInfo=\u4EE3\u7801\u6267\u884C\u5DF2\u4E2D\u65AD
83+
+# {0} - error message
84+
+MSG_KernelInitializeFailed=\u9488\u5BF9\u8BB0\u4E8B\u672C\u521D\u59CB\u5316 Java \u5185\u6838\u5931\u8D25\u3002\u9519\u8BEF {0}
85+
+MSG_KernelInitializeSuccess=\u5DF2\u6210\u529F\u521D\u59CB\u5316 Java \u5185\u6838\u3002
86+
+MSG_KernelInitializing=\u6B63\u5728\u9488\u5BF9\u8BB0\u4E8B\u672C\u521D\u59CB\u5316 Java \u5185\u6838
87+
+PROMPT_GetUserInput=\u8BF7\u5728\u6B64\u63D0\u4F9B\u626B\u63CF\u7A0B\u5E8F\u8F93\u5165
88+
\ No newline at end of file
89+
diff --git a/netbeans-l10n-zip/src/zh_CN/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/project/Bundle_zh_CN.properties b/netbeans-l10n-zip/src/zh_CN/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/project/Bundle_zh_CN.properties
90+
new file mode 100644
91+
index 000000000..5c1a01b3b
92+
--- /dev/null
93+
+++ b/netbeans-l10n-zip/src/zh_CN/java/nbcode-java-notebook/nbcode-java-notebook/org/netbeans/modules/nbcode/java/project/Bundle_zh_CN.properties
94+
@@ -0,0 +1,22 @@
95+
+#
96+
+# Copyright (c) 2025, Oracle and/or its affiliates.
97+
+#
98+
+# Licensed under the Apache License, Version 2.0 (the "License");
99+
+# you may not use this file except in compliance with the License.
100+
+# You may obtain a copy of the License at
101+
+#
102+
+# https://www.apache.org/licenses/LICENSE-2.0
103+
+#
104+
+# Unless required by applicable law or agreed to in writing, software
105+
+# distributed under the License is distributed on an "AS IS" BASIS,
106+
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
107+
+# See the License for the specific language governing permissions and
108+
+# limitations under the License.
109+
+#
110+
+
111+
+# {0} - project name
112+
+LBL_CurrentProjectContext=\u5F53\u524D\u9879\u76EE\u4E0A\u4E0B\u6587\uFF1A{0}
113+
+MSG_NoProjectContextFound=\u65E0\u9879\u76EE\u4E0A\u4E0B\u6587
114+
+MSG_NoProjectFound=\u627E\u4E0D\u5230\u9879\u76EE
115+
+PROMPT_SelectProjectTitle=\u9009\u62E9\u9879\u76EE
116+
+

vscode/l10n/bundle.l10n.ja.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
"jdk.extension.error_msg.doesntSupportNewTeamplate":"クライアント{client}では、「テンプレートからファイル新規作成」はサポートされていません",
8989
"jdk.extension.error_msg.doesntSupportNewProject":"クライアント{client}では、新規プロジェクトはサポートされていません",
9090
"jdk.extension.error_msg.doesntSupportGoToTest":"クライアント{client}では、「テストへ移動」はサポートされていません",
91+
"jdk.extension.error_msg.doesntSupportNotebookCellExecution":"{client}の言語サーバーではノートブック・セルの実行はサポートされていません",
92+
"jdk.extension.error_msg.doesntSupportJShellExecution":"{client}の言語サーバーではJShellの実行はサポートされていません",
9193
"jdk.extension.error_msg.noSuperImpl":"スーパークラスの実装が見つかりません",
9294
"jdk.extension.error_msg.cacheDeletionError":"キャッシュの削除中にエラーが発生しました",
9395
"jdk.extension.message.cacheDeleted":"キャッシュが正常に削除されました",
@@ -97,6 +99,31 @@
9799
"jdk.extension.utils.error_message.failedHttpsRequest": "{url}の取得に失敗しました({statusCode})",
98100
"jdk.extension.error_msg.notEnabled": "{SERVER_NAME}が有効化されていません",
99101
"jdk.telemetry.consent": "匿名テレメトリ・データをOracleにレポートすることを許可しますか。jdk.telemetry.enabledの設定からいつでもオプトアウトまたはオプトインできます。",
100-
"jdk.configChanged": "Configuration updated for the Oracle Java extension. Please reload the window to enable it.",
101-
"jdk.configChangedFailed": "Error while updating the configuration for the Oracle Java extension. Please reload the window to restart the extension."
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": "1つ以上のセルのシリアライズに失敗しました",
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}の実行はサポートされていません"
102129
}

vscode/l10n/bundle.l10n.zh-cn.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
"jdk.extension.error_msg.doesntSupportNewProject":"客户端 {client} 不支持新项目",
9090
"jdk.extension.error_msg.doesntSupportGoToTest":"客户端 {client} 不支持转至测试",
9191
"jdk.extension.error_msg.noSuperImpl":"未找到超类实现",
92+
"jdk.extension.error_msg.doesntSupportNotebookCellExecution":"{client} 的语言服务器不支持记事本单元格执行",
93+
"jdk.extension.error_msg.doesntSupportJShellExecution":"{client} 的语言服务器不支持 JShell 执行",
9294
"jdk.extension.error_msg.cacheDeletionError":"删除高速缓存时出错",
9395
"jdk.extension.message.cacheDeleted":"已成功删除高速缓存",
9496
"jdk.extension.cache.error_msg.cannotFindWrkSpacePath":"找不到工作区路径",
@@ -97,6 +99,31 @@
9799
"jdk.extension.utils.error_message.failedHttpsRequest": "无法获取 {url} ({statusCode})",
98100
"jdk.extension.error_msg.notEnabled": "{SERVER_NAME} 未启用",
99101
"jdk.telemetry.consent": "是否允许向 Oracle 报告匿名遥测数据?您随时可以通过 jdk.telemetry.enabled 对应的设置选择退出或加入。",
100-
"jdk.configChanged": "Configuration updated for the Oracle Java extension. Please reload the window to enable it.",
101-
"jdk.configChangedFailed": "Error while updating the configuration for the Oracle Java extension. Please reload the window to restart the extension."
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} 执行"
102129
}

0 commit comments

Comments
 (0)