localization: Update Japanese and Korean translations; add missing Korean locale files

- Updated Japanese translations in config.json, core.json, prompts.json, and startup.json for improved clarity and accuracy.
- Added new Korean locale files for config.json, core.json, prompts.json, and startup.json to support Korean language users.
- Enhanced Chinese translations in core.json and startup.json to include missing resource not found messages and WebUI related texts.
This commit is contained in:
晴猫
2026-03-15 10:07:15 +09:00
parent 34a8de56c3
commit a9142aa643
14 changed files with 456 additions and 192 deletions

View File

@@ -1,8 +1,8 @@
{
"prompt.duplicate_template_name": "Prompt 模板名称 '{name}' 重复:{path_a} {path_b}",
"prompt.format_failed": "渲染 Prompt 模板 '{name}' 失败: {error}",
"prompt.invalid_category": "Prompt 分类 '{category}' 非法",
"prompt.invalid_name": "Prompt 名称 '{name}' 非法",
"prompt.missing_placeholder": "Prompt 模板 '{name}' 缺少占位符 '{placeholder}'",
"prompt.template_not_found": "未找到 locale '{locale}' 下的 Prompt 模板 '{name}'"
"prompt.duplicate_template_name": "Promptテンプレート名 '{name}' が重複しています: {path_a} {path_b}",
"prompt.format_failed": "Promptテンプレート '{name}' のレンダリングに失敗しました: {error}",
"prompt.invalid_category": "Promptカテゴリ '{category}' は無効です",
"prompt.invalid_name": "Prompt '{name}' は無効です",
"prompt.missing_placeholder": "Promptテンプレート '{name}' にプレースホルダー '{placeholder}' がありません",
"prompt.template_not_found": "ロケール '{locale}' Promptテンプレート '{name}' が見つかりません"
}