- 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.
40 lines
3.5 KiB
JSON
40 lines
3.5 KiB
JSON
{
|
|
"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"
|
|
}
|