Files
Oxicloud/static/locales/zh.json
T
2026-04-01 23:14:42 +02:00

490 lines
16 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"app": {
"title": "OxiCloud",
"description": "极简云存储系统"
},
"nav": {
"files": "文件",
"shared": "共享",
"recent": "最近",
"favorites": "收藏",
"photos": "照片",
"trash": "回收站"
},
"photos": {
"empty_state": "还没有照片",
"empty_hint": "上传图片或视频即可在此查看",
"items_selected": "已选择",
"view_daily": "日",
"view_monthly": "月",
"view_yearly": "年"
},
"actions": {
"search": "搜索文件...",
"new_folder": "新建文件夹",
"upload": "上传",
"upload_files": "上传文件",
"upload_folder": "上传文件夹",
"upload.uploading": "上传中...",
"upload.complete": "{count} / {total} 已上传",
"upload.files": "文件",
"rename": "重命名",
"move": "移动到...",
"move_to": "移动到",
"delete": "删除",
"download": "下载",
"view": "查看",
"cancel": "取消",
"confirm": "确认",
"share": "共享",
"favorite": "添加到收藏",
"unfavorite": "取消收藏",
"copy": "复制",
"notify": "通知",
"send": "发送",
"clear_recent": "清除最近",
"logout": "退出登录",
"create": "创建",
"search_btn": "搜索",
"close": "关闭"
},
"user_menu": {
"appearance": "外观",
"about": "关于 OxiCloud",
"about_description": "基于 Rust 和整洁架构构建的云存储平台。快速、安全、私密。",
"admin_panel": "管理面板",
"profile": "我的资料",
"role_user": "用户"
},
"share": {
"dialogTitle": "共享链接",
"linkLabel": "共享链接:",
"copyLink": "复制",
"permissions": "权限:",
"permissionRead": "读取",
"permissionWrite": "写入",
"permissionReshare": "再共享",
"password": "密码保护:",
"generatePassword": "生成",
"expiration": "过期日期:",
"update": "更新共享",
"remove": "移除共享",
"notifyTitle": "发送通知",
"notifyEmailLabel": "电子邮件地址:",
"notifyMessageLabel": "消息(可选):",
"notifySend": "发送通知",
"shareWithOthers": "与他人共享",
"sharePublicly": "公开共享",
"shareSettings": "共享设置",
"shareCopied": "链接已复制到剪贴板",
"shareCreated": "共享链接创建成功",
"shareUpdated": "共享设置更新成功",
"shareRemoved": "共享已移除"
},
"share_dialogTitle": "共享链接",
"share_linkLabel": "共享链接:",
"share_copyLink": "复制",
"share_permissions": "权限:",
"share_permissionRead": "读取",
"share_permissionWrite": "写入",
"share_permissionReshare": "再共享",
"share_password": "密码保护:",
"share_generatePassword": "生成",
"share_expiration": "过期日期:",
"share_update": "更新共享",
"share_remove": "移除共享",
"share_notifyTitle": "发送通知",
"share_notifyEmailLabel": "电子邮件地址:",
"share_notifyMessageLabel": "消息(可选):",
"share_notifySend": "发送通知",
"shared": {
"backToFiles": "返回文件",
"pageTitle": "共享资源",
"pageDescription": "管理你的共享文件和文件夹",
"filterType": "类型:",
"filterAll": "全部",
"filterFiles": "文件",
"filterFolders": "文件夹",
"sortBy": "排序依据:",
"sortByName": "名称",
"sortByDate": "共享日期",
"sortByExpiration": "过期日期",
"search": "搜索",
"colName": "名称",
"colType": "类型",
"colDateShared": "共享日期",
"colExpiration": "过期日期",
"colPermissions": "权限",
"colPassword": "密码",
"colActions": "操作",
"emptyStateTitle": "尚未有共享资源",
"emptyStateDesc": "当你共享文件或文件夹时,它们会出现在这里",
"goToFiles": "前往文件",
"typeFile": "文件",
"typeFolder": "文件夹",
"noExpiration": "无过期",
"hasPassword": "有",
"noPassword": "无",
"editShare": "编辑共享",
"notifyShare": "通知某人",
"copyLink": "复制链接",
"removeShare": "移除共享",
"linkCopied": "链接已复制到剪贴板!",
"linkCopyFailed": "复制链接失败",
"itemUpdated": "共享设置更新成功",
"itemRemoved": "共享已移除成功",
"invalidEmail": "请输入有效的电子邮件地址",
"notificationSent": "通知已成功发送",
"notificationFailed": "发送通知失败"
},
"files": {
"name": "名称",
"type": "类型",
"size": "大小",
"modified": "修改日期",
"no_files": "此文件夹中没有文件",
"empty_hint": "上传文件或创建文件夹以开始使用",
"loading": "正在加载文件…",
"view_grid": "网格视图",
"view_list": "列表视图",
"file_types": {
"document": "文档",
"image": "图片",
"video": "视频",
"audio": "音频",
"pdf": "PDF",
"text": "文本",
"folder": "文件夹",
"spreadsheet": "电子表格",
"presentation": "演示文稿",
"archive": "压缩文件",
"installer": "安装程序",
"code": "代码"
}
},
"dialogs": {
"rename_folder": "重命名文件夹",
"new_name": "新名称",
"new_folder_title": "新建文件夹",
"folder_name": "文件夹名称",
"folder_placeholder": "我的文件夹",
"rename_title": "重命名",
"move_file": "移动文件",
"select_destination": "选择目标文件夹",
"root": "根目录",
"delete_confirmation": "你确定要删除",
"and_contents": "及其所有内容",
"no_undo": "此操作无法撤销",
"share_file": "共享文件",
"share_folder": "共享文件夹",
"existing_shares": "现有共享",
"share_options": "共享选项",
"password": "密码",
"expiration": "过期日期",
"permissions": "权限",
"generated_link": "生成的链接",
"notify": "发送通知",
"recipient": "收件人",
"message": "消息"
},
"dropzone": {
"drag_files": "将文件拖到这里,或点击选择",
"drop_files": "释放文件以上传"
},
"permissions": {
"read": "读取",
"write": "写入",
"reshare": "再共享"
},
"errors": {
"file_not_found": "文件未找到",
"folder_not_found": "文件夹未找到",
"delete_error": "删除时出错",
"upload_error": "上传文件时出错",
"rename_error": "重命名时出错",
"move_error": "移动时出错",
"empty_name": "名称不能为空",
"name_exists": "已存在同名文件或文件夹",
"generic_error": "发生错误"
},
"breadcrumb": {
"home": "主页"
},
"trash": {
"empty_trash": "清空回收站",
"empty_state": "回收站为空",
"original_location": "原始位置",
"deleted_date": "删除日期",
"actions": "操作",
"restore": "恢复",
"delete_permanently": "永久删除",
"empty_confirm": "你确定要清空回收站吗?这将永久删除所有项目。"
},
"auth": {
"login_title": "登录",
"username": "用户名",
"username_placeholder": "输入你的用户名",
"password": "密码",
"password_placeholder": "输入你的密码",
"login_button": "登录",
"no_account": "没有账号?",
"register": "注册",
"admin_setup": "首次使用?",
"setup": "设置管理员",
"register_title": "创建账号",
"email": "电子邮件",
"email_placeholder": "输入你的电子邮件",
"confirm_password": "确认密码",
"confirm_password_placeholder": "确认你的密码",
"register_button": "创建账号",
"have_account": "已有账号?",
"login": "登录",
"setup_title": "初始设置",
"setup_step1": "管理员",
"setup_step2": "系统",
"setup_step3": "完成",
"admin_username": "管理员用户名",
"admin_email": "管理员电子邮件",
"admin_password": "管理员密码",
"create_admin": "创建管理员",
"back_to_login": "已设置完成?",
"admin_success": "管理员账号创建成功!您现在可以登录。",
"account_success": "账号创建成功!您现在可以登录。",
"passwords_mismatch": "密码不匹配",
"admin_create_error": "创建管理员账号时出错",
"or": "或",
"sso_login": "使用 SSO 登录",
"sso_login_provider": "使用 {{provider}} 登录"
},
"storage": {
"title": "存储空间",
"calculating": "计算中...",
"used": "{{percentage}}% 已使用 ({{used}} / {{total}})"
},
"viewer": {
"unsupported_file": "无法预览此文件类型。",
"download_file": "下载文件",
"zoom_in": "放大",
"zoom_out": "缩小",
"zoom_reset": "重置缩放"
},
"language_selector": {
"title": "欢迎!",
"subtitle": "选择您的语言以继续",
"continue": "继续",
"languages": {
"en": "English",
"es": "Español",
"zh": "中文",
"fa": "فارسی",
"fr": "Français",
"de": "Deutsch",
"pt": "Português"
}
},
"favorites": {
"empty_state": "还没有收藏",
"empty_hint": "为文件或文件夹添加星标以将其添加到收藏夹",
"add": "添加到收藏夹",
"remove": "从收藏夹移除",
"added_title": "已添加到收藏",
"added_msg": "已添加到收藏",
"removed_title": "已从收藏移除",
"removed_msg": "已从收藏移除"
},
"recent": {
"title": "最近",
"clear": "清除最近",
"accessed": "访问于",
"empty_state": "没有最近文件",
"empty_hint": "您打开的文件将显示在这里"
},
"batch": {
"one_selected": "已选择 1 个项目",
"n_selected": "已选择 {{count}} 个项目",
"confirm_delete": "确定要将 {{count}} 个项目移至回收站吗?",
"move_title": "移动 {{count}} 个项目",
"add_favorites": "添加到收藏夹",
"move_copy": "移动或复制"
},
"admin": {
"page_title": "管理面板",
"back_to_app": "返回 OxiCloud",
"loading": "加载中…",
"access_denied": "拒绝访问",
"access_denied_desc": "需要管理员权限。",
"sign_in": "登录",
"tab_dashboard": "仪表盘",
"tab_users": "用户",
"tab_oidc": "SSO / OIDC",
"total_users": "用户总数",
"active_users": "活跃用户",
"admins": "管理员",
"version": "版本",
"storage_overview": "存储概览",
"used": "已使用",
"total_quota": "总配额",
"usage_pct": "使用率",
"users_over_80": "超过80%配额",
"users_over_quota": "超过配额",
"system": "系统",
"auth_label": "认证",
"oidc_label": "OIDC",
"quotas_label": "配额",
"enabled": "已启用",
"disabled": "已禁用",
"active": "活跃",
"off": "关闭",
"allow_registration": "允许公开自助注册",
"registration_warning": "公开注册已禁用。只有管理员可以创建新用户。",
"user_management": "用户管理",
"create_user": "创建用户",
"col_user": "用户",
"col_role": "角色",
"col_auth": "认证",
"col_status": "状态",
"col_storage": "存储",
"col_last_login": "最后登录",
"col_actions": "操作",
"loading_users": "正在加载用户…",
"failed_load_users": "加载失败",
"no_users_found": "未找到用户",
"showing_users": "显示 {{from}}-{{to}} / {{total}}",
"prev": "上一页",
"next": "下一页",
"inactive": "未激活",
"you_badge": "(你)",
"local": "本地",
"never": "从未",
"just_now": "刚刚",
"minutes_ago": "{{n}}分钟前",
"hours_ago": "{{n}}小时前",
"days_ago": "{{n}}天前",
"edit_quota_title": "编辑配额",
"reset_password_title": "重置密码",
"toggle_role_title": "切换角色",
"deactivate_title": "停用",
"activate_title": "启用",
"delete_title": "删除",
"sso_title": "单点登录 (OIDC / SSO)",
"enable_sso": "启用 SSO 认证",
"provider_name": "提供商名称",
"issuer_url": "发行者 URL",
"issuer_url_hint": "您的身份提供商的 OpenID Connect 发行者 URL",
"auto_discover": "自动发现",
"discovering": "发现中…",
"client_id": "客户端 ID",
"client_secret": "客户端密钥",
"client_secret_placeholder": "留空以保留当前值",
"secret_configured": "已配置客户端密钥",
"callback_url": "回调 URL",
"callback_url_hint": "(在您的 IdP 中注册)",
"advanced_settings": "高级设置",
"scopes": "范围",
"auto_provision": "首次登录时自动配置用户",
"admin_groups": "管理组",
"admin_groups_hint": "映射到管理员角色的逗号分隔 OIDC 组名",
"disable_password": "禁用密码登录 (仅 OIDC)",
"password_warning": "这将阻止所有基于密码的登录!",
"test_btn": "测试",
"save_btn": "保存",
"saving": "保存中…",
"settings_saved": "设置已保存 — OIDC 现在 {{status}}",
"quota_modal_title": "更新存储配额",
"quota_user_label": "用户:",
"new_quota": "新配额",
"quota_unlimited_hint": "0表示无限制",
"cancel": "取消",
"create_user_title": "创建新用户",
"username_label": "用户名",
"username_placeholder": "zhangsan",
"username_hint": "3–32个字符",
"password_label": "密码",
"password_placeholder": "至少8个字符",
"email_label": "邮箱",
"email_optional": "(可选)",
"email_placeholder": "user@example.com (留空自动生成)",
"role_label": "角色",
"role_user": "用户",
"role_admin": "管理员",
"quota_label": "配额",
"creating": "创建中…",
"reset_pw_title": "重置密码",
"new_password_label": "新密码",
"resetting": "重置中…",
"reset_btn": "重置",
"confirm_role_change": "将角色更改为 {{role}}?",
"confirm_deactivate": "确定要停用此用户吗?",
"confirm_activate": "确定要启用此用户吗?",
"confirm_delete_user": "删除用户 \"{{name}}\"?此操作无法撤消!",
"confirm_action": "确认操作",
"confirm_yes": "确认",
"confirm_no": "取消",
"error_username_short": "用户名至少需要3个字符",
"error_password_short": "密码至少需要8个字符",
"error_generic": "失败",
"error_network": "网络错误:{{message}}",
"error_create_user": "创建用户失败"
},
"profile": {
"page_title": "个人资料",
"back_to_app": "返回 OxiCloud",
"loading": "加载中…",
"not_authenticated": "未认证",
"not_authenticated_desc": "请登录以查看您的个人资料。",
"sign_in": "登录",
"role_admin": "管理员",
"role_user": "用户",
"account_details": "账户详情",
"username": "用户名",
"email": "邮箱",
"role": "角色",
"last_login": "最后登录",
"storage": "存储",
"used": "已使用",
"quota": "配额",
"usage": "使用率",
"unlimited": "无限制",
"app_passwords": "应用密码",
"app_pw_desc": "为 WebDAV、CalDAV 和 CardDAV 客户端生成密码。每个密码只显示一次。",
"app_pw_label_placeholder": "标签(如 Thunderbird、macOS)",
"generate": "生成",
"generating": "生成中…",
"new_password_for": "新密码用于",
"copy_warning": "请立即复制此密码,之后将无法再次查看。",
"copy_to_clipboard": "复制到剪贴板",
"col_label": "标签",
"col_created": "创建时间",
"col_last_used": "最后使用",
"col_status": "状态",
"active": "活跃",
"revoked": "已撤销",
"revoke_title": "撤销",
"no_app_passwords": "暂无应用密码。",
"client_sessions": "客户端会话",
"client_sessions_desc": "连接 Nextcloud 兼容客户端时自动生成。",
"col_client": "客户端",
"never": "从未",
"just_now": "刚刚",
"minutes_ago": "{{n}}分钟前",
"hours_ago": "{{n}}小时前",
"days_ago": "{{n}}天前",
"change_password": "修改密码",
"current_password": "当前密码",
"new_password": "新密码",
"min_8_chars": "至少8个字符",
"confirm_password": "确认新密码",
"update_password": "更新密码",
"updating": "更新中…",
"password_updated": "密码更新成功",
"passwords_no_match": "密码不匹配",
"password_too_short": "密码至少需要8个字符",
"password_change_failed": "修改密码失败",
"error_network": "网络错误:{{message}}",
"error_label_required": "请输入标签",
"error_create_pw": "创建应用密码失败",
"confirm_revoke": "撤销应用密码\"{{label}}\"?使用此密码的客户端将停止工作。",
"error_revoke": "撤销失败"
}
}