mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
Merge branch 'php8' into section
This commit is contained in:
@@ -67,6 +67,7 @@ return [
|
||||
'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.' ,
|
||||
'confirm_bulk' => 'Bulk confirm',
|
||||
]
|
||||
],
|
||||
'exam_user' => [
|
||||
@@ -87,6 +88,7 @@ return [
|
||||
'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',
|
||||
],
|
||||
'seed_box_record' => [
|
||||
'toggle_status' => 'Change status',
|
||||
|
||||
@@ -29,4 +29,6 @@ return [
|
||||
'add_claim_confirm' => 'Confirm to claim?',
|
||||
'remove_claim' => 'Give up',
|
||||
'remove_claim_confirm' => 'Confirm to give up the claim?',
|
||||
'already_claimed' => 'Claimed',
|
||||
'not_claim_yet' => 'Unclaimed',
|
||||
];
|
||||
|
||||
@@ -3,4 +3,26 @@
|
||||
return [
|
||||
'next' => 'Next »',
|
||||
'previous' => '« Previous',
|
||||
"decimal" => "",
|
||||
"emptyTable" => "No data available in table",
|
||||
"info" => "Showing _START_ to _END_ of _TOTAL_ entries",
|
||||
"infoEmpty" => "Showing 0 to 0 of 0 entries",
|
||||
"infoFiltered" => "(filtered from _MAX_ total entries)",
|
||||
"infoPostFix" => "",
|
||||
"thousands" => ",",
|
||||
"lengthMenu" => "Show _MENU_ entries",
|
||||
"loadingRecords" => "Loading...",
|
||||
"processing" => "",
|
||||
"search" => "Search:",
|
||||
"zeroRecords" => "No matching records found",
|
||||
"paginate" => [
|
||||
"first" => "First",
|
||||
"last" => "Last",
|
||||
"next" => "Next",
|
||||
"previous" => "Previous"
|
||||
],
|
||||
"aria" => [
|
||||
"sortAscending" => ": activate to sort column ascending",
|
||||
"sortDescending"=> ": activate to sort column descending"
|
||||
]
|
||||
];
|
||||
|
||||
@@ -59,7 +59,11 @@ return [
|
||||
],
|
||||
'torrentmanage' => [
|
||||
'text' => 'Torrent Management',
|
||||
'desc' => 'Edit, delete torrents, excluding setting torrent sticky or on promotion',
|
||||
'desc' => 'Edit torrents, excluding setting torrent sticky or on promotion or delete',
|
||||
],
|
||||
'torrent-delete' => [
|
||||
'text' => 'Delete torrent',
|
||||
'desc' => 'Delete torrent',
|
||||
],
|
||||
'torrentsticky' => [
|
||||
'text' => 'Torrent Sticky',
|
||||
|
||||
@@ -68,6 +68,7 @@ return [
|
||||
'grant_prop_form_prop' => '选择道具',
|
||||
'grant_prop_form_duration' => '有效时长',
|
||||
'grant_prop_form_duration_help' => '单位:天。如果留空,用户永久拥有。注:改名卡没有时间限制,忽略该值。',
|
||||
'confirm_bulk' => '批量确认',
|
||||
]
|
||||
],
|
||||
'exam_user' => [
|
||||
@@ -88,6 +89,7 @@ return [
|
||||
'bulk_action_remove_tag' => '清除标签',
|
||||
'bulk_action_attach_tag' => '设置标签',
|
||||
'action_approval' => '审核',
|
||||
'bulk_action_attach_tag_remove_old' => '同时删除旧标签',
|
||||
],
|
||||
'seed_box_record' => [
|
||||
'toggle_status' => '更改状态',
|
||||
|
||||
@@ -29,4 +29,6 @@ return [
|
||||
'add_claim_confirm' => '确认要认领?',
|
||||
'remove_claim' => '放弃',
|
||||
'remove_claim_confirm' => '确认要放弃认领?',
|
||||
'already_claimed' => '已认领',
|
||||
'not_claim_yet' => '未认领',
|
||||
];
|
||||
|
||||
@@ -3,4 +3,26 @@
|
||||
return [
|
||||
'next' => '下一页 »',
|
||||
'previous' => '« 上一页',
|
||||
"decimal" => "",
|
||||
"emptyTable" => "无数据",
|
||||
"info" => "当前展示第 _START_ 至第 _END_ 条,共 _TOTAL_ 条记录",
|
||||
"infoEmpty" => "当前展示第 0 条至第 0 条,共 0 条记录",
|
||||
"infoFiltered" => "(筛选自 _MAX_ 条记录)",
|
||||
"infoPostFix" => "",
|
||||
"thousands" => ",",
|
||||
"lengthMenu" => "每页展示 _MENU_ 条记录",
|
||||
"loadingRecords" => "加载中...",
|
||||
"processing" => "",
|
||||
"search" => "搜索:",
|
||||
"zeroRecords" => "没有发现任何匹配的记录",
|
||||
"paginate" => [
|
||||
"first" => "首页",
|
||||
"last" => "尾页",
|
||||
"next" => "下一页",
|
||||
"previous" => "上一页"
|
||||
],
|
||||
"aria" => [
|
||||
"sortAscending" => ": 升序排序",
|
||||
"sortDescending"=> ": 降序排序"
|
||||
]
|
||||
];
|
||||
|
||||
@@ -61,6 +61,10 @@ return [
|
||||
'text' => '管理种子',
|
||||
'desc' => '编辑、删除种子,但不能将种子设为置顶或促销',
|
||||
],
|
||||
'torrent-delete' => [
|
||||
'text' => '删除种子',
|
||||
'desc' => '删除种子',
|
||||
],
|
||||
'torrentsticky' => [
|
||||
'text' => '设定种子置顶',
|
||||
'desc' => '将种子设为置顶',
|
||||
|
||||
@@ -67,6 +67,7 @@ return [
|
||||
'grant_prop_form_prop' => '選擇道具',
|
||||
'grant_prop_form_duration' => '有效時長',
|
||||
'grant_prop_form_duration_help' => '單位:天。如果留空,用戶永久擁有。註:改名卡沒有時間限製,忽略該值。',
|
||||
'confirm_bulk' => '批量確認',
|
||||
]
|
||||
],
|
||||
'exam_user' => [
|
||||
@@ -87,6 +88,7 @@ return [
|
||||
'bulk_action_remove_tag' => '清除標簽',
|
||||
'bulk_action_attach_tag' => '設置標簽',
|
||||
'action_approval' => '審核',
|
||||
'bulk_action_attach_tag_remove_old' => '同時刪除舊標簽',
|
||||
],
|
||||
'seed_box_record' => [
|
||||
'toggle_status' => '更改狀態',
|
||||
|
||||
@@ -28,4 +28,6 @@ return [
|
||||
'add_claim_confirm' => '確認要認領?',
|
||||
'remove_claim' => '放棄',
|
||||
'remove_claim_confirm' => '確認要放棄認領?',
|
||||
'already_claimed' => '已認領',
|
||||
'not_claim_yet' => '未認領',
|
||||
];
|
||||
|
||||
@@ -3,4 +3,26 @@
|
||||
return [
|
||||
'next' => '下一頁 »',
|
||||
'previous' => '« 上一頁',
|
||||
"decimal" => "",
|
||||
"emptyTable" => "無數據",
|
||||
"info" => "當前展示第 _START_ 至第 _END_ 條,共 _TOTAL_ 條記錄",
|
||||
"infoEmpty" => "當前展示第 0 條至第 0 條,共 0 條記錄",
|
||||
"infoFiltered" => "(篩選自 _MAX_ 條記錄)",
|
||||
"infoPostFix" => "",
|
||||
"thousands" => ",",
|
||||
"lengthMenu" => "每頁展示 _MENU_ 條記錄",
|
||||
"loadingRecords" => "加載中...",
|
||||
"processing" => "",
|
||||
"search" => "搜索:",
|
||||
"zeroRecords" => "沒有發現任何匹配的記錄",
|
||||
"paginate" => [
|
||||
"first" => "首頁",
|
||||
"last" => "尾頁",
|
||||
"next" => "下一頁",
|
||||
"previous" => "上一頁"
|
||||
],
|
||||
"aria" => [
|
||||
"sortAscending" => ": 升序排序",
|
||||
"sortDescending"=> ": 降序排序"
|
||||
]
|
||||
];
|
||||
|
||||
@@ -61,6 +61,10 @@ return [
|
||||
'text' => '管理種子',
|
||||
'desc' => '編輯、移除種子,但無法將種子設為置頂或促銷',
|
||||
],
|
||||
'torrent-delete' => [
|
||||
'text' => '移除种子',
|
||||
'desc' => '移除种子',
|
||||
],
|
||||
'torrentsticky' => [
|
||||
'text' => '設定種子置頂',
|
||||
'desc' => '將種子設為置頂',
|
||||
|
||||
Reference in New Issue
Block a user