mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
trans increment bulk page
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
$lang_increment_bulk = array
|
||||
(
|
||||
'page_title' => '批量添加魔力/補簽卡/邀請/上傳量/臨時邀請',
|
||||
'sent_success' => ' 已經成功增加並發送了私信',
|
||||
'types' => [
|
||||
'seedbonus' => '魔力',
|
||||
'attendance_card' => '補簽卡',
|
||||
'invites' => '邀請',
|
||||
'uploaded' => '上傳量',
|
||||
'tmp_invites' => '臨時邀請',
|
||||
],
|
||||
'labels' => [
|
||||
'type' => '類型',
|
||||
'amount' => '數量',
|
||||
'duration' => '有效期',
|
||||
'duration_help' => '僅當類型為 [臨時邀請] 時需要,單位:天',
|
||||
'user_class' => '用戶等級',
|
||||
'roles' => '角色',
|
||||
'msg_subject' => '私信主題',
|
||||
'msg_body' => '私信內容',
|
||||
'operator' => '操作者',
|
||||
],
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user