new crowdin translations of modules
This commit is contained in:
20
modules/PaypalStandard/Resources/lang/ar-SA/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/ar-SA/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'معيار الباي بال',
|
||||
'description' => 'تمكين خيار الدفع القياسي لـ باي بال',
|
||||
|
||||
'form' => [
|
||||
'email' => 'البريد الإلكتروني',
|
||||
'mode' => 'نمط',
|
||||
'debug' => 'تصحيح الأخطاء',
|
||||
'transaction' => 'المعاملات',
|
||||
'customer' => 'إظهار للعميل',
|
||||
'order' => 'طلب',
|
||||
],
|
||||
|
||||
'test_mode' => 'تحذير: بوابة الدفع في وضع "Sandbox". لن يتم احتساب مبالغ على حسابك.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/ca-ES/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/ca-ES/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal estàndard',
|
||||
'description' => 'Activa el pagament estàndard amb PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'Correu electrònic',
|
||||
'mode' => 'Mode',
|
||||
'debug' => 'Depura',
|
||||
'transaction' => 'Transacció',
|
||||
'customer' => 'Mostra al client',
|
||||
'order' => 'Comanda',
|
||||
],
|
||||
|
||||
'test_mode' => 'Avís: La passarel·la de pagament està en \'mode de proves\'. El teu compte no es veurà afectat per l\'acció.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/da-DK/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/da-DK/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal Standard',
|
||||
'description' => 'Aktivér standard betalingsmulighed for PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'E-mail',
|
||||
'mode' => 'Mode',
|
||||
'debug' => 'Fejlfinde',
|
||||
'transaction' => 'Transaktion',
|
||||
'customer' => 'Vis til kunde',
|
||||
'order' => 'Bestille',
|
||||
],
|
||||
|
||||
'test_mode' => 'Advarsel: Betalingsgatewayen er i \'Sandbox Mode\'. Din konto bliver ikke debiteret.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/de-DE/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/de-DE/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal Standard',
|
||||
'description' => 'Aktivieren Sie die Standard-Zahlungsoption von PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'E-Mail',
|
||||
'mode' => 'Modus',
|
||||
'debug' => 'Debug',
|
||||
'transaction' => 'Transaktion',
|
||||
'customer' => 'Dem Kunden zeigen',
|
||||
'order' => 'Bestellung',
|
||||
],
|
||||
|
||||
'test_mode' => 'Warnung: Das Payment-Gateway befindet sich im <b>Sandbox-Modus</b>. Ihr Konto wird nicht belastet.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/fa-IR/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/fa-IR/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal استاندارد',
|
||||
'description' => 'گزینه پرداخت استاندارد PayPal را فعال کنید',
|
||||
|
||||
'form' => [
|
||||
'email' => 'ایمیل',
|
||||
'mode' => 'حالت',
|
||||
'debug' => 'اشکال زدايي کردن',
|
||||
'transaction' => 'تراکنشها',
|
||||
'customer' => 'نمایش به مشتری',
|
||||
'order' => 'سفارش',
|
||||
],
|
||||
|
||||
'test_mode' => 'هشدار: درگاه پرداخت در "حالت Sandbox" است. حساب شما شارژ نخواهد شد.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/fr-FR/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/fr-FR/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'Standard Paypal',
|
||||
'description' => 'Activation de l\'option de paiement standard pour Paypal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'Email',
|
||||
'mode' => 'Mode',
|
||||
'debug' => 'Debug',
|
||||
'transaction' => 'Transaction',
|
||||
'customer' => 'Montrer au client',
|
||||
'order' => 'Commande',
|
||||
],
|
||||
|
||||
'test_mode' => 'Avertissement: La passerelle de paiement est en mode \'Bac à sable\'. Votre compte ne sera pas débité.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/id-ID/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/id-ID/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal Standard',
|
||||
'description' => 'Aktifkan opsi pembayaran standar PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'Email',
|
||||
'mode' => 'Mode',
|
||||
'debug' => 'Debug',
|
||||
'transaction' => 'Transaksi',
|
||||
'customer' => 'Tunjukkan kepada Pelanggan',
|
||||
'order' => 'Pesanan',
|
||||
],
|
||||
|
||||
'test_mode' => 'Peringatan: Gateway pembayaran dalam \'Mode Sandbox\'. Akun Anda tidak akan dikenakan biaya.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/it-IT/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/it-IT/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal Standard',
|
||||
'description' => 'Abilita l\'opzione di pagamento standard di PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'Email',
|
||||
'mode' => 'Modalità',
|
||||
'debug' => 'Debug',
|
||||
'transaction' => 'Transazione',
|
||||
'customer' => 'Mostra al Cliente',
|
||||
'order' => 'Ordine',
|
||||
],
|
||||
|
||||
'test_mode' => 'Avviso: il gateway di pagamento è in "Modalità sandbox". Il tuo account non verrà addebitato.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
@ -15,6 +15,6 @@ return [
|
||||
],
|
||||
|
||||
'test_mode' => '警告: 支払いゲートウェイは \'サンドボックスモード\'です。 アカウントには請求されません。 ',
|
||||
//'description' => 'PAYPALで支払う',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
||||
];
|
||||
|
20
modules/PaypalStandard/Resources/lang/nb-NO/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/nb-NO/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal-standard',
|
||||
'description' => 'Aktiver standard betalingsalternativ for PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'E-post',
|
||||
'mode' => 'Modus',
|
||||
'debug' => 'Debug',
|
||||
'transaction' => 'Transaksjon',
|
||||
'customer' => 'Vis til kunde',
|
||||
'order' => 'Rekkefølge',
|
||||
],
|
||||
|
||||
'test_mode' => 'Advarsel: Betalingsporten er i \'Sandbox Mode\'. Kontoen din blir ikke belastet.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/pt-BR/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/pt-BR/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal Standard',
|
||||
'description' => 'Habilitar a opção de pagamento padrão do PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'E-mail',
|
||||
'mode' => 'Modo',
|
||||
'debug' => 'Depuração',
|
||||
'transaction' => 'Transação',
|
||||
'customer' => 'Mostrar ao Cliente',
|
||||
'order' => 'Ordem',
|
||||
],
|
||||
|
||||
'test_mode' => 'Aviso: O gateway de pagamento está no \'Modo seguro\'. Sua conta não será cobrada.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/sq-AL/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/sq-AL/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal Standard',
|
||||
'description' => 'Aktivizoni opsionin standard të pagesës së PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'Email',
|
||||
'mode' => 'Modë',
|
||||
'debug' => 'Debugim',
|
||||
'transaction' => 'Transaksion',
|
||||
'customer' => 'Trego tek Klienti',
|
||||
'order' => 'Porosi',
|
||||
],
|
||||
|
||||
'test_mode' => 'Kujdes: Porta e pagesës është në \'Modalitetin Sandbox\'. Llogaria jote nuk do të ngarkohet.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
20
modules/PaypalStandard/Resources/lang/uk-UA/general.php
Normal file
20
modules/PaypalStandard/Resources/lang/uk-UA/general.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'PayPal Стандартний',
|
||||
'description' => 'Включити стандартний варіант оплати PayPal',
|
||||
|
||||
'form' => [
|
||||
'email' => 'E-mail',
|
||||
'mode' => 'Режим',
|
||||
'debug' => 'Налагодження',
|
||||
'transaction' => 'Транзакції',
|
||||
'customer' => 'Показати Клієнту',
|
||||
'order' => 'Замовлення',
|
||||
],
|
||||
|
||||
'test_mode' => 'Увага: Платіжний шлюз у тестовому режимі. Гроші з вашого рахунку не будуть списані.',
|
||||
//'description' => 'Pay with PAYPAL',
|
||||
|
||||
];
|
Reference in New Issue
Block a user