Files
nexusphp/resources/lang/fi/attendance.php
2025-04-22 02:55:12 +07:00

15 lines
495 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' => "Ei ole vielä paikalla",
'target_date_can_no_be_retroactive' => 'Päivämäärä:date ei voi takautuvasti',
'already_attendance' => 'Jo läsnäolo',
'card_not_enough' => 'Korttiin osallistuminen ei riitä',
'ranking' => "Päivän Sijoitus: <b>:ranking</b> / <b>:counts</b>",
'fields' => [
'date' => 'Päivämäärä',
'points' => 'Samaa bonusta',
'is_retroactive' => 'On taannehtivasti',
],
];