mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add spoiler tag + fix attendance additional rewards
This commit is contained in:
8
resources/lang/en/attendance.php
Normal file
8
resources/lang/en/attendance.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'have_not_attendance_yet' => "Haven't attendance yet",
|
||||
'target_date_can_no_be_retroactive' => 'Date::date can not be retroactive',
|
||||
'already_attendance' => 'Already attendance',
|
||||
'card_not_enough' => 'Attendance card not enough',
|
||||
];
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'action_wearing' => 'Wear',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => 'Medal list'
|
||||
|
||||
8
resources/lang/zh_CN/attendance.php
Normal file
8
resources/lang/zh_CN/attendance.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'have_not_attendance_yet' => '还没有签过到',
|
||||
'target_date_can_no_be_retroactive' => '日期::date 无法补签',
|
||||
'already_attendance' => '已经签到',
|
||||
'card_not_enough' => '补签卡不足',
|
||||
];
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'action_wearing' => '佩戴',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '勋章列表'
|
||||
|
||||
9
resources/lang/zh_TW/attendance.php
Normal file
9
resources/lang/zh_TW/attendance.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'have_not_attendance_yet' => '還沒有簽過到',
|
||||
'target_date_can_no_be_retroactive' => '日期::date 無法補簽',
|
||||
'already_attendance' => '已經簽到',
|
||||
'card_not_enough' => '補簽卡不足',
|
||||
];
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'action_wearing' => '佩戴',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '勛章列表'
|
||||
|
||||
Reference in New Issue
Block a user