Files
nexusphp/resources/lang/ro/attendance.php
2025-04-22 19:35:05 +07:00

15 lines
486 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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',
],
];