Files
nexusphp/resources/lang/it/attendance.php
2025-05-05 21:27:48 +07:00

15 lines
491 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' => "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',
],
];