added ja-JP
This commit is contained in:
18
resources/lang/ja-JP/items.php
Normal file
18
resources/lang/ja-JP/items.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Quantity|数量',
|
||||
'sales_price' => '販売価格',
|
||||
'purchase_price' => '購入価格',
|
||||
'sku' => 'SKUコード',
|
||||
|
||||
'notification' => [
|
||||
'message' => [
|
||||
'reminder' => 'このメールを受け取っているだけ: 量: 名前が残っています。',
|
||||
'out_of_stock' => 'このメールを受け取っている、: 名前は在庫切れです。',
|
||||
],
|
||||
'button' => '今すぐ表示します。',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user