added ja-JP
This commit is contained in:
16
resources/lang/ja-JP/header.php
Normal file
16
resources/lang/ja-JP/header.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'change_language' => '言語の変更',
|
||||
'last_login' => '前回のログイン: 時間',
|
||||
'notifications' => [
|
||||
'counter' => '{0} があるない通知|{1} がある: 通知|を数える [2、*] がある: 通知をカウント',
|
||||
'overdue_invoices' => '{1} : 延滞請求書|カウント [2、*]: 延滞請求書をカウント',
|
||||
'upcoming_bills' => '{1} : 今後法案|カウント [2、*]: 今後の法案をカウント',
|
||||
'items_stock' => '{1} :在庫切れのアイテムを数える|[2,*] :在庫切れのアイテムを数える',
|
||||
'view_all' => '全てを見る'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com',
|
||||
|
||||
];
|
Reference in New Issue
Block a user