mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'have_not_attendance_yet' => "Har ikke medvirkning enda",
|
||||
'target_date_can_no_be_retroactive' => 'Dato::date kan ikke være tilbakevirkende',
|
||||
'already_attendance' => 'Allerede deltar',
|
||||
'card_not_enough' => 'Tildelingskort ikke nok',
|
||||
'ranking' => "Dagens rangering: <b>:ranking</b> / <b>:count</b>",
|
||||
'fields' => [
|
||||
'date' => 'Dato',
|
||||
'points' => 'Har bonus',
|
||||
'is_retroactive' => 'Er retroaktiv',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user