mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
15 lines
530 B
PHP
15 lines
530 B
PHP
<?php
|
|
|
|
return [
|
|
'have_not_attendance_yet' => "まだ出席していません",
|
|
'target_date_can_no_be_retroactive' => '日付::date は遡って使用できません',
|
|
'already_attendance' => '既に出欠しています',
|
|
'card_not_enough' => '出席カードが足りません',
|
|
'ranking' => "今日のランキング: <b>:ranking</b> / <b>:count</b>",
|
|
'fields' => [
|
|
'date' => '日付',
|
|
'points' => 'ボーナス獲得',
|
|
'is_retroactive' => '後退しています',
|
|
],
|
|
];
|