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:
@@ -1,39 +1,39 @@
|
||||
{
|
||||
"config.added_count": "新增配置数量: {count}",
|
||||
"config.added_item": "配置文件中新增配置项: {attribute}",
|
||||
"config.api_base_url_empty": "API基础URL不能为空,请在配置中设置有效的基础URL。",
|
||||
"config.api_key_empty": "API密钥不能为空,请在配置中设置有效的API密钥。",
|
||||
"config.api_provider_name_duplicate": "API提供商名称存在重复,请检查配置文件。",
|
||||
"config.api_provider_name_empty": "API提供商名称不能为空,请在配置中设置有效的名称。",
|
||||
"config.api_providers_empty": "API提供商列表不能为空,请在配置中设置有效的API提供商列表。",
|
||||
"config.change_summary_header": "-------- 配置文件变更信息 --------",
|
||||
"config.current_version": "MaiCore 当前版本: {version}",
|
||||
"config.file_change_detected": "检测到配置文件变更,触发热重载",
|
||||
"config.file_updated": "{file_name} 配置文件已经更新。Old: {old_version} -> New: {new_version},建议检查新配置文件中的内容,以免丢失重要信息",
|
||||
"config.file_watcher_started": "配置文件监视器已启动",
|
||||
"config.file_watcher_stop_stats": "配置文件监视器停止统计: batches={batches}, changes={changes}, ok={ok}, failed={failed}, timeout={timeout}, cooldown_skip={cooldown_skip}, restart={restart}",
|
||||
"config.global_not_initialized": "global_config 未初始化",
|
||||
"config.hot_reload_completed": "配置热重载完成",
|
||||
"config.invalid_inner_version": "配置文件 inner.version 类型错误",
|
||||
"config.legacy_migrated": "检测到旧版配置结构,已尝试自动修复: {reason}。建议稍后检查并保存生成的新配置文件。",
|
||||
"config.loaded": "非常的新鲜,非常的美味!",
|
||||
"config.loading": "正在品鉴配置文件...",
|
||||
"config.missing_inner_version": "配置文件缺少 inner 版本信息",
|
||||
"config.model_api_provider_empty": "API提供商不能为空,请在配置中设置有效的API提供商。",
|
||||
"config.model_api_provider_missing": "模型 '{model_name}' 的 api_provider '{api_provider}' 不存在",
|
||||
"config.model_identifier_empty": "模型 '{model_name}' 的 model_identifier 不能为空",
|
||||
"config.model_identifier_empty_generic": "模型标识符不能为空,请在配置中设置有效的模型标识符。",
|
||||
"config.model_name_duplicate": "模型名称存在重复,请检查配置文件。",
|
||||
"config.model_name_empty": "模型名称不能为空,请在配置中设置有效的模型名称。",
|
||||
"config.model_not_initialized": "model_config 未初始化",
|
||||
"config.models_empty": "模型列表不能为空,请在配置中设置有效的模型列表。",
|
||||
"config.parse_failed": "配置文件 {file_name} 解析失败",
|
||||
"config.reload_callback_failed": "配置重载回调执行失败: {error}",
|
||||
"config.reload_failed": "配置重载失败: {error}",
|
||||
"config.reload_skipped_too_frequent": "文件变更触发过于频繁,已跳过本次重载",
|
||||
"config.reload_timeout": "配置热重载超时(>{timeout_seconds}s)",
|
||||
"config.removed_count": "移除配置数量: {count}",
|
||||
"config.removed_item": "移除配置项: {attribute}",
|
||||
"config.version_update_detected": "检测到配置版本更新,热重载仅更新内存数据",
|
||||
"config.write_unsupported_type": "配置写入只支持 ConfigBase 子类"
|
||||
"config.added_count": "Number of new config entries added: {count}",
|
||||
"config.added_item": "New config entry added to config file: {attribute}",
|
||||
"config.api_base_url_empty": "API base URL cannot be empty. Please set a valid base URL in the configuration.",
|
||||
"config.api_key_empty": "API key cannot be empty. Please set a valid API key in the configuration.",
|
||||
"config.api_provider_name_duplicate": "Duplicate API provider names detected. Please check the configuration file.",
|
||||
"config.api_provider_name_empty": "API provider name cannot be empty. Please set a valid name in the configuration.",
|
||||
"config.api_providers_empty": "API provider list cannot be empty. Please set a valid list of API providers in the configuration.",
|
||||
"config.change_summary_header": "-------- Config File Change Summary --------",
|
||||
"config.current_version": "MaiCore current version: {version}",
|
||||
"config.file_change_detected": "Config file change detected, triggering hot reload",
|
||||
"config.file_updated": "{file_name} config file has been updated. Old: {old_version} -> New: {new_version}. It is recommended to review the new config file to avoid losing important settings.",
|
||||
"config.file_watcher_started": "Config file watcher started",
|
||||
"config.file_watcher_stop_stats": "Config file watcher stop stats: batches={batches}, changes={changes}, ok={ok}, failed={failed}, timeout={timeout}, cooldown_skip={cooldown_skip}, restart={restart}",
|
||||
"config.global_not_initialized": "global_config is not initialized",
|
||||
"config.hot_reload_completed": "Config hot reload completed",
|
||||
"config.invalid_inner_version": "Config file inner.version type error",
|
||||
"config.legacy_migrated": "Legacy config structure detected, attempted auto-fix: {reason}. It is recommended to review and save the newly generated config file.",
|
||||
"config.loaded": "So fresh, so delicious!",
|
||||
"config.loading": "Savoring the config file...",
|
||||
"config.missing_inner_version": "Config file is missing inner version information",
|
||||
"config.model_api_provider_empty": "API provider cannot be empty. Please set a valid API provider in the configuration.",
|
||||
"config.model_api_provider_missing": "api_provider '{api_provider}' for model '{model_name}' does not exist",
|
||||
"config.model_identifier_empty": "model_identifier for model '{model_name}' cannot be empty",
|
||||
"config.model_identifier_empty_generic": "Model identifier cannot be empty. Please set a valid model identifier in the configuration.",
|
||||
"config.model_name_duplicate": "Duplicate model names detected. Please check the configuration file.",
|
||||
"config.model_name_empty": "Model name cannot be empty. Please set a valid model name in the configuration.",
|
||||
"config.model_not_initialized": "model_config is not initialized",
|
||||
"config.models_empty": "Model list cannot be empty. Please set a valid list of models in the configuration.",
|
||||
"config.parse_failed": "Failed to parse config file {file_name}",
|
||||
"config.reload_callback_failed": "Config reload callback failed: {error}",
|
||||
"config.reload_failed": "Config reload failed: {error}",
|
||||
"config.reload_skipped_too_frequent": "File changes are too frequent, this reload has been skipped",
|
||||
"config.reload_timeout": "Config hot reload timed out (>{timeout_seconds}s)",
|
||||
"config.removed_count": "Number of config entries removed: {count}",
|
||||
"config.removed_item": "Config entry removed: {attribute}",
|
||||
"config.version_update_detected": "Config version update detected, hot reload will only update in-memory data",
|
||||
"config.write_unsupported_type": "Config write only supports subclasses of ConfigBase"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user