mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'have_not_attendance_yet' => 'まだ署名していません',
|
||||
'target_date_can_no_be_retroactive' => '日付::日付を再署名することはできません',
|
||||
'already_attendance' => 'サインイン',
|
||||
'card_not_enough' => '不十分な再署名カード',
|
||||
'ranking' => '今日のサインインランキング:<b>:ランキング</b>/<b>:カウント</b>',
|
||||
'fields' =>
|
||||
array (
|
||||
'date' => '日付',
|
||||
'points' => '魔法を獲得します',
|
||||
'is_retroactive' => '再署名するかどうか',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user