mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
trans increment bulk page
This commit is contained in:
27
lang/chs/lang_increment-bulk.php
Normal file
27
lang/chs/lang_increment-bulk.php
Normal file
@@ -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