- 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
201 B
JSON
9 lines
201 B
JSON
{
|
|
"core.not_found": "Not Found",
|
|
"core.operation_failed": "Operation failed: {error}",
|
|
"core.tasks_cancelled": {
|
|
"one": "Cancelled {count} task",
|
|
"other": "Cancelled {count} tasks"
|
|
}
|
|
}
|