mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
15 lines
478 B
PHP
15 lines
478 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'have_not_attendance_yet' => "Noch nicht anwesend",
|
|||
|
|
'target_date_can_no_be_retroactive' => 'Datum::date kann nicht rückwirkend sein',
|
|||
|
|
'already_attendance' => 'Bereits anwesend',
|
|||
|
|
'card_not_enough' => 'Anwesenheitskarte nicht genug',
|
|||
|
|
'ranking' => "Heutiges Ranking: <b>:ranking</b> / <b>:count</b>",
|
|||
|
|
'fields' => [
|
|||
|
|
'date' => 'Datum',
|
|||
|
|
'points' => 'Bonus erhalten',
|
|||
|
|
'is_retroactive' => 'Ist rückwirkend',
|
|||
|
|
],
|
|||
|
|
];
|