mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user