modules Japanese translation
modules Japanese translation
This commit is contained in:
20
modules/PaypalStandard/Resources/lang/ja-JP/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/ja-JP/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPalスタンダード',
|
||||
'description' => 'PayPalの標準支払オプションを有効にします',
|
||||
|
||||
'form' => [
|
||||
'email' => 'Eメール',
|
||||
'mode' => 'モード',
|
||||
'debug' => 'デバッグ',
|
||||
'transaction' => 'トランザクション',
|
||||
'customer' => '顧客に示す',
|
||||
'order' => 'オーダー',
|
||||
],
|
||||
|
||||
'test_mode' => '警告: 支払いゲートウェイは \'サンドボックスモード\'です。 アカウントには請求されません。 ',
|
||||
//'description' => 'PAYPALで支払う',
|
||||
|
||||
];
|
Reference in New Issue
Block a user