mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
15 lines
489 B
PHP
15 lines
489 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'have_not_attendance_yet' => "Ainda não comparece",
|
|||
|
|
'target_date_can_no_be_retroactive' => 'Data::date não pode ser retroativo',
|
|||
|
|
'already_attendance' => 'Já está presente',
|
|||
|
|
'card_not_enough' => 'Cartão de presença não suficiente',
|
|||
|
|
'ranking' => "Classificação de Hoje: <b>:ranking</b> / <b>:count</b>",
|
|||
|
|
'fields' => [
|
|||
|
|
'date' => 'Encontro',
|
|||
|
|
'points' => 'Obteve bônus',
|
|||
|
|
'is_retroactive' => 'É retroativo',
|
|||
|
|
],
|
|||
|
|
];
|