Files
nexusphp/resources/lang/en/admin.php

137 lines
6.3 KiB
PHP
Raw Normal View History

2022-06-27 01:39:01 +08:00
<?php
return [
'sidebar' => [
'exam_users' => 'Exam Users',
'hit_and_runs' => 'Hit And Runs',
'users_list' => 'Users',
'tags_list' => 'Tags',
'agent_allows' => 'Agent Allows',
'agent_denies' => 'Agent Denies',
2024-05-18 14:53:30 +08:00
'exams_list' => 'Exams & Tasks',
2022-06-27 01:39:01 +08:00
'medals_list' => 'Medals',
'settings' => 'Settings',
2022-07-02 15:08:23 +08:00
'users_medals' => 'User medals',
'claims' => 'User claims',
2022-07-03 14:00:07 +08:00
'torrent_list' => 'Torrents',
'torrent_state' => 'Free leach',
'roles_list' => 'Roles',
'ability_list' => 'Permissions',
2022-07-23 15:05:32 +08:00
'seed_box_records' => 'SeedBox',
2022-07-30 15:15:06 +08:00
'upload_speed' => 'Upload speed',
'download_speed' => 'Download speed',
'isp' => 'ISP',
2022-08-04 18:38:02 +08:00
'menu' => 'Custom menu',
2023-02-11 16:08:48 +08:00
'username_change_log' => 'Username change logs',
2022-08-16 18:31:04 +08:00
'torrent_deny_reason' => 'Deny Reasons',
2022-10-29 04:19:39 +08:00
'roles' => 'Role',
'permissions' => 'Permissions',
'section' => 'Search boxes',
'icon' => 'Category icons',
'plugin' => 'Plugins',
'category' => 'Categories',
'second_icon' => 'Second icons',
'torrent_operation_log' => 'Torrent operation logs',
2022-12-13 13:51:39 +08:00
'invite' => 'Invites',
2023-01-10 17:25:53 +08:00
'user_props' => 'User props',
2023-01-31 16:38:21 +08:00
'login_log' => 'Login logs',
'bonus_log' => 'Bonus logs',
2023-02-11 16:08:48 +08:00
'torrent_buy_log' => 'Torrent buy logs',
2023-06-18 17:37:06 +08:00
'attendance_log' => 'Attendance logs',
2024-03-11 02:12:17 +08:00
'oauth_client' => 'Client',
'oauth_access_token' => 'Access tokens',
'oauth_auth_code' => 'Auth codes',
'oauth_refresh_token' => 'Refresh tokens',
'token' => 'Access tokens',
2025-04-24 15:30:07 +07:00
'oauth_provider' => 'Authorization provider',
2025-05-04 02:20:18 +07:00
'queue_monitor' => 'Queue monitor',
2025-05-22 02:34:45 +07:00
'user_modify_logs' => 'User modify logs',
2025-06-19 13:13:26 +07:00
'message_templates' => 'Message templates',
2025-06-20 22:59:02 +07:00
'tracker_url' => 'Tracker URL',
2025-10-12 03:48:04 +07:00
'activity_logs' => 'Activity Logs',
2022-06-27 01:39:01 +08:00
],
'resources' => [
'agent_allow' => [
'check_modal_btn' => 'Check',
'check_modal_header' => 'Detect if the client is allowed',
'check_pass_msg' => 'Congratulations, this client was passed by rule :id!',
],
'user' => [
'actions' => [
'enable_modal_btn' => 'Enable',
'enable_modal_title' => 'Enable user',
'enable_disable_reason' => 'Reason',
'enable_disable_reason_placeholder' => 'Optional',
'disable_modal_btn' => 'Disable',
'disable_modal_title' => 'Disable user',
'disable_two_step_authentication' => 'Cancel two-step authentication',
'change_bonus_etc_btn' => 'Change Uploaded etc.',
'change_bonus_etc_action_increment' => 'Increment',
'change_bonus_etc_action_decrement' => 'Decrement',
'change_bonus_etc_field_label' => 'Field',
'change_bonus_etc_action_label' => 'Action',
'change_bonus_etc_value_label' => 'Value',
'change_bonus_etc_value_help' => 'If the type is Uploaded/Download, the unit is: GB',
'change_bonus_etc_reason_label' => 'Reason',
'reset_password_btn' => 'Reset password',
'reset_password_label' => 'New password',
'reset_password_confirmation_label' => 'Confirm new password',
'assign_exam_btn' => 'Assign exam',
'assign_exam_exam_label' => 'Select exam',
'assign_exam_begin_label' => 'Begin time',
'assign_exam_end_label' => 'End time',
'assign_exam_end_help' => 'If you do not specify a begin/end time, the time range set by the exam itself will be used',
'grant_medal_btn' => 'Grant medal',
'grant_medal_medal_label' => 'Select medal',
'grant_medal_duration_label' => 'Duration',
'grant_medal_duration_help' => 'Unit: days. If left blank, the user has permanent possession',
'confirm_btn' => 'Confirm',
2022-07-23 23:35:43 +08:00
'disable_download_privileges_btn' => 'Enable download',
'enable_download_privileges_btn' => 'Disable download',
2022-08-11 17:12:36 +08:00
'grant_prop_btn' => 'Grant prop',
'grant_prop_form_prop' => 'Select prop',
'grant_prop_form_duration' => 'Duration',
'grant_prop_form_duration_help' => 'Unit: days. If left blank, the user has it permanently. Note: There is no time limit for Name Change Card, ignore this value.' ,
2022-09-12 22:41:45 +08:00
'confirm_bulk' => 'Bulk confirm',
2022-12-13 13:51:39 +08:00
'change_bonus_etc_duration_label' => 'Duration',
'change_bonus_etc_duration_help' => 'Required when adding temporary invitation, in days',
2023-01-07 19:34:59 +08:00
'change_class_btn' => 'Change class',
]
],
'exam_user' => [
'bulk_action_avoid_label' => 'Bulk avoid',
2023-11-14 02:13:21 +08:00
'bulk_action_update_end_label' => 'Bulk modify end time',
2022-07-02 15:08:23 +08:00
'action_avoid' => 'Avoid',
2023-11-14 02:13:21 +08:00
'action_update_end' => 'Modify end time',
2022-07-02 15:08:23 +08:00
'result_passed' => 'Passed!',
'result_not_passed' => 'Not passed!',
],
'exam' => [
'index_duplicate' => 'Index:index duplicate !',
'index_seed_time_average_require_value_invalid' => 'The required average seeding time :index_seed_time_average_require_value is greater than the total exam duration :duration. Please modify it!'
2022-07-02 15:08:23 +08:00
],
'hit_and_run' => [
'bulk_action_pardon' => 'Bulk pardon',
'action_pardon' => 'Pardon',
],
2022-07-03 14:00:07 +08:00
'torrent' => [
'bulk_action_pos_state' => 'Sticky',
'bulk_action_remove_tag' => 'Remove tag',
'bulk_action_attach_tag' => 'Attach tag',
'action_approval' => 'Approval',
'bulk_action_attach_tag_remove_old' => 'Also delete old tags',
2022-10-02 21:14:11 +08:00
'bulk_action_recommend' => 'Recommend',
'bulk_action_sp_state' => 'Promotion',
'bulk_action_hr' => 'H&R',
2022-07-03 14:00:07 +08:00
],
2022-07-23 15:05:32 +08:00
'seed_box_record' => [
'toggle_status' => 'Change status',
2024-11-22 01:37:57 +08:00
'check_modal_btn' => 'Check',
'check_modal_header' => 'Detect if IP is SeedBox',
2022-07-23 15:05:32 +08:00
],
2022-09-04 15:56:19 +08:00
'tag' => [
'detach_torrents' => 'Detach all torrents',
],
]
2022-06-27 01:39:01 +08:00
];