trans increment bulk page

This commit is contained in:
xiaomlove
2023-02-08 17:11:23 +08:00
parent d96c603149
commit 75e2e0ecfe
6 changed files with 105 additions and 36 deletions
+27
View File
@@ -0,0 +1,27 @@
<?php
$lang_increment_bulk = array
(
'page_title' => 'Batch add bonus/attendance card/invite/uploaded/temporary invite',
'sent_success' => ' has been added and inform message has been sent',
'types' => [
'seedbonus' => 'bonus',
'attendance_card' => 'attendance card',
'invites' => 'invite',
'uploaded' => 'upload',
'tmp_invites' => 'temporary invite',
],
'labels' => [
'type' => 'Type',
'amount' => 'Amount',
'duration' => 'Duration',
'duration_help' => 'Required only if type is [Temporary Invitation], in days',
'user_class' => 'User class',
'roles' => 'Roles',
'msg_subject' => 'message subject',
'msg_body' => 'message content',
'operator' => 'Operator',
],
);
?>