From e3b0d3d995fc66bef539471690281c721d946ed7 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 19 Feb 2025 14:21:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=BD=D0=B0=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 4 +++ __manifest__.py | 16 +++++++++ i18n/ar.po | 49 ++++++++++++++++++++++++++++ i18n/bg.po | 47 +++++++++++++++++++++++++++ i18n/ca.po | 50 +++++++++++++++++++++++++++++ i18n/cs.po | 47 +++++++++++++++++++++++++++ i18n/da.po | 50 +++++++++++++++++++++++++++++ i18n/de.po | 49 ++++++++++++++++++++++++++++ i18n/es.po | 49 ++++++++++++++++++++++++++++ i18n/es_419.po | 50 +++++++++++++++++++++++++++++ i18n/et.po | 50 +++++++++++++++++++++++++++++ i18n/fa.po | 47 +++++++++++++++++++++++++++ i18n/fi.po | 50 +++++++++++++++++++++++++++++ i18n/fr.po | 49 ++++++++++++++++++++++++++++ i18n/he.po | 47 +++++++++++++++++++++++++++ i18n/hu.po | 47 +++++++++++++++++++++++++++ i18n/id.po | 49 ++++++++++++++++++++++++++++ i18n/it.po | 49 ++++++++++++++++++++++++++++ i18n/ja.po | 47 +++++++++++++++++++++++++++ i18n/ko.po | 47 +++++++++++++++++++++++++++ i18n/lt.po | 47 +++++++++++++++++++++++++++ i18n/lv.po | 49 ++++++++++++++++++++++++++++ i18n/nl.po | 49 ++++++++++++++++++++++++++++ i18n/pl.po | 49 ++++++++++++++++++++++++++++ i18n/pt.po | 47 +++++++++++++++++++++++++++ i18n/pt_BR.po | 49 ++++++++++++++++++++++++++++ i18n/ru.po | 49 ++++++++++++++++++++++++++++ i18n/sk.po | 47 +++++++++++++++++++++++++++ i18n/sl.po | 47 +++++++++++++++++++++++++++ i18n/sr.po | 50 +++++++++++++++++++++++++++++ i18n/sv.po | 47 +++++++++++++++++++++++++++ i18n/th.po | 49 ++++++++++++++++++++++++++++ i18n/tr.po | 47 +++++++++++++++++++++++++++ i18n/uk.po | 49 ++++++++++++++++++++++++++++ i18n/vi.po | 47 +++++++++++++++++++++++++++ i18n/website_payment_authorize.pot | 43 +++++++++++++++++++++++++ i18n/zh_CN.po | 47 +++++++++++++++++++++++++++ i18n/zh_TW.po | 47 +++++++++++++++++++++++++++ models/__init__.py | 4 +++ models/res_config_settings.py | 29 +++++++++++++++++ views/res_config_settings_views.xml | 16 +++++++++ 41 files changed, 1801 insertions(+) create mode 100644 __init__.py create mode 100644 __manifest__.py create mode 100644 i18n/ar.po create mode 100644 i18n/bg.po create mode 100644 i18n/ca.po create mode 100644 i18n/cs.po create mode 100644 i18n/da.po create mode 100644 i18n/de.po create mode 100644 i18n/es.po create mode 100644 i18n/es_419.po create mode 100644 i18n/et.po create mode 100644 i18n/fa.po create mode 100644 i18n/fi.po create mode 100644 i18n/fr.po create mode 100644 i18n/he.po create mode 100644 i18n/hu.po create mode 100644 i18n/id.po create mode 100644 i18n/it.po create mode 100644 i18n/ja.po create mode 100644 i18n/ko.po create mode 100644 i18n/lt.po create mode 100644 i18n/lv.po create mode 100644 i18n/nl.po create mode 100644 i18n/pl.po create mode 100644 i18n/pt.po create mode 100644 i18n/pt_BR.po create mode 100644 i18n/ru.po create mode 100644 i18n/sk.po create mode 100644 i18n/sl.po create mode 100644 i18n/sr.po create mode 100644 i18n/sv.po create mode 100644 i18n/th.po create mode 100644 i18n/tr.po create mode 100644 i18n/uk.po create mode 100644 i18n/vi.po create mode 100644 i18n/website_payment_authorize.pot create mode 100644 i18n/zh_CN.po create mode 100644 i18n/zh_TW.po create mode 100644 models/__init__.py create mode 100644 models/res_config_settings.py create mode 100644 views/res_config_settings_views.xml diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..dc5e6b6 --- /dev/null +++ b/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..0ae46e0 --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Website - Payment Authorize', + 'version': '1.0', + 'category': 'Accounting/Payment Providers', + 'sequence': 365, + 'summary': 'Website - Payment Authorize', + 'depends': ['website_payment', 'payment_authorize'], + 'data': [ + 'views/res_config_settings_views.xml' + ], + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/i18n/ar.po b/i18n/ar.po new file mode 100644 index 0000000..864edc7 --- /dev/null +++ b/i18n/ar.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: طريقة تحصيل الدفع " + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "تقاضي الدفع تلقائياً " + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"تقاضى المال مقابل الطلب مباشرة أو قم بالتصريح عند الطلب، والحصول على المال " +"يدوياً لاحقاً. " + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "تهيئة الإعدادات " + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "تقاضي الأموال يدوياً لاحقاً " diff --git a/i18n/bg.po b/i18n/bg.po new file mode 100644 index 0000000..81d5b1b --- /dev/null +++ b/i18n/bg.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# KeyVillage, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: KeyVillage, 2023\n" +"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Настройки" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/ca.po b/i18n/ca.po new file mode 100644 index 0000000..4ec356d --- /dev/null +++ b/i18n/ca.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Óscar Fonseca , 2023 +# jabiri7, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: jabiri7, 2023\n" +"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Métode de captura de pagament" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Capturar pagament automàticament" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Cobrar l'ordre directament o autoritzar a l'ordre i capturar el pagament més" +" tard, manualment." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Paràmetres de configuració" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Cobrar manualment més tard" diff --git a/i18n/cs.po b/i18n/cs.po new file mode 100644 index 0000000..e2f1dc0 --- /dev/null +++ b/i18n/cs.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Jakub Smolka, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jakub Smolka, 2023\n" +"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Konfigurační nastavení" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/da.po b/i18n/da.po new file mode 100644 index 0000000..631db91 --- /dev/null +++ b/i18n/da.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Martin Trigaux, 2023 +# Sanne Kristensen , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Sanne Kristensen , 2023\n" +"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Betalingsregistreringsmetode" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Automatisk hævning af betaling" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Hæv ordren direkte eller godkend ved ordreafgivelse og hæv betalingen " +"manuelt på et senere tidspunkt." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Konfigurer opsætning" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Hæv betalingen senere" diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..af481f8 --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Zahlungserfassungsmethode" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Zahlung automatisch erfassen" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Auftrag direkt berechnen oder bei der Bestellung autorisieren und Zahlung " +"später manuell erfassen." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Konfigurationseinstellungen" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Später manuell berechnen" diff --git a/i18n/es.po b/i18n/es.po new file mode 100644 index 0000000..feab293 --- /dev/null +++ b/i18n/es.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Larissa Manderfeld, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2024\n" +"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: método de captura de pago" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Capturar automáticamente el pago" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Cargar la orden de manera directa o autorizarla al momento de generarla y " +"capturar el pago después, de forma manual." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Ajustes de configuración" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Realizar cargo manualmente más tarde" diff --git a/i18n/es_419.po b/i18n/es_419.po new file mode 100644 index 0000000..7c94654 --- /dev/null +++ b/i18n/es_419.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# Fernanda Alvarez, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Fernanda Alvarez, 2023\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: método de captura de pago" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Captura de pago automática" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Cargar la orden de manera directa o autorizarla al momento de generarla y " +"capturar el pago después, de forma manual." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Ajustes de configuración" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Realizar cargo de forma manual más tarde" diff --git a/i18n/et.po b/i18n/et.po new file mode 100644 index 0000000..661bf2e --- /dev/null +++ b/i18n/et.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Leaanika Randmets, 2023 +# Triine Aavik , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Triine Aavik , 2023\n" +"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Maksete kinnipidamise meetod" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Automaatne makse kinnipidamine" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Võta tellimuse eest tasu otse või autoriseeri tellimus ja kinnita makse " +"hiljem käsitsi." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Seadistused" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Tasusta hiljem käsitsi" diff --git a/i18n/fa.po b/i18n/fa.po new file mode 100644 index 0000000..f470ca2 --- /dev/null +++ b/i18n/fa.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Hamed Mohammadi , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Hamed Mohammadi , 2023\n" +"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "تنظیمات پیکربندی" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/fi.po b/i18n/fi.po new file mode 100644 index 0000000..50371d1 --- /dev/null +++ b/i18n/fi.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Ossi Mantylahti , 2023 +# Jarmo Kortetjärvi , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jarmo Kortetjärvi , 2023\n" +"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Maksun kerääminen" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Automaattinen maksun kerääminen" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Veloita tilaus suoraan tai anna valtuutus tilauksen yhteydessä ja kirjaa " +"maksu myöhemmin käsin." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Asetukset" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Lataa manuaalisesti myöhemmin" diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..90a45c0 --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net : Méthode de capture de paiements" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Capture automatique des paiements" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Débitez directement la commande ou autorisez-la au moment de la commande et " +"capturez le paiement ultérieurement, manuellement." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Paramètres de configuration" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Débiter manuellement ultérieurement" diff --git a/i18n/he.po b/i18n/he.po new file mode 100644 index 0000000..19f6dd6 --- /dev/null +++ b/i18n/he.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# ZVI BLONDER , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: ZVI BLONDER , 2023\n" +"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "הגדר הגדרות" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/hu.po b/i18n/hu.po new file mode 100644 index 0000000..2255ab6 --- /dev/null +++ b/i18n/hu.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Zsolt Godó , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Zsolt Godó , 2023\n" +"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Beállítások módosítása" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/id.po b/i18n/id.po new file mode 100644 index 0000000..6b78466 --- /dev/null +++ b/i18n/id.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Metode Capture Pembayaran" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Secara Otomatis Capture Pembayaran" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Kenakan biaya order langsung atau berikan izin pada order dan capture " +"pembayaran nanti, secara manual." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Pengaturan Konfigurasi" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Secara Manual Kenakan Biaya Nanti" diff --git a/i18n/it.po b/i18n/it.po new file mode 100644 index 0000000..4d0cd33 --- /dev/null +++ b/i18n/it.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: metodo acquisizione pagamento" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Cattura automaticamente pagamento" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Addebita l'ordine direttamente o autorizza l'ordine e cattura il pagamento " +"successivamente, in maniera manuale" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Impostazioni di configurazione" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Cattura manualmente in seguito" diff --git a/i18n/ja.po b/i18n/ja.po new file mode 100644 index 0000000..c5e3555 --- /dev/null +++ b/i18n/ja.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: 決済キャプチャ方法" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "自動キャプチャ決済" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "注文を直接課金するか、注文時にオーソリし、後で手動で決済をキャプチャする。" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "コンフィグ設定" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "後で手動課金" diff --git a/i18n/ko.po b/i18n/ko.po new file mode 100644 index 0000000..48ade6b --- /dev/null +++ b/i18n/ko.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: 결제 매입 방법" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "결제 자동 매입" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "주문 즉시 청구하거나, 주문 시 먼저 승인하고 나중에 수동으로 결제를 처리할 수 있습니다." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "환경 설정" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "나중에 직접 충전" diff --git a/i18n/lt.po b/i18n/lt.po new file mode 100644 index 0000000..c14e5f4 --- /dev/null +++ b/i18n/lt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Linas Versada , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Linas Versada , 2023\n" +"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Konfigūracijos nustatymai" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/lv.po b/i18n/lv.po new file mode 100644 index 0000000..4df4628 --- /dev/null +++ b/i18n/lv.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Armīns Jeltajevs , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Armīns Jeltajevs , 2023\n" +"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Maksājumu uztveršanas metode" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Automātiski uztvert maksājumu" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Iekasējiet pasūtījumu tieši vai autorizējiet pasūtījumā un uztveriet " +"maksājumu vēlāk, manuāli." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Konfigurācijas uzstādījumi" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Manuāli iekasēt vēlāk" diff --git a/i18n/nl.po b/i18n/nl.po new file mode 100644 index 0000000..bb6afa8 --- /dev/null +++ b/i18n/nl.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Methode voor het vastleggen van betalingen" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Betaling automatisch vastleggen" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Breng de bestelling direct in rekening of autoriseer bij de order en leg de " +"betaling later handmatig vast." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Configuratie instellingen" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Later handmatig vastleggen" diff --git a/i18n/pl.po b/i18n/pl.po new file mode 100644 index 0000000..a7d4807 --- /dev/null +++ b/i18n/pl.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: metoda przechwytywania płatności" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Automatyczne przechwytywanie płatności" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Obciążaj zamówienie bezpośrednio lub autoryzuj przy zamówieniu i przechwytuj" +" płatność później, ręcznie." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Ustawienia konfiguracji" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Obciążaj później, ręcznie." diff --git a/i18n/pt.po b/i18n/pt.po new file mode 100644 index 0000000..4b22ed6 --- /dev/null +++ b/i18n/pt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Configurações" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po new file mode 100644 index 0000000..cba9343 --- /dev/null +++ b/i18n/pt_BR.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: método de captura de pagamento" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Capturar pagamento automaticamente" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Cobrar pedido diretamente ou autorizar no pedido e capturar o pagamento " +"manualmente depois." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Configurações" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Cobrar manualmente depois" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..93b586f --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Метод приема платежей" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Автоматическое получение оплаты" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Заряжайте заказ напрямую или авторизуйтесь в заказе, а оплату проводите " +"позже, вручную." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Параметры конфигурации" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Ручная зарядка позже" diff --git a/i18n/sk.po b/i18n/sk.po new file mode 100644 index 0000000..cd3404b --- /dev/null +++ b/i18n/sk.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Nastavenia konfigurácie" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/sl.po b/i18n/sl.po new file mode 100644 index 0000000..87baa5b --- /dev/null +++ b/i18n/sl.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Grega Vavtar , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Grega Vavtar , 2023\n" +"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Uredi nastavitve" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/sr.po b/i18n/sr.po new file mode 100644 index 0000000..c307f2d --- /dev/null +++ b/i18n/sr.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Milan Bojovic , 2023 +# コフスタジオ, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: コフスタジオ, 2024\n" +"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Payment Capture Method" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Automatically Capture Payment" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Podešavanje konfiguracije" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Manually Charge Later" diff --git a/i18n/sv.po b/i18n/sv.po new file mode 100644 index 0000000..bd58767 --- /dev/null +++ b/i18n/sv.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Chrille Hedberg , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Chrille Hedberg , 2023\n" +"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Inställningar" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/th.po b/i18n/th.po new file mode 100644 index 0000000..9d01b42 --- /dev/null +++ b/i18n/th.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# Rasareeyar Lappiam, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Rasareeyar Lappiam, 2024\n" +"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: วิธีการบันทึกการชำระเงิน" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "เก็บเงินอัตโนมัติ" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"เรียกเก็บเงินตามคำสั่งซื้อโดยตรงหรืออนุมัติตามคำสั่งซื้อและบันทึกการชำระเงินในภายหลังด้วยตนเอง" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "ตั้งค่าการกำหนดค่า" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "ชาร์จด้วยตนเองในภายหลัง" diff --git a/i18n/tr.po b/i18n/tr.po new file mode 100644 index 0000000..e447f1b --- /dev/null +++ b/i18n/tr.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# abc Def , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: abc Def , 2023\n" +"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Yapılandırma Ayarları" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/uk.po b/i18n/uk.po new file mode 100644 index 0000000..b528d96 --- /dev/null +++ b/i18n/uk.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net: Спосіб отримання платежів" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "Автоматичне отримання платежу" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" +"Стягніть плату за замовлення безпосередньо або авторизуйтеся під час " +"замовлення та зафіксуйте платіж пізніше вручну." + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Налаштування" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "Стягнути сплату вручну пізніше" diff --git a/i18n/vi.po b/i18n/vi.po new file mode 100644 index 0000000..579bf74 --- /dev/null +++ b/i18n/vi.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "Cài đặt cấu hình" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/website_payment_authorize.pot b/i18n/website_payment_authorize.pot new file mode 100644 index 0000000..971471d --- /dev/null +++ b/i18n/website_payment_authorize.pot @@ -0,0 +1,43 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 21:56+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "" diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po new file mode 100644 index 0000000..10ac252 --- /dev/null +++ b/i18n/zh_CN.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net:付款捕获方法" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "自动抓取付款" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "对订单直接收费或授权,并稍后手动获取付款。" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "配置设置" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "之后手动收费" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po new file mode 100644 index 0000000..9c47ecf --- /dev/null +++ b/i18n/zh_TW.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment_authorize +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:56+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment_authorize +#: model:ir.model.fields,field_description:website_payment_authorize.field_res_config_settings__authorize_capture_method +msgid "Authorize.net: Payment Capture Method" +msgstr "Authorize.net 收款方式" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__auto +msgid "Automatically Capture Payment" +msgstr "自動即時收款" + +#. module: website_payment_authorize +#: model_terms:ir.ui.view,arch_db:website_payment_authorize.res_config_settings_view_form +msgid "" +"Charge order directly or authorize at the order and capture the payment " +"later on, manually." +msgstr "可選擇在收到訂單時,直接扣數完成收款;或者,收到訂單時先就有關款額取得付款授權,待其後人手確認收款時,才正式扣數。" + +#. module: website_payment_authorize +#: model:ir.model,name:website_payment_authorize.model_res_config_settings +msgid "Config Settings" +msgstr "配置設定" + +#. module: website_payment_authorize +#: model:ir.model.fields.selection,name:website_payment_authorize.selection__res_config_settings__authorize_capture_method__manual +msgid "Manually Charge Later" +msgstr "容後人手確認收款" diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..02b15e4 --- /dev/null +++ b/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import res_config_settings diff --git a/models/res_config_settings.py b/models/res_config_settings.py new file mode 100644 index 0000000..7990dee --- /dev/null +++ b/models/res_config_settings.py @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, fields, models + + +class ResConfigSettings(models.TransientModel): + _inherit = 'res.config.settings' + + authorize_capture_method = fields.Selection( + string='Authorize.net: Payment Capture Method', + selection=[ + ('auto', 'Automatically Capture Payment'), + ('manual', 'Manually Charge Later'), + ]) + + @api.model + def get_values(self): + res = super().get_values() + authorize = self.env.ref('payment.payment_provider_authorize').sudo() + res['authorize_capture_method'] = 'manual' if authorize.capture_manually else 'auto' + return res + + def set_values(self): + super().set_values() + authorize = self.env.ref('payment.payment_provider_authorize').sudo() + capture_manually = self.authorize_capture_method == 'manual' + if authorize.capture_manually != capture_manually: + authorize.capture_manually = capture_manually diff --git a/views/res_config_settings_views.xml b/views/res_config_settings_views.xml new file mode 100644 index 0000000..de26e28 --- /dev/null +++ b/views/res_config_settings_views.xml @@ -0,0 +1,16 @@ + + + + res.config.settings.view.form.inherit.payment.authorize + res.config.settings + + + + + + + + + + +