diff --git a/modules/OfflinePayments/Resources/lang/ar-SA/general.php b/modules/OfflinePayments/Resources/lang/ar-SA/general.php new file mode 100644 index 000000000..65124cba3 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/ar-SA/general.php @@ -0,0 +1,21 @@ + 'المدفوعات بدون الإتصال بالأنترنت', + 'description' => 'إنشاء خيارات دفع غير محدودة لاستخدام المسؤول', + + 'add_new' => 'إضافة جديد', + 'edit' => 'تعديل: :method', + + 'form' => [ + 'code' => 'الكود', + 'customer' => 'إظهار للعميل', + 'order' => 'طلب' + ], + + 'methods' => 'طريقة | طرق', + + 'payment_gateways' => 'طرق الدفع بدون أنترنت', + +]; diff --git a/modules/OfflinePayments/Resources/lang/da-DK/general.php b/modules/OfflinePayments/Resources/lang/da-DK/general.php new file mode 100644 index 000000000..46a033490 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/da-DK/general.php @@ -0,0 +1,21 @@ + 'Offline betalinger', + 'description' => 'Opret ubegrænsede betalingsmuligheder til admin-brug', + + 'add_new' => 'Tilføj ny', + 'edit' => 'Rediger: :method', + + 'form' => [ + 'code' => 'Kode', + 'customer' => 'Vis til kunde', + 'order' => 'Bestille' + ], + + 'methods' => 'Metode|Metoder', + + 'payment_gateways' => 'Offline betalingsmetoder', + +]; diff --git a/modules/OfflinePayments/Resources/lang/de-DE/general.php b/modules/OfflinePayments/Resources/lang/de-DE/general.php new file mode 100644 index 000000000..d91be4055 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/de-DE/general.php @@ -0,0 +1,21 @@ + 'Offline-Zahlungen', + 'description' => 'Erstelle unbegrenzte Zahlungsoptionen für Adminnutzung', + + 'add_new' => 'Neu hinzufügen', + 'edit' => 'Bearbeiten: :method', + + 'form' => [ + 'code' => 'Code', + 'customer' => 'Dem Kunden zeigen', + 'order' => 'Bestellung' + ], + + 'methods' => 'Methode|Methoden', + + 'payment_gateways' => 'Offline-Zahlungen-Methoden', + +]; diff --git a/modules/OfflinePayments/Resources/lang/fa-IR/general.php b/modules/OfflinePayments/Resources/lang/fa-IR/general.php new file mode 100644 index 000000000..87e80dde4 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/fa-IR/general.php @@ -0,0 +1,21 @@ + 'پرداخت های آفلاین', + 'description' => 'ساخت گزینه پرداخت نامحدود برای استفاده مدیر', + + 'add_new' => 'افزودن جدید', + 'edit' => 'ویرایش: :method', + + 'form' => [ + 'code' => 'کد', + 'customer' => 'نمایش به مشتری', + 'order' => 'سفارش' + ], + + 'methods' => 'روش|روش ها', + + 'payment_gateways' => 'روش های پرداخت آفلاین', + +]; diff --git a/modules/OfflinePayments/Resources/lang/fr-FR/general.php b/modules/OfflinePayments/Resources/lang/fr-FR/general.php new file mode 100644 index 000000000..9a9302c52 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/fr-FR/general.php @@ -0,0 +1,21 @@ + 'Paiements hors-ligne', + 'description' => 'Créez un nombre illimité d\'options de paiement à usage administratif', + + 'add_new' => 'Ajouter un nouveau', + 'edit' => 'Modifier : :method', + + 'form' => [ + 'code' => 'Code', + 'customer' => 'Montrer au client', + 'order' => 'Ordre' + ], + + 'methods' => 'Méthode|Méthodes', + + 'payment_gateways' => 'Méthodes de paiement hors ligne', + +]; diff --git a/modules/OfflinePayments/Resources/lang/id-ID/general.php b/modules/OfflinePayments/Resources/lang/id-ID/general.php new file mode 100644 index 000000000..c1be0aea8 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/id-ID/general.php @@ -0,0 +1,21 @@ + 'Pembayaran Offline', + 'description' => 'Buat opsi pembayaran tak terbatas untuk admin gunakan', + + 'add_new' => 'Tambah Baru', + 'edit' => 'Edit:: metode', + + 'form' => [ + 'code' => 'Kode', + 'customer' => 'Tunjukkan kepada Pelanggan', + 'order' => 'Pesanan' + ], + + 'methods' => 'Metode|Metode', + + 'payment_gateways' => 'Metode Pembayaran Offline', + +]; diff --git a/modules/OfflinePayments/Resources/lang/it-IT/general.php b/modules/OfflinePayments/Resources/lang/it-IT/general.php new file mode 100644 index 000000000..042654e00 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/it-IT/general.php @@ -0,0 +1,21 @@ + 'Pagamenti offline', + 'description' => 'Crea opzioni di pagamento illimitate per l\'utilizzo dell\'amministratore', + + 'add_new' => 'Aggiungi nuovo', + 'edit' => 'Modifica: :method', + + 'form' => [ + 'code' => 'Codice', + 'customer' => 'Mostra al Cliente', + 'order' => 'Ordine' + ], + + 'methods' => 'Metodi', + + 'payment_gateways' => 'Metodi di pagamento offline', + +]; diff --git a/modules/OfflinePayments/Resources/lang/ja-JP/general.php b/modules/OfflinePayments/Resources/lang/ja-JP/general.php index e286a1c52..df49809b3 100644 --- a/modules/OfflinePayments/Resources/lang/ja-JP/general.php +++ b/modules/OfflinePayments/Resources/lang/ja-JP/general.php @@ -18,4 +18,4 @@ return [ 'payment_gateways' => 'オフライン支払い方法', -]; \ No newline at end of file +]; diff --git a/modules/OfflinePayments/Resources/lang/nb-NO/general.php b/modules/OfflinePayments/Resources/lang/nb-NO/general.php new file mode 100644 index 000000000..a25aa5779 --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/nb-NO/general.php @@ -0,0 +1,21 @@ + 'Offline betalinger', + 'description' => 'Lag ubegrensede betalingsalternativer for administrasjonsbruk', + + 'add_new' => 'Legg til ny', + 'edit' => 'Rediger:: method', + + 'form' => [ + 'code' => 'Kode', + 'customer' => 'Vis til kunde', + 'order' => 'Rekkefølge' + ], + + 'methods' => 'Metode|Metoder', + + 'payment_gateways' => 'Offline betalingsmetoder', + +]; diff --git a/modules/OfflinePayments/Resources/lang/sq-AL/general.php b/modules/OfflinePayments/Resources/lang/sq-AL/general.php new file mode 100644 index 000000000..ac8e9c1af --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/sq-AL/general.php @@ -0,0 +1,21 @@ + 'Offline Payments', + 'description' => 'Krijoni mundësi të pakufizuara pagese për përdorim të administratorit', + + 'add_new' => 'Shto të Re', + 'edit' => 'Redaktoni: :method', + + 'form' => [ + 'code' => 'Kodi', + 'customer' => 'Trego tek Klienti', + 'order' => 'Porosi' + ], + + 'methods' => 'Metodë|Metodat', + + 'payment_gateways' => 'Metodat e Pagesës Offline', + +]; diff --git a/modules/OfflinePayments/Resources/lang/uk-UA/general.php b/modules/OfflinePayments/Resources/lang/uk-UA/general.php new file mode 100644 index 000000000..0b33d286c --- /dev/null +++ b/modules/OfflinePayments/Resources/lang/uk-UA/general.php @@ -0,0 +1,21 @@ + 'Оффлайн платежі', + 'description' => 'Створити необмежену кількість варіантів платежів для використання адміна', + + 'add_new' => 'Добавити нове', + 'edit' => 'Редагувати: :method', + + 'form' => [ + 'code' => 'Код', + 'customer' => 'Показати Клієнту', + 'order' => 'Замовлення' + ], + + 'methods' => 'Метод|Методи', + + 'payment_gateways' => 'Способи Оффлайн Платежів', + +]; diff --git a/modules/PaypalStandard/Resources/lang/ar-SA/general.php b/modules/PaypalStandard/Resources/lang/ar-SA/general.php new file mode 100644 index 000000000..c851ec43e --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/ar-SA/general.php @@ -0,0 +1,20 @@ + 'معيار الباي بال', + 'description' => 'تمكين خيار الدفع القياسي لـ باي بال', + + 'form' => [ + 'email' => 'البريد الإلكتروني', + 'mode' => 'نمط', + 'debug' => 'تصحيح الأخطاء', + 'transaction' => 'المعاملات', + 'customer' => 'إظهار للعميل', + 'order' => 'طلب', + ], + + 'test_mode' => 'تحذير: بوابة الدفع في وضع "Sandbox". لن يتم احتساب مبالغ على حسابك.', + //'description' => 'Pay with PAYPAL', + +]; diff --git a/modules/PaypalStandard/Resources/lang/ca-ES/general.php b/modules/PaypalStandard/Resources/lang/ca-ES/general.php new file mode 100644 index 000000000..962c69986 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/ca-ES/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/da-DK/general.php b/modules/PaypalStandard/Resources/lang/da-DK/general.php new file mode 100644 index 000000000..a85ad277e --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/da-DK/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/de-DE/general.php b/modules/PaypalStandard/Resources/lang/de-DE/general.php new file mode 100644 index 000000000..f43db128a --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/de-DE/general.php @@ -0,0 +1,20 @@ + '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 Sandbox-Modus. Ihr Konto wird nicht belastet.', + //'description' => 'Pay with PAYPAL', + +]; diff --git a/modules/PaypalStandard/Resources/lang/fa-IR/general.php b/modules/PaypalStandard/Resources/lang/fa-IR/general.php new file mode 100644 index 000000000..a8f442100 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/fa-IR/general.php @@ -0,0 +1,20 @@ + 'PayPal استاندارد', + 'description' => 'گزینه پرداخت استاندارد PayPal را فعال کنید', + + 'form' => [ + 'email' => 'ایمیل', + 'mode' => 'حالت', + 'debug' => 'اشکال زدايي کردن', + 'transaction' => 'تراکنش‌ها', + 'customer' => 'نمایش به مشتری', + 'order' => 'سفارش', + ], + + 'test_mode' => 'هشدار: درگاه پرداخت در "حالت Sandbox" است. حساب شما شارژ نخواهد شد.', + //'description' => 'Pay with PAYPAL', + +]; diff --git a/modules/PaypalStandard/Resources/lang/fr-FR/general.php b/modules/PaypalStandard/Resources/lang/fr-FR/general.php new file mode 100644 index 000000000..97310bbf8 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/fr-FR/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/id-ID/general.php b/modules/PaypalStandard/Resources/lang/id-ID/general.php new file mode 100644 index 000000000..ce3b791c0 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/id-ID/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/it-IT/general.php b/modules/PaypalStandard/Resources/lang/it-IT/general.php new file mode 100644 index 000000000..4083225d3 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/it-IT/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/ja-JP/general.php b/modules/PaypalStandard/Resources/lang/ja-JP/general.php index 162b4b37b..374185a88 100644 --- a/modules/PaypalStandard/Resources/lang/ja-JP/general.php +++ b/modules/PaypalStandard/Resources/lang/ja-JP/general.php @@ -15,6 +15,6 @@ return [ ], 'test_mode' => '警告: 支払いゲートウェイは \'サンドボックスモード\'です。 アカウントには請求されません。 ', - //'description' => 'PAYPALで支払う', + //'description' => 'Pay with PAYPAL', -]; \ No newline at end of file +]; diff --git a/modules/PaypalStandard/Resources/lang/nb-NO/general.php b/modules/PaypalStandard/Resources/lang/nb-NO/general.php new file mode 100644 index 000000000..75f35ba36 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/nb-NO/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/pt-BR/general.php b/modules/PaypalStandard/Resources/lang/pt-BR/general.php new file mode 100644 index 000000000..555fa9b1f --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/pt-BR/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/sq-AL/general.php b/modules/PaypalStandard/Resources/lang/sq-AL/general.php new file mode 100644 index 000000000..181bf2653 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/sq-AL/general.php @@ -0,0 +1,20 @@ + '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', + +]; diff --git a/modules/PaypalStandard/Resources/lang/uk-UA/general.php b/modules/PaypalStandard/Resources/lang/uk-UA/general.php new file mode 100644 index 000000000..d83152ef3 --- /dev/null +++ b/modules/PaypalStandard/Resources/lang/uk-UA/general.php @@ -0,0 +1,20 @@ + 'PayPal Стандартний', + 'description' => 'Включити стандартний варіант оплати PayPal', + + 'form' => [ + 'email' => 'E-mail', + 'mode' => 'Режим', + 'debug' => 'Налагодження', + 'transaction' => 'Транзакції', + 'customer' => 'Показати Клієнту', + 'order' => 'Замовлення', + ], + + 'test_mode' => 'Увага: Платіжний шлюз у тестовому режимі. Гроші з вашого рахунку не будуть списані.', + //'description' => 'Pay with PAYPAL', + +];