added ja-JP
This commit is contained in:
16
resources/lang/ja-JP/customers.php
Normal file
16
resources/lang/ja-JP/customers.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'ログインを許可しますか?',
|
||||
'user_created' => 'ユーザー作成',
|
||||
|
||||
'error' => [
|
||||
'email' => '電子メールは既に撮影されています。'
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':お客様製:請求書番号への支払い金額:invoice_number.',
|
||||
'button' => '見せる',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user