- 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.
9 lines
637 B
JSON
9 lines
637 B
JSON
{
|
|
"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}' が見つかりません"
|
|
}
|