mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
15 lines
486 B
PHP
15 lines
486 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'have_not_attendance_yet' => "Încă nu a participat",
|
|||
|
|
'target_date_can_no_be_retroactive' => 'Data::date nu poate fi retroactivă',
|
|||
|
|
'already_attendance' => 'Deja prezență',
|
|||
|
|
'card_not_enough' => 'Cardul de participare nu este suficient',
|
|||
|
|
'ranking' => "Clasament astăzi: <b>:ranking</b> / <b>:counts</b>",
|
|||
|
|
'fields' => [
|
|||
|
|
'date' => 'Data',
|
|||
|
|
'points' => 'Am primit bonus',
|
|||
|
|
'is_retroactive' => 'Este retroactiv',
|
|||
|
|
],
|
|||
|
|
];
|