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' => "Ещё нет посещаемости",
|
||||
'target_date_can_no_be_retroactive' => 'Дата::date не может быть ретроактивна',
|
||||
'already_attendance' => 'Уже присутствует',
|
||||
'card_not_enough' => 'Недостаточно карты для участия',
|
||||
'ranking' => "Today's Ranking: <b>:ranking</b> / <b>:counts</b>",
|
||||
'fields' => [
|
||||
'date' => 'Дата',
|
||||
'points' => 'Получить бонус',
|
||||
'is_retroactive' => 'Это ретроактивный',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user