Files
nexusphp/resources/lang/zh_CN/admin.php
2025-05-07 20:01:29 +07:00

131 lines
5.8 KiB
PHP
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.
<?php
return [
'sidebar' => [
'exam_users' => '用户考核',
'hit_and_runs' => '用户 H&R',
'users_list' => '用户列表',
'tags_list' => '标签',
'agent_allows' => '允许客户端',
'agent_denies' => '拒绝客户端',
'exams_list' => '考核 & 任务',
'medals_list' => '勋章',
'settings' => '设置',
'users_medals' => '用户勋章',
'claims' => '用户认领',
'torrent_list' => '种子',
'torrent_state' => '全站优惠',
'seed_box_records' => 'SeedBox',
'upload_speed' => '上行带宽',
'download_speed' => '下行带宽',
'isp' => 'ISP',
'menu' => '自定义菜单',
'username_change_log' => '改名记录',
'torrent_deny_reason' => '拒绝原因',
'roles' => '角色',
'permissions' => '权限',
'section' => '分类模式',
'icon' => '分类图标',
'plugin' => '插件',
'category' => '主分类',
'second_icon' => '第二图标',
'torrent_operation_log' => '种子操作记录',
'invite' => '用户邀请',
'user_props' => '用户道具',
'login_log' => '登录记录',
'bonus_log' => '魔力记录',
'torrent_buy_log' => '种子购买',
'attendance_log' => '签到记录',
'oauth_client' => '客户端',
'oauth_access_token' => '访问令牌',
'oauth_auth_code' => '授权码',
'oauth_refresh_token' => '刷新令牌',
'token' => '访问令牌',
'oauth_provider' => '身份验证',
'queue_monitor' => '队列监控',
'user_modify_logs' => '修改记录',
],
'resources' => [
'agent_allow' => [
'check_modal_btn' => '检测',
'check_modal_header' => '检测客户端是否被允许',
'check_pass_msg' => '恭喜,此客户端被规则 :id 通过!',
],
'user' => [
'actions' => [
'enable_modal_btn' => '启用',
'enable_modal_title' => '启用用户',
'enable_disable_reason' => '原因',
'enable_disable_reason_placeholder' => '可选',
'disable_modal_btn' => '禁用',
'disable_modal_title' => '禁用用户',
'disable_two_step_authentication' => '取消两步登录验证',
'change_bonus_etc_btn' => '修改上传量等',
'change_bonus_etc_action_increment' => '增加',
'change_bonus_etc_action_decrement' => '减少',
'change_bonus_etc_field_label' => '类别',
'change_bonus_etc_action_label' => '动作',
'change_bonus_etc_value_label' => '数量',
'change_bonus_etc_value_help' => '如果类别是上传量/下载量单位为GB',
'change_bonus_etc_reason_label' => '原因',
'reset_password_btn' => '重置密码',
'reset_password_label' => '新密码',
'reset_password_confirmation_label' => '确认新密码',
'assign_exam_btn' => '分配考核',
'assign_exam_exam_label' => '选择考核',
'assign_exam_begin_label' => '开始时间',
'assign_exam_end_label' => '结束时间',
'assign_exam_end_help' => '如果不指定开始/结束时间,将使用考核本身设定的时间范围',
'grant_medal_btn' => '授予勋章',
'grant_medal_medal_label' => '选择勋章',
'grant_medal_duration_label' => '有效时长',
'grant_medal_duration_help' => '单位:天。如果留空,用户永久拥有',
'confirm_btn' => '确认',
'disable_download_privileges_btn' => '禁用下载权限',
'enable_download_privileges_btn' => '启用下载权限',
'grant_prop_btn' => '授予道具',
'grant_prop_form_prop' => '选择道具',
'grant_prop_form_duration' => '有效时长',
'grant_prop_form_duration_help' => '单位:天。如果留空,用户永久拥有。注:改名卡没有时间限制,忽略该值。',
'confirm_bulk' => '批量确认',
'change_bonus_etc_duration_label' => '有效期',
'change_bonus_etc_duration_help' => '增加临时邀请时必须,单位:天',
'change_class_btn' => '修改等级',
]
],
'exam_user' => [
'bulk_action_avoid_label' => '批量免除',
'bulk_action_update_end_label' => '批量修改结束时间',
'action_avoid' => '免除',
'action_update_end' => '修改结束时间',
'result_passed' => '通过!',
'result_not_passed' => '未通过!',
],
'exam' => [
'index_duplicate' => '指标::index 重复!',
],
'hit_and_run' => [
'bulk_action_pardon' => '批量免罪',
'action_pardon' => '免罪',
],
'torrent' => [
'bulk_action_pos_state' => '置顶',
'bulk_action_remove_tag' => '清除标签',
'bulk_action_attach_tag' => '设置标签',
'action_approval' => '审核',
'bulk_action_attach_tag_remove_old' => '同时删除旧标签',
'bulk_action_recommend' => '推荐',
'bulk_action_sp_state' => '优惠',
'bulk_action_hr' => 'H&R',
],
'seed_box_record' => [
'toggle_status' => '更改状态',
'check_modal_btn' => '检测',
'check_modal_header' => '检测 IP 是否为 SeedBox',
],
'tag' => [
'detach_torrents' => '分离所有种子',
],
]
];