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

8
locales/ko/prompts.json Normal file
View File

@@ -0,0 +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}' 을 찾을 수 없습니다"
}