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

15 lines
474 B
PHP
Raw Permalink 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' => "Har inte närvaro ännu",
'target_date_can_no_be_retroactive' => 'Datum:date kan inte vara retroaktivt',
'already_attendance' => 'Redan närvaro',
'card_not_enough' => 'Närvaro kort inte tillräckligt',
'ranking' => "Dagens rankning: <b>:ranking</b> / <b>:counts</b>",
'fields' => [
'date' => 'Datum',
'points' => 'Fick bonus',
'is_retroactive' => 'Är retroaktiv',
],
];