Files
akaunting/modules/PaypalStandard/Resources/lang/ja-JP/general.php
2021-02-22 00:53:06 +00:00

21 lines
665 B
PHP

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