- 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
212 B
JSON
9 lines
212 B
JSON
{
|
|
"core.not_found": "未找到资源",
|
|
"core.operation_failed": "操作失败: {error}",
|
|
"core.tasks_cancelled": {
|
|
"one": "已取消 {count} 个任务",
|
|
"other": "已取消 {count} 个任务"
|
|
}
|
|
}
|