- 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.
"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.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}",
"startup.agreement_confirm_prompt":"Enter \"agreed\" or \"confirmed\", or set environment variables \"EULA_AGREE={eula_hash}\" and \"PRIVACY_AGREE={privacy_hash}\" to continue",
"startup.agreement_confirm_retry":"Please enter \"agreed\" or \"confirmed\" to continue",
"startup.agreement_reconfirm":"The EULA or Privacy Policy has been updated. Please read and re-confirm. Continuing to run indicates your agreement to the updated terms.",
"startup.dev_branch_warning":"Warning: Dev branch is in an unstable development state. Any plugins and WebUI may not function correctly!",
"startup.easter_egg":"Many years later, facing the AI firing squad, John would remember that distant afternoon in 2023 when he discussed artificial intelligence at the meeting",
"startup.file_not_found":"{file_type} file does not exist",
"startup.graceful_shutdown_error":"Error during graceful shutdown: {error}",
"startup.initialization_completed_banner":"\n--------------------------------\nAll systems initialized. {nickname} has been awakened successfully.\n--------------------------------\nTo customize {nickname}'s behavior, see: https://docs.mai-mai.org/manual/usage/\nOr if you've run into issues, visit our documentation: https://docs.mai-mai.org/\n--------------------------------\nTo write or learn about plugins, visit the developer docs: https://docs.mai-mai.org/develop/\n--------------------------------\nTo view model usage and MaiBot statistics, open maibot_statistics.html in the root directory.\n",
"startup.webui_auto_build_timeout":"❌ WebUI auto-build timed out (over {timeout_seconds} seconds)",
"startup.webui_auto_build_tool_missing":"❌ No supported frontend build tool was found, cannot auto-build WebUI",
"startup.webui_cors_configured":"✅ CORS middleware configured",
"startup.webui_dashboard_source_missing":"❌ WebUI frontend source directory not found: {dashboard_root}",
"startup.webui_disabled":"WebUI is disabled",
"startup.webui_index_missing":"❌ index.html not found: {index_path}",
"startup.webui_manual_build_hint":"💡 Automatic recovery could not restore the frontend assets. Install dependencies and build manually in the dashboard directory: {command}",
"startup.webui_server_init_failed":"Failed to initialize WebUI server: {error}",
"startup.webui_static_assets_try_auto_build":"⚠️ WebUI static assets are unavailable, attempting to auto-build the frontend...",
"startup.webui_static_dir_missing":"❌ WebUI static directory does not exist",
"startup.webui_static_dir_missing_with_path":"❌ WebUI static directory does not exist: {static_path}",
"startup.webui_static_files_configured":"✅ WebUI static file service configured: {static_path}",
"startup.worker_dir_set":"Working directory set to: {script_dir}"
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.