mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
15 lines
597 B
PHP
15 lines
597 B
PHP
<?php
|
|
|
|
return [
|
|
'have_not_attendance_yet' => "Ещё нет посещаемости",
|
|
'target_date_can_no_be_retroactive' => 'Дата::date не может быть ретроактивна',
|
|
'already_attendance' => 'Уже присутствует',
|
|
'card_not_enough' => 'Недостаточно карты для участия',
|
|
'ranking' => "Today's Ranking: <b>:ranking</b> / <b>:counts</b>",
|
|
'fields' => [
|
|
'date' => 'Дата',
|
|
'points' => 'Получить бонус',
|
|
'is_retroactive' => 'Это ретроактивный',
|
|
],
|
|
];
|