"""Backend i18n message pack: server/admin.py API user-visible messages. Domain prefix: admin. """ MESSAGES = { "admin.secondary_required_error": { "zh-CN": "需要二级密码", "en-US": "Secondary password required", }, "admin.enter_secondary_password": { "zh-CN": "请输入二级密码", "en-US": "Please enter the secondary password", }, "admin.secondary_password_wrong": { "zh-CN": "二级密码错误", "en-US": "Incorrect secondary password", }, "admin.invite_code_not_found": { "zh-CN": "邀请码不存在", "en-US": "Invite code not found", }, "admin.missing_username": { "zh-CN": "缺少用户名", "en-US": "Missing username", }, "admin.new_password_required": { "zh-CN": "新密码不能为空", "en-US": "New password is required", }, "admin.password_reset": { "zh-CN": "密码已重置", "en-US": "Password has been reset", }, "admin.missing_id": { "zh-CN": "缺少 id", "en-US": "Missing id", }, "admin.tool_not_found": { "zh-CN": "未找到该工具", "en-US": "Tool not found", }, "admin.missing_id_or_name": { "zh-CN": "缺少 id 或 name", "en-US": "Missing id or name", }, "admin.tool_dir_missing": { "zh-CN": "工具不存在", "en-US": "Tool does not exist", }, "admin.file_not_found": { "zh-CN": "文件不存在", "en-US": "File not found", }, "admin.server_not_found": { "zh-CN": "未找到该服务", "en-US": "Server not found", }, "admin.username_required": { "zh-CN": "用户名不能为空", "en-US": "Username is required", }, "admin.user_not_found": { "zh-CN": "用户不存在", "en-US": "User not found", }, }