mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
15 lines
491 B
PHP
15 lines
491 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'have_not_attendance_yet' => "Non sono ancora presenti",
|
|||
|
|
'target_date_can_no_be_retroactive' => 'Data::date non può essere retroattiva',
|
|||
|
|
'already_attendance' => 'Già presente',
|
|||
|
|
'card_not_enough' => 'Carta di partecipazione non sufficiente',
|
|||
|
|
'ranking' => "Classifica Di Oggi: <b>:Classifica</b> / <b>:counts</b>",
|
|||
|
|
'fields' => [
|
|||
|
|
'date' => 'Data',
|
|||
|
|
'points' => 'Ottenuto bonus',
|
|||
|
|
'is_retroactive' => 'È retroattivo',
|
|||
|
|
],
|
|||
|
|
];
|