mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
Add backup-related error messages and improve UI styles
- Updated English, Spanish, Russian, Simplified Chinese, and Traditional Chinese locale files to include new error messages related to backup and restore processes. - Added prefix and suffix strings for the "cached empty" message to enhance clarity in user prompts. - Enhanced the management CSS with new styles for the backup browser refresh prompt to improve layout and user experience.
This commit is contained in:
@@ -224,6 +224,8 @@ const zhCN: Record<string, string> = {
|
||||
"txt_backup_restore_progress_remote_finalize_detail": "服务器正在执行最终校验,校验通过后会把已验证的数据切换为正式数据。",
|
||||
"txt_backup_remote_loading": "正在读取远端备份...",
|
||||
"txt_backup_remote_cached_empty": "点击“刷新”后读取",
|
||||
"txt_backup_remote_cached_empty_prefix": "点击",
|
||||
"txt_backup_remote_cached_empty_suffix": "后读取",
|
||||
"txt_backup_remote_empty": "这个目录下还没有备份文件",
|
||||
"txt_backup_remote_folder": "文件夹",
|
||||
"txt_backup_remote_unknown_time": "未知时间",
|
||||
@@ -247,6 +249,74 @@ const zhCN: Record<string, string> = {
|
||||
"txt_backup_remote_run_invalid_response": "远端备份执行响应无效",
|
||||
"txt_backup_settings_invalid_response": "备份设置响应无效",
|
||||
"txt_backup_import_invalid_response": "备份还原响应无效",
|
||||
"txt_backup_error_another_backup_or_restore_running": "已有备份或还原任务正在执行。",
|
||||
"txt_backup_error_another_backup_running": "已有备份任务正在执行。",
|
||||
"txt_backup_error_archive_upload_failed": "备份压缩包上传失败。",
|
||||
"txt_backup_error_archive_upload_verification_failed_attempts": "备份上传校验在 {count} 次尝试后仍失败:{reason}",
|
||||
"txt_backup_error_attachment_blob_invalid": "备份附件对象无效。",
|
||||
"txt_backup_error_attachment_blob_required": "缺少备份附件对象。",
|
||||
"txt_backup_error_attachment_blob_not_found": "未找到备份附件对象。",
|
||||
"txt_backup_error_attachment_download_failed": "备份附件下载失败。",
|
||||
"txt_backup_error_destination_invalid": "备份地点无效。",
|
||||
"txt_backup_error_destination_limit": "最多只能保存 {count} 个备份地点。",
|
||||
"txt_backup_error_destination_not_found": "未找到备份地点。",
|
||||
"txt_backup_error_destination_ids_unique": "备份地点 ID 不能重复。",
|
||||
"txt_backup_error_destination_type_invalid": "备份地点类型无效。",
|
||||
"txt_backup_error_destination_type_unsupported": "不支持的备份地点类型。",
|
||||
"txt_backup_error_destinations_invalid": "备份地点列表无效。",
|
||||
"txt_backup_error_export_payload_invalid": "备份导出请求无效。",
|
||||
"txt_backup_error_file_checksum_mismatch": "备份文件校验值与文件名不一致。",
|
||||
"txt_backup_error_file_required": "请选择备份文件。",
|
||||
"txt_backup_error_interval_hours_range": "备份间隔必须在 1 到 99 小时之间。",
|
||||
"txt_backup_error_multipart_required": "上传请求必须使用 multipart/form-data。",
|
||||
"txt_backup_error_read_backup_file_failed": "无法读取备份文件。",
|
||||
"txt_backup_error_remote_attachment_batch_download_failed_status": "远端附件批量下载失败:HTTP {status}。",
|
||||
"txt_backup_error_remote_attachment_download_failed_status": "远端附件下载失败:HTTP {status}。",
|
||||
"txt_backup_error_remote_delete_failed": "远端备份删除失败。",
|
||||
"txt_backup_error_remote_download_failed": "远端备份下载失败。",
|
||||
"txt_backup_error_remote_download_payload_invalid": "远端备份下载请求无效。",
|
||||
"txt_backup_error_remote_integrity_failed": "远端备份完整性检查失败。",
|
||||
"txt_backup_error_remote_listing_failed": "远端备份列表读取失败。",
|
||||
"txt_backup_error_remote_path_invalid": "远端备份路径无效。",
|
||||
"txt_backup_error_remote_restore_payload_invalid": "远端还原请求无效。",
|
||||
"txt_backup_error_remote_zip_checksum_failed": "远端备份 ZIP 校验失败。",
|
||||
"txt_backup_error_remote_zip_size_failed": "远端备份 ZIP 大小校验失败。",
|
||||
"txt_backup_error_retention_count_range": "备份保留数量必须在 1 到 1000 之间。",
|
||||
"txt_backup_error_run_failed": "备份执行失败。",
|
||||
"txt_backup_error_run_payload_invalid": "备份执行请求无效。",
|
||||
"txt_backup_error_run_response_invalid": "备份执行响应无效。",
|
||||
"txt_backup_error_s3_access_key_required": "请填写 S3 访问 ID。",
|
||||
"txt_backup_error_s3_bucket_required": "请填写 S3 存储桶名称。",
|
||||
"txt_backup_error_s3_delete_failed_status": "S3 删除失败:HTTP {status}。",
|
||||
"txt_backup_error_s3_download_failed_status": "S3 下载失败:HTTP {status}。",
|
||||
"txt_backup_error_s3_endpoint_required": "请填写 S3 端点 URL。",
|
||||
"txt_backup_error_s3_endpoint_protocol": "S3 端点 URL 必须以 http:// 或 https:// 开头。",
|
||||
"txt_backup_error_s3_existence_check_failed_status": "S3 文件存在性检查失败:HTTP {status}。",
|
||||
"txt_backup_error_s3_listing_failed_status": "S3 列表读取失败:HTTP {status}。",
|
||||
"txt_backup_error_s3_secret_key_required": "请填写 S3 访问密码。",
|
||||
"txt_backup_error_s3_upload_failed_status": "S3 上传失败:HTTP {status}。",
|
||||
"txt_backup_error_select_backup_file": "请选择备份文件。",
|
||||
"txt_backup_error_select_backup_zip_file": "请选择备份 ZIP 文件。",
|
||||
"txt_backup_error_settings_envelope_invalid": "备份设置加密封装无效。",
|
||||
"txt_backup_error_settings_invalid": "备份设置无效。",
|
||||
"txt_backup_error_settings_load_failed": "无法加载备份设置。",
|
||||
"txt_backup_error_settings_need_reactivation": "还原后需要管理员重新激活备份设置。",
|
||||
"txt_backup_error_settings_payload_invalid": "备份设置请求无效。",
|
||||
"txt_backup_error_settings_repair_payload_invalid": "备份设置修复请求无效。",
|
||||
"txt_backup_error_settings_repair_state_load_failed": "无法加载备份设置修复状态。",
|
||||
"txt_backup_error_start_time_format": "备份开始时间必须是 HH:mm 格式。",
|
||||
"txt_backup_error_timezone_invalid": "备份时区无效。",
|
||||
"txt_backup_error_webdav_delete_failed_status": "WebDAV 删除失败:HTTP {status}。",
|
||||
"txt_backup_error_webdav_directory_creation_failed_status": "WebDAV 目录创建失败:HTTP {status}。",
|
||||
"txt_backup_error_webdav_download_failed_status": "WebDAV 下载失败:HTTP {status}。",
|
||||
"txt_backup_error_webdav_existence_check_failed_status": "WebDAV 文件存在性检查失败:HTTP {status}。",
|
||||
"txt_backup_error_webdav_listing_failed_status": "WebDAV 列表读取失败:HTTP {status}。",
|
||||
"txt_backup_error_webdav_password_required": "请填写 WebDAV 密码。",
|
||||
"txt_backup_error_webdav_path_too_deep": "WebDAV 远端备份路径过深,无法安全分批处理附件。",
|
||||
"txt_backup_error_webdav_upload_failed_status": "WebDAV 上传失败:HTTP {status}。",
|
||||
"txt_backup_error_webdav_url_required": "请填写 WebDAV 服务地址。",
|
||||
"txt_backup_error_webdav_url_protocol": "WebDAV 服务地址必须以 http:// 或 https:// 开头。",
|
||||
"txt_backup_error_webdav_username_required": "请填写 WebDAV 用户名。",
|
||||
"txt_backup_destination": "备份地点",
|
||||
"txt_backup_protocol_webdav": "WebDAV",
|
||||
"txt_backup_protocol_s3": "S3",
|
||||
@@ -522,16 +592,21 @@ const zhCN: Record<string, string> = {
|
||||
"txt_server_error_account_disabled": "账号已被禁用",
|
||||
"txt_server_error_client_credentials_incorrect": "客户端 ID 或客户端密钥不正确,请重试",
|
||||
"txt_server_error_client_ip_required": "无法获取客户端 IP",
|
||||
"txt_server_error_forbidden": "你没有权限执行此操作。",
|
||||
"txt_server_error_email_already_registered": "该邮箱已注册",
|
||||
"txt_server_error_email_password_required": "邮箱和密码不能为空",
|
||||
"txt_server_error_email_required": "邮箱不能为空",
|
||||
"txt_server_error_invalid_password": "密码无效。",
|
||||
"txt_server_error_invalid_refresh_token": "登录状态已失效,请重新登录",
|
||||
"txt_server_error_invalid_user_verification_token": "用户验证令牌无效。",
|
||||
"txt_server_error_invalid_request_payload": "请求内容无效",
|
||||
"txt_server_error_invite_invalid_or_expired": "邀请码无效或已过期",
|
||||
"txt_server_error_invite_required": "邀请码不能为空",
|
||||
"txt_server_error_jwt_secret_default": "JWT_SECRET 正在使用默认示例值,请修改后再继续",
|
||||
"txt_server_error_jwt_secret_missing": "JWT_SECRET 未设置",
|
||||
"txt_server_error_jwt_secret_too_short": "JWT_SECRET 至少需要 32 个字符",
|
||||
"txt_server_error_master_password_hash_required": "需要验证主密码。",
|
||||
"txt_server_error_master_password_or_verification_required": "需要主密码或用户验证令牌。",
|
||||
"txt_server_error_parameter_error": "请求参数错误",
|
||||
"txt_server_error_refresh_token_required": "登录状态缺失,请重新登录",
|
||||
"txt_server_error_registration_retry": "注册暂时不可用,请重试一次",
|
||||
|
||||
Reference in New Issue
Block a user