- 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
513 B
JSON
9 lines
513 B
JSON
{
|
|
"prompt.duplicate_template_name": "Prompt template name '{name}' is duplicated: {path_a} and {path_b}",
|
|
"prompt.format_failed": "Failed to render prompt template '{name}': {error}",
|
|
"prompt.invalid_category": "Prompt category '{category}' is invalid",
|
|
"prompt.invalid_name": "Prompt name '{name}' is invalid",
|
|
"prompt.missing_placeholder": "Prompt template '{name}' is missing placeholder '{placeholder}'",
|
|
"prompt.template_not_found": "Prompt template '{name}' not found under locale '{locale}'"
|
|
}
|