modules Japanese translation

modules Japanese translation
This commit is contained in:
spinzar
2019-11-25 12:07:07 +09:00
parent 5af0faf374
commit 3bf607e2b2
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?php
return [
'name' => 'PayPalスタンダード',
'description' => 'PayPalの標準支払オプションを有効にします',
'form' => [
'email' => 'Eメール',
'mode' => 'モード',
'debug' => 'デバッグ',
'transaction' => 'トランザクション',
'customer' => '顧客に示す',
'order' => 'オーダー',
],
'test_mode' => '警告: 支払いゲートウェイは \'サンドボックスモード\'です。 アカウントには請求されません。 ',
//'description' => 'PAYPALで支払う',
];