diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/payment_stripe/i18n | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/payment_stripe/i18n')
56 files changed, 11759 insertions, 0 deletions
diff --git a/addons/payment_stripe/i18n/ar.po b/addons/payment_stripe/i18n/ar.po new file mode 100644 index 00000000..14a21409 --- /dev/null +++ b/addons/payment_stripe/i18n/ar.po @@ -0,0 +1,215 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Sherif Abd Ekmoniem <sherif.tsupport@gmail.com>, 2020 +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Yihya Hugirat <hugirat@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"رابط ويب نسبي أو مطلق يشير لصورة مربعة لعلامتك التجارية أو منتجك. كما قمت " +"بتعريفه في ملفك الشخصي على Stripe. راجع: https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "رابط صورة تسجيل الخروج" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "اغلاق" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "خطأ" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "المُعرف" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "معالج السداد" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "كلمة سر السداد" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "معاملة السداد" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "خطأ في عملية السداد" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"ربما يمكن حل المشكلة بالتحقق من بيانات بطاقتك الائتمانية، أو التواصل مع " +"البنك؟" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "المزود" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "مفتاح Stripe القابل للنشر" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "مفتاح Stripe السري" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "أرسل إلينا Stripe هذه المعلومات عن المشكلة: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: لم يُعثر على طلبات لرقم الإشارة %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "نأسف لإبلاغكم بفشل المعاملة." diff --git a/addons/payment_stripe/i18n/az.po b/addons/payment_stripe/i18n/az.po new file mode 100644 index 00000000..d7d3a704 --- /dev/null +++ b/addons/payment_stripe/i18n/az.po @@ -0,0 +1,196 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:22+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "Error" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:33 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:59 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:174 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:172 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:184 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:180 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:170 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "" diff --git a/addons/payment_stripe/i18n/bg.po b/addons/payment_stripe/i18n/bg.po new file mode 100644 index 00000000..4fee2556 --- /dev/null +++ b/addons/payment_stripe/i18n/bg.po @@ -0,0 +1,214 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Kaloyan Naumov <kaloyan@lumnus.net>, 2020 +# Albena Mincheva <albena_vicheva@abv.bg>, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Относителен или абсолютен URL адрес, насочен към квадратно изображение на " +"Вашата марка или продукт. Както е определен в профила Ви в Stripe. Вижте: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL адрес на изображение за отписване" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Затвори" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Грешка" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Обработчик на плащане" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Платежен токен" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Платежна транзакция" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Грешка при плащане" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Доставчик" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: не е намерена поръчка за референция %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/bn.po b/addons/payment_stripe/i18n/bn.po new file mode 100644 index 00000000..2ae89942 --- /dev/null +++ b/addons/payment_stripe/i18n/bn.po @@ -0,0 +1,208 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "&বার;" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "বদ্ধ" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "ত্রুটি" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "আইডি " + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "পেমেন্ট অর্জিত" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "পেমেন্ট লেনদেন" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/bs.po b/addons/payment_stripe/i18n/bs.po new file mode 100644 index 00000000..29598b86 --- /dev/null +++ b/addons/payment_stripe/i18n/bs.po @@ -0,0 +1,201 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković <bluesoft83@gmail.com>, 2018 +# Bojan Vrućinić <bojan.vrucinic@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Bojan Vrućinić <bojan.vrucinic@gmail.com>, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "Zatvori" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "Error" +msgstr "Greška" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:33 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "Ručna konfiguracija" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Sticaoc plaćanja" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token plaćanja" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transakcija plaćanja" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:59 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:174 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Provajder" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "Slipovi" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:172 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:184 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:180 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:170 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "Žičani prenos" diff --git a/addons/payment_stripe/i18n/ca.po b/addons/payment_stripe/i18n/ca.po new file mode 100644 index 00000000..1e841e5c --- /dev/null +++ b/addons/payment_stripe/i18n/ca.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# RGB Consulting <odoo@rgbconsulting.com>, 2020 +# Quim - eccit <quim@eccit.com>, 2020 +# Manel Fernandez Ramirez <manelfera@outlook.com>, 2020 +# Martin Trigaux, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Tancar" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Error" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Pagament de compradors" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token de pagament" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacció de pagament" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Proveïdor" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/ckb.po b/addons/payment_stripe/i18n/ckb.po new file mode 100644 index 00000000..f54948b7 --- /dev/null +++ b/addons/payment_stripe/i18n/ckb.po @@ -0,0 +1,210 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" +"×\n" +" " + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "داخستن" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "هەڵە" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ناسنامە" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "پارەوەرگر" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/cs.po b/addons/payment_stripe/i18n/cs.po new file mode 100644 index 00000000..cec98b5d --- /dev/null +++ b/addons/payment_stripe/i18n/cs.po @@ -0,0 +1,222 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Michal Veselý <michal@veselyberanek.net>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2021 +# trendspotter, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: trendspotter, 2021\n" +"Language-Team: Czech (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Relativní nebo absolutní adresa URL ukazující na čtvercový obrázek vaší " +"značky nebo produktu. Jak je definováno ve vašem profilu Stripe. Viz: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL obrázku k pokladně" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Zavřít" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Chyba" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"Pokud povolíte webhooky, toto tajemství se použije k ověření elektronického " +"podpisu událostí odeslaných Stripe do Odoo. Pokud toto pole v Odoo " +"nenastavíte, systém webhooku pro tohoto nabyvatele se úplně deaktivuje." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Ještě vteřinku, přesměrujeme vás na Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Platební brána" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "ID platebních podmínek" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Platební token" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Platební transakce" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Chyba platby" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Možná lze problém vyřešit pečlivou kontrolou údajů na kreditní kartě nebo " +"kontaktováním banky." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Poskytovatel" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Stripe Payment Intent ID" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Stripe Payment Intent Secret" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Publikovatelný klíč Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe Secret Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Stripe Webhook Secret" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: nebyla nalezena žádná objednávka pro referenci %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Nelze převést zákazníka Stripe na kompatibilitu SCA. Existuje pro tohoto " +"zákazníka v backendu Stripe alespoň jedna karta?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Kartu nelze uložit" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "V tuto chvíli nemůžeme přidat vaši platební podmínku." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Je nám líto, ale oznamujeme, že transakce selhala." diff --git a/addons/payment_stripe/i18n/da.po b/addons/payment_stripe/i18n/da.po new file mode 100644 index 00000000..499418dd --- /dev/null +++ b/addons/payment_stripe/i18n/da.po @@ -0,0 +1,226 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Pernille Kristensen <pernillekristensen1994@gmail.com>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# lhmflexerp <lhm@flexerp.dk>, 2020 +# Mads Søndergaard, 2020 +# Martin Trigaux, 2020 +# Mads Søndergaard <mads@vkdata.dk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Mads Søndergaard <mads@vkdata.dk>, 2020\n" +"Language-Team: Danish (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"En relativ eller absolut URL der peger på et firkantet billede af dit mærke " +"eller produkt. Som defineret i din Stripe profil. Se: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Betalings billede URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Luk" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Fejl" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"Hvis du aktiverer webhooks, bruges denne hemmelighed til at verificere den " +"elektroniske signatur for begivenheder sendt til Stripe fra Odoo. Manglende " +"angivelse af dette felt i Odoo vil deaktivere webhook systemet og denne " +"erhverver helt." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Bare ét mere sekund, vi omdirigerer dig til Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalingsindløser" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "Betalingsmetode ID" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Betalingstoken" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalingstransaktion" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Betalingsfejl" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Måske kan problemet løses ved at doblet-tjekke dine kreditkort oplysninger, " +"eller ved at kontakte din bank?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Udbyder" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stribe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Stripe betalingsformål ID" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Strip Betalingsformål hemmelig" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe offentliggørelse af nøgle" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Strip hemmelig nøgle" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Stripe Webhook Hemmelighed" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe gav os følgende informationer om problemet: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "Stripe: %(count)s ordre fundet for reference %(reference)s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: Ingen ordre fundet for reference %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Kunne ikke omdanne Stripe kunde for SCA kompatibilitet. Er der mindst ét " +"kort for denne kunde i Stripe back-end'en? " + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Kunne ikke gemme kort" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "Vi er ikke i stand til at tilføje din betalingsmetode i øjeblikket." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Vi beklager at måtte meddele at transaktionen mislykkedes." diff --git a/addons/payment_stripe/i18n/de.po b/addons/payment_stripe/i18n/de.po new file mode 100644 index 00000000..a9aee9c9 --- /dev/null +++ b/addons/payment_stripe/i18n/de.po @@ -0,0 +1,215 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# JEK Odoo <jek@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: JEK Odoo <jek@odoo.com>, 2020\n" +"Language-Team: German (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Eine relative oder absolute URL weist auf ein quadratisches Bild Ihrer Marke" +" oder Produkt hin. Wie in Ihrem Stripe-Profil definiert. Siehe: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Abmelde-Bild-URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Schließen" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Fehler" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Zahlungsanbieter" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Zahlungs-Token" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Zahlungstransaktion" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Zahlungsfehler" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Vielleicht kann das Problem gelöst werden, wenn Sie Ihre " +"Kreditkarteninformationen erneut überprüfen oder Ihre Bank kontaktieren?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Anbieter" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe Veröffentlichbarer Schlüssel" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe Geheimer Schlüssel" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe hat uns folgende Informationen über das Problem gegeben: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: kein Auftrag für Referenz %s gefunden" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "Wir können Ihr Zahlungsmethode momentan nicht einpflegen." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" +"Leider müssen wir Ihnen mitteilen, dass die Transaktion fehlgeschlagen ist." diff --git a/addons/payment_stripe/i18n/el.po b/addons/payment_stripe/i18n/el.po new file mode 100644 index 00000000..5bbfb0ce --- /dev/null +++ b/addons/payment_stripe/i18n/el.po @@ -0,0 +1,216 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Μια σχετική ή απόλυτη διεύθυνση URL που εμφανίζει μια τετράγωνη εικόνα της εταιρείας ή του είδους σας. \n" +"Ορίζεται στο προφίλ σας στο Stripe. \n" +"Δείτε: https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Διεύθυνση URL της φωτογραφίας στην Ολοκλήρωση Αγοράς" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Κλείσιμο" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Σφάλμα" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "Κωδικός" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Αποδέκτης Πληρωμής" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Διακριτικό Πληρωμής" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Συναλλαγή Πληρωμής" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Σφάλμα πληρωμής" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Ίσως το πρόβλημα να μπορεί να λυθεί με τον επανέλεγχο των στοιχείων της " +"πιστωτικής σας κάρτας ή επικοινωνώντας με την τράπεζά σας;" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Πάροχος" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Δημοσιεύσιμο Κλειδί Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Κρυφό Κλειδί Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" +"Το Stripe μας έδωσε τις ακόλουθες πληροφορίες σχετικά με το πρόβλημα: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: δεν βρέθηκε παραγγελία για την αναφορά %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" +"Λυπούμαστε αλλά πρέπει να σας αναφέρουμε ότι η συναλλαγή έχει αποτύχει." diff --git a/addons/payment_stripe/i18n/eo.po b/addons/payment_stripe/i18n/eo.po new file mode 100644 index 00000000..16291fb4 --- /dev/null +++ b/addons/payment_stripe/i18n/eo.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/es.po b/addons/payment_stripe/i18n/es.po new file mode 100644 index 00000000..4d991d89 --- /dev/null +++ b/addons/payment_stripe/i18n/es.po @@ -0,0 +1,222 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Olivier Dony <odo@odoo.com>, 2020 +# Daniela Cervantes <dace@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\n" +"Language-Team: Spanish (https://www.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=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"URL relativa o absoluta que apunta a una imagen cuadrada de tu marca o " +"producto, tal como lo definiste en tu perfil de Stripe. Ver " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL de la imagen del proceso de pago" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Error" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"Si configuras webhooks, este secreto se utiliza para verificar las firmas " +"electrónicas de los eventos que se envían de Stripe a Odoo. Si no configuras" +" este campo, Odoo deshabilitará el sistema de webhook por completo para el " +"comprador." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Solo un segundo más, te estamos redirigiendo a Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de pago" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "ID de método de pago" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token de pago" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacción de pago" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Error en el pago" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Tal vez el problema se pueda resolver comprobando los datos de tu tarjeta de" +" crédito, o contactando a tu banco" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Proveedor" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "ID de intento de pago por Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Intento de pago con contraseña secreta por Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Clave pública de Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Contraseña secreta de Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Webhook de Stripe con contraseña secreta" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe nos proporcionó la siguiente información sobre el problema: \"%s\"" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "Stripe: %(count)sordenes con referencia %(reference)s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: no se encontró una orden para la referencia %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"No se puede convertir al cliente Stripe por compatibilidad SCA (Strong " +"Customer Authentication) ¿Existe al menos una tarjeta para este cliente en " +"el backend de Stripe?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "No se puede guardar la tarjeta" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "No podemos agregar tu método de pago en este momento." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Sentimos informarte que se ha producido un error en la transacción." diff --git a/addons/payment_stripe/i18n/es_MX.po b/addons/payment_stripe/i18n/es_MX.po new file mode 100644 index 00000000..dcb92fcf --- /dev/null +++ b/addons/payment_stripe/i18n/es_MX.po @@ -0,0 +1,221 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Daniela Cervantes <dace@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"URL relativa o absoluta que apunta a una imagen cuadrada de su marca o " +"producto, tal como lo definió en su perfil de Stripe. Ver " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL de la imagen del proceso de pago" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Cerrar" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Error" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"Si configura webhooks, este secreto se utiliza para verificar las firmas " +"electrónicas de los eventos que se envían de Stripe a Odoo. Si no configura " +"este campo, Odoo deshabilitará el sistema de webhook por completo para el " +"comprador." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Solo un segundo más, te estamos redirigiendo a Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de pago" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "ID de método de pago" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token de pago" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacción de pago" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Error en el pago" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Tal vez el problema se pueda resolver comprobando los datos de tu tarjeta de" +" crédito, o contactando a tu banco" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Proveedor" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "ID de intento de pago por Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Intento de pago con contraseña secreta por Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Clave pública de Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Contraseña secreta de Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Webhook de Stripe con contraseña secreta" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe nos proporcionó la siguiente información sobre el problema: \"%s\"" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "Stripe: %(count)sordenes con referencia %(reference)s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: no se encontró una orden para la referencia %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"No se puede convertir al cliente Stripe por compatibilidad SCA (Strong " +"Customer Authentication) ¿Existe al menos una tarjeta para este cliente en " +"el backend de Stripe?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "No se puede guardar la tarjeta" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "No podemos agregar su método de pago en este momento." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Sentimos informarte que se ha producido un error en la transacción." diff --git a/addons/payment_stripe/i18n/et.po b/addons/payment_stripe/i18n/et.po new file mode 100644 index 00000000..c881d9cd --- /dev/null +++ b/addons/payment_stripe/i18n/et.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Piia Paurson <piia@avalah.ee>, 2020 +# Egon Raamat <egon@avalah.ee>, 2020 +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# Marek Pontus, 2020 +# Martin Aavastik <martin@avalah.ee>, 2020 +# Triine Aavik <triine@avalah.ee>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Triine Aavik <triine@avalah.ee>, 2021\n" +"Language-Team: Estonian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Sulge" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Viga" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Makse saaja" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Sümboolne makse" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Maksetehing" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Varustaja" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe Publishable Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe Secret Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/eu.po b/addons/payment_stripe/i18n/eu.po new file mode 100644 index 00000000..677d1aac --- /dev/null +++ b/addons/payment_stripe/i18n/eu.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2021 +# Esther Martín Menéndez <esthermartin001@gmail.com>, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021 +# Iñaki Ibarrola <inakiibarrola@yahoo.es>, 2021 +# Victor Laskurain <blaskurain@binovo.es>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Victor Laskurain <blaskurain@binovo.es>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Itxi" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Akatsa" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Ordainketa transakzioa" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Hornitzailea " + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/fa.po b/addons/payment_stripe/i18n/fa.po new file mode 100644 index 00000000..03b5e8c9 --- /dev/null +++ b/addons/payment_stripe/i18n/fa.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n" +"Language-Team: Persian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "بستن" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "خطا" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "شناسه" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "دریافت کننده پرداخت" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "توکن پرداخت" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "تراکنش پرداخت" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "فراهمکننده" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "استریپ" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "کارت ثبت نشد" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/fi.po b/addons/payment_stripe/i18n/fi.po new file mode 100644 index 00000000..cfe95771 --- /dev/null +++ b/addons/payment_stripe/i18n/fi.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2020 +# Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2020\n" +"Language-Team: Finnish (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Sulje" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Virhe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Maksun vastaanottaja" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Maksutapahtuma" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Palveluntarjoaja" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe julkinen avain" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe yksityinen avain" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/fr.po b/addons/payment_stripe/i18n/fr.po new file mode 100644 index 00000000..824e5c9d --- /dev/null +++ b/addons/payment_stripe/i18n/fr.po @@ -0,0 +1,223 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# Priscilla Sanchez <prs@odoo.com>, 2020 +# Frédéric GILSON <frederic.gilson@logicasoft.eu>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Frédéric GILSON <frederic.gilson@logicasoft.eu>, 2020\n" +"Language-Team: French (https://www.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=2; plural=(n > 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Une URL absolue ou relative pointant vers une image carrée de votre marque " +"ou produit. Comme définie dans votre profil Stripe. Consultez " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL de l'image de paiement" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Fermer" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Erreur" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Encore une seconde, nous vous redirigeons vers Stripe ..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Intermédiaire de paiement" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "ID du mode de paiement" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Jeton de paiement" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transaction" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Échec du paiement" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Vérifiez les informations de votre carte bancaire ou contactez votre banque." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Transporteur" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "ID d'intention de paiement Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Stripe Payment Intent Secret" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Clé publique Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Clé secrète Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" +"Stripe nous a transmis les informations suivantes concernant le problème : " +"%s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe : aucune commande trouvée pour la référence %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Impossible de convertir le client Stripe pour la compatibilité SCA. " +"Existe-t-il au moins une carte pour ce client dans le backend Stripe ?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Impossible d'enregistrer la carte" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" +"Nous ne sommes pas en mesure d'ajouter votre méthode de paiement pour le " +"moment." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Nous sommes désolés de vous informer que la transaction a échoué." diff --git a/addons/payment_stripe/i18n/gu.po b/addons/payment_stripe/i18n/gu.po new file mode 100644 index 00000000..4e33ae6f --- /dev/null +++ b/addons/payment_stripe/i18n/gu.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "બંધ કરો" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "Error" +msgstr "ભૂલ" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:33 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:59 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:174 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:172 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:184 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:180 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:170 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "" diff --git a/addons/payment_stripe/i18n/he.po b/addons/payment_stripe/i18n/he.po new file mode 100644 index 00000000..78e3077c --- /dev/null +++ b/addons/payment_stripe/i18n/he.po @@ -0,0 +1,210 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# ExcaliberX <excaliberx@gmail.com>, 2020 +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "סגור" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "שגיאה" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "מזהה" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "ספק שירות תשלומים" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "אסימון תשלום" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "עסקת תשלום" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "ספק" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "מפתח Stripe שניתן לפרסם" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "מפתח סודי של Stripe " + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/hi.po b/addons/payment_stripe/i18n/hi.po new file mode 100644 index 00000000..4f4564f1 --- /dev/null +++ b/addons/payment_stripe/i18n/hi.po @@ -0,0 +1,208 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Martin Trigaux, 2021\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "बंद" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "त्रुटि!" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/hr.po b/addons/payment_stripe/i18n/hr.po new file mode 100644 index 00000000..56987ddf --- /dev/null +++ b/addons/payment_stripe/i18n/hr.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2020 +# Karolina Tonković <karolina.tonkovic@storm.hr>, 2020 +# Tina Milas, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Tina Milas, 2020\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Zatvori" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Greška" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Stjecatelj plaćanja" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token plaćanja" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transakcija plaćanja" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Davatelj " + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: nije pronađen nalog za referencu %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/hu.po b/addons/payment_stripe/i18n/hu.po new file mode 100644 index 00000000..8b330d17 --- /dev/null +++ b/addons/payment_stripe/i18n/hu.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# gezza <geza.nagy@oregional.hu>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Bezárás" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Hiba" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "Azonosító" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Fizetési szolgáltató" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Fizetési tranzakció" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Szolgáltató" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe publikus kulcs" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe titkos kulcs" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/id.po b/addons/payment_stripe/i18n/id.po new file mode 100644 index 00000000..c9223740 --- /dev/null +++ b/addons/payment_stripe/i18n/id.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2020 +# Ryanto The <ry.the77@gmail.com>, 2020 +# Ikhsanul Wirsa <iwirsa02@outlook.co.id>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Ikhsanul Wirsa <iwirsa02@outlook.co.id>, 2020\n" +"Language-Team: Indonesian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Tutup" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Eror!" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Pemilik Tagihan" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transaksi Tagihan" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Pemberi" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/is.po b/addons/payment_stripe/i18n/is.po new file mode 100644 index 00000000..7782773a --- /dev/null +++ b/addons/payment_stripe/i18n/is.po @@ -0,0 +1,202 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2018 +# Birgir Steinarsson <biggboss83@gmail.com>, 2018 +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:22+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "Loka" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "Error" +msgstr "Villa!" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:33 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Payment Acquirer" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:59 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:174 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Provider" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:172 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:184 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:180 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:170 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "" diff --git a/addons/payment_stripe/i18n/it.po b/addons/payment_stripe/i18n/it.po new file mode 100644 index 00000000..76791fec --- /dev/null +++ b/addons/payment_stripe/i18n/it.po @@ -0,0 +1,217 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Paolo Valier, 2020 +# Luigia Cimmino Caserta <lcc@odoo.com>, 2020 +# Sergio Zanchetta <primes2h@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2021\n" +"Language-Team: Italian (https://www.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=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"URL relativo o assoluto che punta a un'immagine quadrata del proprio marchio" +" o prodotto, come definito nel profilo Stripe personale. Consultare: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL immagine per pagamento" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Chiudi" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Errore" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Ancora qualche secondo, reindirizzamento a Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Sistema di pagamento" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "ID metodo di pagamento" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token di pagamento" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transazione di pagamento" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Errore di pagamento" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Il problema può essere risolto verificando nuovamente i dettagli della carta" +" di credito o contattando la propria banca." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Fornitore" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "ID intento di pagamento Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Chiave privata intento di pagamento Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Chiave pubblica Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Chiave privata Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe ha fornito le seguenti informazioni sul problema: \"%s\"" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "Stripe: trovati %(count)s ordini con riferimento %(reference)s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: nessun ordine trovato con riferimento %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Impossibile convertire il cliente Stripe per compatibilità SCA. Accertarsi " +"che nell'interfaccia sia presente almeno una carta per il cliente." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Impossibile salvare la carta" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "Impossibile, al momento, aggiungere il metodo di pagamento." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Siamo spiacenti di comunicare che la transazione è fallita." diff --git a/addons/payment_stripe/i18n/ja.po b/addons/payment_stripe/i18n/ja.po new file mode 100644 index 00000000..db249e46 --- /dev/null +++ b/addons/payment_stripe/i18n/ja.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2020 +# Yoon Nankyung <nankyung.yoon@pro-spire.co.jp>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Yoon Nankyung <nankyung.yoon@pro-spire.co.jp>, 2020\n" +"Language-Team: Japanese (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "チェックアウト画像URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "クローズ" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "エラー" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "決済サービス" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "支払トークン" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "決済トランザクション" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "プロバイダ" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "ストライプ公開APIキー" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/ka.po b/addons/payment_stripe/i18n/ka.po new file mode 100644 index 00000000..49de48f5 --- /dev/null +++ b/addons/payment_stripe/i18n/ka.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Martin Trigaux, 2021 +# Temur, 2021 +# Giorgi Melitauri <gmelitauri@live.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Giorgi Melitauri <gmelitauri@live.com>, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "დახურვა" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "შეცდომა" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "გადახდის ოპერატორი" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "გადახდის ტრანზაქცია" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/km.po b/addons/payment_stripe/i18n/km.po new file mode 100644 index 00000000..60c38799 --- /dev/null +++ b/addons/payment_stripe/i18n/km.po @@ -0,0 +1,200 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2018 +# AN Souphorn <ansouphorn@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: AN Souphorn <ansouphorn@gmail.com>, 2018\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "បិទ" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "Error" +msgstr "កំហុស" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:33 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:59 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:174 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:172 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:184 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:180 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:170 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "" diff --git a/addons/payment_stripe/i18n/ko.po b/addons/payment_stripe/i18n/ko.po new file mode 100644 index 00000000..ec7f1158 --- /dev/null +++ b/addons/payment_stripe/i18n/ko.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"브랜드 또는 제품의 사각 이미지를 가리키는 상대적 또는 절대적 URL입니다. 스트라이프 프로필에 정의된 대로입니다. " +"https://stripe.com/docs/checkout을 참조하세요." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "체크아웃 이미지 URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "마감" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "오류" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "다시 한 번만, Stripe로 리디렉션합니다..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "결제 매입사" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "결제 수단 ID" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "결제 토큰" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "결제 처리" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "결제 오류" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "신용카드 내역을 다시 확인하거나 은행에 연락하면 문제가 해결될 수 있습니다." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "공급업체" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Stripe 결제용 ID" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Stripe 결제용 비밀번호" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe 공개 가능 키" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe 비밀 키" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe는 이 문제에 대해 다음과 같은 정보를 주었습니다. : '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe : 참조 %s에 대한 주문을 찾을 수 없습니다." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"SCA 호환성을 위해 Stripe 고객을 변환 할 수 없습니다. Stripe 백엔드에 이 고객을 위한 카드가 하나 이상 있습니까?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "카드를 저장할 수 없습니다" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "현재 결제 수단을 추가할 수 없습니다." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "거래에 실패했다는 보고를 드리게 되어 유감입니다." diff --git a/addons/payment_stripe/i18n/lb.po b/addons/payment_stripe/i18n/lb.po new file mode 100644 index 00000000..37d3ccee --- /dev/null +++ b/addons/payment_stripe/i18n/lb.po @@ -0,0 +1,163 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:11+0000\n" +"PO-Revision-Date: 2019-08-26 09:12+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/lt.po b/addons/payment_stripe/i18n/lt.po new file mode 100644 index 00000000..46a7464a --- /dev/null +++ b/addons/payment_stripe/i18n/lt.po @@ -0,0 +1,219 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2021 +# Arminas Grigonis <arminas@versada.lt>, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Anatolij, 2021 +# Silvija Butko <silvija.butko@gmail.com>, 2021 +# digitouch UAB <digitouchagencyeur@gmail.com>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Reliatyvus arba absoliutus URL, nurodantis į kvadratinį jūsų prekės ženklo " +"ar produkto paveikslėlį. Toks, kaip nustatyta jūsų \"Stripe\" profilyje: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Apmokėjimo paveikslėlio URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Uždaryti" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Klaida" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Mokėjimo surinkėjas" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Mokėjimo raktas" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Mokėjimo operacija" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Mokėjimo klaida" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Galbūt problemą galima išspręsti dar kartą patikrinus kortelės duomenis ar " +"susisiekus su banku?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Tiekėjas" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe skelbiamas raktas" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe slaptas raktas" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "\"Stripe\" suteikė mums šią informaciją apie problemą: \"%s\"" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: numeriui %s nerasta užsakymų" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Apgailestaujame, tačiau operacija nepavyko." diff --git a/addons/payment_stripe/i18n/lv.po b/addons/payment_stripe/i18n/lv.po new file mode 100644 index 00000000..fee8ed9c --- /dev/null +++ b/addons/payment_stripe/i18n/lv.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Latvian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/mn.po b/addons/payment_stripe/i18n/mn.po new file mode 100644 index 00000000..33a80b19 --- /dev/null +++ b/addons/payment_stripe/i18n/mn.po @@ -0,0 +1,215 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020 +# Martin Trigaux, 2020 +# tserendavaa tsogtoo <tseegii011929@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: tserendavaa tsogtoo <tseegii011929@gmail.com>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Таны брэнд эсвэл бүтээгдэхүүний дөрвөлжин зураг руу заасан харьцангуй буюу " +"үнэмлэхүй URL. Таны Stripe профайл дээр тодорхойлсон дагуу. Харна уу: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Тооцоо хийх Зургийн URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Хаах" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Алдаа" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Төлбөрийн хэрэгсэл" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Төлбөрийн Токен" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Төлбөрийн гүйлгээ" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Төлбөрийн алдаа" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Магадгүй зээлийн картын мэдээллийг дахин шалгах эсвэл банктайгаа холбоо " +"барьж асуудлыг шийдэж болох уу?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Үйлчилгээ үзүүлэгч" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe Publishable Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe Secret Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe нь асуудлын талаар дараах мэдээллийг бидэнд өглөө: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: %s кодтой захиалга олдсонгүй" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Гүйлгээг бүтэлгүйтсэнд харамсалтай байна." diff --git a/addons/payment_stripe/i18n/nb.po b/addons/payment_stripe/i18n/nb.po new file mode 100644 index 00000000..d675990e --- /dev/null +++ b/addons/payment_stripe/i18n/nb.po @@ -0,0 +1,214 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Relativ eller absolutt URL som peker til et kvadratisk bilde av merkevaren " +"eller produktet, som definert i Stripe-profilen din. Se: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Lukk" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Feil" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalingsinnløser" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Betalingstoken" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalingstransaksjon" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Betalingsfeil" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Kanskje problemet kan løses ved å dobbeltsjekke kortdetaljene dine, eller " +"kontakte banken?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Innløser" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe publiserbar nøkkel" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe hemmelig nøkkel" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe ga oss følgende informasjon om problemet: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: Ingen ordre funnet for referansen %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Vi beklager, transaksjonen mislyktes." diff --git a/addons/payment_stripe/i18n/nl.po b/addons/payment_stripe/i18n/nl.po new file mode 100644 index 00000000..3c9250a4 --- /dev/null +++ b/addons/payment_stripe/i18n/nl.po @@ -0,0 +1,223 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Antoine Gilard <ang@odoo.com>, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Een relatief of absolute URL die wijst naar een vierkante afbeelding van uw " +"merk of product. Zoals gedefinieerd in uw Stripe profiel. Zie " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Afrekening afbeelding URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Sluiten" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Fout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"Als u webhooks inschakelt, wordt dit geheim gebruikt om de elektronische " +"handtekening van evenementen die door Stripe naar Odoo zijn verzonden, te " +"verifiëren. Als u dit veld niet instelt in Odoo, wordt het webhook-systeem " +"voor deze acquirer volledig uitgeschakeld." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Nog even geduld, we verbinden u door naar Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalingsprovider" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "Betaalmethode ID" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Betalingstoken" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalingstransactie" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Fout bij betaling" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Wellicht kan het probleem worden opgelost door dubbel te klikken op uw " +"creditcard details, of door contact op te nemen met uw bank?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Provider" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Stripe betalingsinteresse ID" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Stripe betalingsinteresse Secret" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe publiceerbare sleutel" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe geheime sleutel" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Stripe webhook geheim" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" +"Stripe heeft ons de volgende informatie gegeven over het probleem: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "Stripe: %(count)s orders gevonden voor referentie %(reference)s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: geen order gevonden voor referentie %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Niet in staat om Stripe klant voor SCA-compatibiliteit om te zetten. Is er " +"minstens één kaart voor deze klant in de Stripe backend?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Kon kaart niet opslaan" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "We konden uw betaalmethode niet toevoegen op dit moment." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Het spijt ons dat we moeten rapporteren dat de transactie mislukt is." diff --git a/addons/payment_stripe/i18n/payment_stripe.pot b/addons/payment_stripe/i18n/payment_stripe.pot new file mode 100644 index 00000000..6f673a9c --- /dev/null +++ b/addons/payment_stripe/i18n/payment_stripe.pot @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-01 07:28+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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/pl.po b/addons/payment_stripe/i18n/pl.po new file mode 100644 index 00000000..0b22e0ab --- /dev/null +++ b/addons/payment_stripe/i18n/pl.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2020 +# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Zamknij" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Błąd" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Beneficjent płatności" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token płatności" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transakcja płatności" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Dostawca" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/pt.po b/addons/payment_stripe/i18n/pt.po new file mode 100644 index 00000000..ae8ad4e4 --- /dev/null +++ b/addons/payment_stripe/i18n/pt.po @@ -0,0 +1,219 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Manuela Silva <mmsrs@sky.com>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# cafonso <cafonso62@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: cafonso <cafonso62@gmail.com>, 2021\n" +"Language-Team: Portuguese (https://www.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=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Um URL relativo ou absoluto que aponta para uma imagem quadrada da sua marca" +" ou produto. Conforme definido no seu perfil do Stripe. Consulte: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Fechar" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Erro" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"Se ativar \"webhooks\", este segredo é usado para verificar a assinatura " +"electrónica de eventos enviados pela Stripe para o Odoo. Se não definir este" +" campo em Odoo, irá desativar totalmente o sistema \"webhook\" para este " +"adquirente." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Só mais um segundo, nós estamos a redirecioná-lo para Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Intermediário de Pagamento" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Código de Pagamento" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transação de Pagamento" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Provedor" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Id. da Intenção de Pagamentos Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Pagamentos Stripe: Segredo de Intenção" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Código Plublicável Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Cópdigo Secreto Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Segredo do «webhook» da Stripe " + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "A Stripe deu-nos a seguinte informação sobre o problema: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: nenhuma compra encontrada por referência %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/pt_BR.po b/addons/payment_stripe/i18n/pt_BR.po new file mode 100644 index 00000000..db878b9f --- /dev/null +++ b/addons/payment_stripe/i18n/pt_BR.po @@ -0,0 +1,214 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# danimaribeiro <danimaribeiro@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Marcel Savegnago <marcel.savegnago@gmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Vanderlei Romera <vanderleiromera@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Vanderlei Romera <vanderleiromera@gmail.com>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.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=2; plural=(n > 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Fechar" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Erro" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de Pagamento" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token de pagamento" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transação do Pagamento" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Fornecedor" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Chave pública Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe Secret Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/ro.po b/addons/payment_stripe/i18n/ro.po new file mode 100644 index 00000000..3f2a631b --- /dev/null +++ b/addons/payment_stripe/i18n/ro.po @@ -0,0 +1,216 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Fekete Mihai <mihai.fekete@forestandbiomass.ro>, 2020 +# Hongu Cosmin <cosmin513@gmail.com>, 2020 +# Foldi Robert <foldirobert@nexterp.ro>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Foldi Robert <foldirobert@nexterp.ro>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"O adresă URL relativă sau absolută care să indice o imagine pătratică a " +"mărcii sau a produsului dvs. După cum este definit în profilul dvs. Stripe. " +"Consultați: https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Închide" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Eroare" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Încă o secundă, vă redirecționăm către Stripe ..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Procesator Plată" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Token de plată" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Tranzacție plată" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Eroare de plată" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Poate că problema poate fi rezolvată verificând de două ori datele cardului " +"de credit sau contactând banca dvs.?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Furnizor" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Dungat" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Cheie publicabilă Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Cheia secretă a fâșiei" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe ne-a oferit următoarele informații despre problemă: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Nu se poate salva cardul" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "În acest moment nu putem adăuga metoda dvs. de plată." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Ne pare rău să raport că tranzacția a eșuat." diff --git a/addons/payment_stripe/i18n/ru.po b/addons/payment_stripe/i18n/ru.po new file mode 100644 index 00000000..6d43173a --- /dev/null +++ b/addons/payment_stripe/i18n/ru.po @@ -0,0 +1,222 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Ivan Yelizariev // IEL <yelizariev@itpp.dev>, 2020 +# Oleg Kuryan <oleg@ventor.tech>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# Сергей Шебанин <sergey@shebanin.ru>, 2020 +# ILMIR <karamov@it-projects.info>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: ILMIR <karamov@it-projects.info>, 2021\n" +"Language-Team: Russian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Относительный или абсолютный URL, указывающий квадратное изображение вашего " +"бренда или продукта. Как определено в вашем профиле Stripe. См.: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL изображения оформления заказа" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Закрыть" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Ошибка" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "Идентификатор" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"Если вы включаете вебхуки, этот секретный параметр используется для проверки" +" электронной подписи событий, отправляемых Stripe в Odoo. Если это поле не " +"будет установлено в Odoo, система вебхуков для этого эквайера будет " +"полностью отключена." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Платежная система" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Токен оплаты" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Операция Оплаты" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Ошибка платежа" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Возможно, проблема может быть решена путем двойной проверки данных вашей " +"кредитной карты или обращение к вашему банку?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Провайдер" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Идентификатор платежной цели Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Опубликованный ключ Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Секретный ключ Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Секретный параметр вебхука Stripe" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe предоставил нам такую информацию о проблеме '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: не найдены заказы для ссылки %s " + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Нам очень жаль сообщить о невозможности осуществления транзакции." diff --git a/addons/payment_stripe/i18n/si.po b/addons/payment_stripe/i18n/si.po new file mode 100644 index 00000000..a764c175 --- /dev/null +++ b/addons/payment_stripe/i18n/si.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/sk.po b/addons/payment_stripe/i18n/sk.po new file mode 100644 index 00000000..4e8cb036 --- /dev/null +++ b/addons/payment_stripe/i18n/sk.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2020 +# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020 +# 192015edb78c7397bdecc2172c7447b3, 2020 +# Jan Prokop, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Zatvoriť" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Chyba" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Príjemca platby " + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Platobný token" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Platobná transakcia" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Poskytovateľ" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Verejný kľúč Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Tajný kľúč Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/sl.po b/addons/payment_stripe/i18n/sl.po new file mode 100644 index 00000000..cf734ce0 --- /dev/null +++ b/addons/payment_stripe/i18n/sl.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Jasmina Macur <jasmina@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Jasmina Macur <jasmina@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Zaključi" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Napaka" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Ponudnik plačilne storitve" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Plačilni žeton" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Plačilna transakcija" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Ponudnik" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/sr.po b/addons/payment_stripe/i18n/sr.po new file mode 100644 index 00000000..98faf53d --- /dev/null +++ b/addons/payment_stripe/i18n/sr.po @@ -0,0 +1,199 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Serbian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "Zatvori" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "Error" +msgstr "Greška" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:33 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:59 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:174 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:172 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:184 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:180 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:170 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "" diff --git a/addons/payment_stripe/i18n/sr@latin.po b/addons/payment_stripe/i18n/sr@latin.po new file mode 100644 index 00000000..30f992ed --- /dev/null +++ b/addons/payment_stripe/i18n/sr@latin.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-10-24 09:00+0000\n" +"PO-Revision-Date: 2017-10-24 09:00+0000\n" +"Last-Translator: Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "×" +msgstr "&puta;" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer_stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer_stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "Zatvori" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "Error" +msgstr "Greška" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:32 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:57 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:167 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer_stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer_stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:165 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:177 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:173 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:163 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "payment.token" +msgstr "" diff --git a/addons/payment_stripe/i18n/sv.po b/addons/payment_stripe/i18n/sv.po new file mode 100644 index 00000000..d583dffe --- /dev/null +++ b/addons/payment_stripe/i18n/sv.po @@ -0,0 +1,211 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Daniel Forslund <daniel.forslund@gmail.com>, 2021 +# Kim Asplund <kim.asplund@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2021\n" +"Language-Team: Swedish (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Stäng" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Fel" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalnings Inlösare" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalningstransaktion" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Leverantör" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/th.po b/addons/payment_stripe/i18n/th.po new file mode 100644 index 00000000..3977c330 --- /dev/null +++ b/addons/payment_stripe/i18n/th.po @@ -0,0 +1,201 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2018 +# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:22+0000\n" +"Last-Translator: Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2018\n" +"Language-Team: Thai (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:9 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "CVC" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Card number" +msgstr "" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Cardholder name" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:15 +#, python-format +msgid "Close" +msgstr "ปิด" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:8 +#, python-format +msgid "Error" +msgstr "ผิดพลาด" + +#. module: payment_stripe +#: model_terms:ir.ui.view,arch_db:payment_stripe.stripe_s2s_form +msgid "Expires (MM / YY)" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:33 +#, python-format +msgid "Just one more second, confirming your payment..." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "ผู้รับชำระ" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:59 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "Paypal" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:174 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "ผู้ให้บริการ" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:172 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:184 +#, python-format +msgid "Stripe: %s orders found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:180 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:170 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" + +#. module: payment_stripe +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "" diff --git a/addons/payment_stripe/i18n/tr.po b/addons/payment_stripe/i18n/tr.po new file mode 100644 index 00000000..26c3cba4 --- /dev/null +++ b/addons/payment_stripe/i18n/tr.po @@ -0,0 +1,225 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Umur Akın <umura@projetgrup.com>, 2020 +# abc Def <hdogan1974@gmail.com>, 2020 +# Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021\n" +"Language-Team: Turkish (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Markanızın veya ürünün kare resmine yönlendiren ilişkili veya mutlak bir " +"URL. Stripe porfilinde tanımladığınız gibi. See: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Ödeme Resmi URL'si" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Kapat" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Hata" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Just one more second, We are redirecting you to Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Ödeme Alıcısı" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "Payment Method ID" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Ödeme Belirteci" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Ödeme İşlemi" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Ödeme hatası" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Belki problem kredi kartı bilgilerinizi ya da bankanızla anlaşmanızı bir kez" +" daha kontrol ederek çözülebilir? " + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Sağlayıcı" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Stripe Payment Intent ID" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Stripe Payment Intent Secret" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe yayınlanabilir şifre" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe Gizli Şifre" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Stripe Webhook Secret" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe gave us the following info about the problem: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "Stripe: %(count)s orders found for reference %(reference)s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: no order found for reference %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Unable to save card" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "We are not able to add your payment method at the moment. " + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "İşlemin başarısız olduğunu bildirdiğimiz için üzgünüz." diff --git a/addons/payment_stripe/i18n/uk.po b/addons/payment_stripe/i18n/uk.po new file mode 100644 index 00000000..35bbf739 --- /dev/null +++ b/addons/payment_stripe/i18n/uk.po @@ -0,0 +1,216 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"Відносна або абсолютна URL-адреса, що вказує на квадратне зображення вашого " +"бренду або товару. Як визначено у вашому профілі Stripe. Перегляньте: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "URL-адреса зображення для оформлення замовлення" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Закрити" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Помилка" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Ще одну секунду, ми перенаправляємо вас на Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Останні зміни на" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Платіжний еквайєр" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "ID способу оплати" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Токен оплати" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Платіжна операція" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Помилка платежу" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Можливо, проблема може бути вирішена шляхом подвійної перевірки даних вашої " +"кредитної картки або звернення до вашого банку?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Провайдер" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "ID призначення платежу Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Пароль призначення платежу Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Опублікований ключ Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Секретний ключ Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe надав нам таку інформацію про проблему: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: замовлення не знайдено для довідки %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Неможливо конвертувати клієнта Stripe для сумісності з SCA. Чи є принаймні " +"одна картка для цього клієнта на бекенді Stripe?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Не вдається зберегти картку" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "Ми не можемо додати ваш спосіб оплати на даний момент." + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "Нам дуже шкода повідомляти про неможливість здійснення транзакції." diff --git a/addons/payment_stripe/i18n/ur.po b/addons/payment_stripe/i18n/ur.po new file mode 100644 index 00000000..a0af0dda --- /dev/null +++ b/addons/payment_stripe/i18n/ur.po @@ -0,0 +1,204 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "" diff --git a/addons/payment_stripe/i18n/vi.po b/addons/payment_stripe/i18n/vi.po new file mode 100644 index 00000000..2fe397ed --- /dev/null +++ b/addons/payment_stripe/i18n/vi.po @@ -0,0 +1,223 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# sao sang <saosangmo@yahoo.com>, 2020 +# Martin Trigaux, 2020 +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Dung Nguyen Thi <dungnt@trobz.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "Checkout Image URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "Đóng" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "Lỗi" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "Just one more second, We are redirecting you to Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "NCC dịch vụ Thanh toán" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "Payment Method ID" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "Mã thanh toán" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "Giao dịch thanh toán" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "Payment error" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "Nhà cung cấp" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "Stripe Payment Intent ID" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "Stripe Payment Intent Secret" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe Publishable Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe Secret Key" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "Stripe Webhook Secret" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe gave us the following info about the problem: '%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "Stripe: %(count)s orders found for reference %(reference)s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe: no order found for reference %s" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "Unable to save card" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "We are not able to add your payment method at the moment. " + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "We're sorry to report that the transaction has failed." diff --git a/addons/payment_stripe/i18n/zh_CN.po b/addons/payment_stripe/i18n/zh_CN.po new file mode 100644 index 00000000..dd52568f --- /dev/null +++ b/addons/payment_stripe/i18n/zh_CN.po @@ -0,0 +1,215 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# liAnGjiA <liangjia@qq.com>, 2020 +# guohuadeng <guohuadeng@hotmail.com>, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# inspur qiuguodong <qiuguodong@inspur.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"一个相对的或绝对的URL,指向你的品牌或产品的正方形图像。在条纹轮廓中定义。参见:https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "检出图像URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "关闭" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "错误" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "支付收款" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "付款令牌" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "付款交易" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "付款错误" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "请检查您的信用卡详细信息或联系银行。" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "物流商" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "条纹" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe 公钥" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe 密钥" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe 为我们提供了以下关于问题的信息:'%s'" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe:未找到可用于参考 %s 的订单" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "交易失败。" diff --git a/addons/payment_stripe/i18n/zh_TW.po b/addons/payment_stripe/i18n/zh_TW.po new file mode 100644 index 00000000..16fe2439 --- /dev/null +++ b/addons/payment_stripe/i18n/zh_TW.po @@ -0,0 +1,210 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_stripe +# +# Translators: +# Martin Trigaux, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.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: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "×" +msgstr "×" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "" +"A relative or absolute URL pointing to a square image of your brand or " +"product. As defined in your Stripe profile. See: " +"https://stripe.com/docs/checkout" +msgstr "" +"指向您的品牌或產品的正方形圖片的相對或絕對網址。在條紋配置文件中定義。請參閱:https://stripe.com/docs/checkout" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_image_url +msgid "Checkout Image URL" +msgstr "檢出圖像URL" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Close" +msgstr "關閉" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/xml/stripe_templates.xml:0 +#, python-format +msgid "Error" +msgstr "錯誤" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__id +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment_stripe +#: model:ir.model.fields,help:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "" +"If you enable webhooks, this secret is used to verify the electronic " +"signature of events sent by Stripe to Odoo. Failing to set this field in " +"Odoo will disable the webhook system for this acquirer entirely." +msgstr "" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Just one more second, We are redirecting you to Stripe..." +msgstr "請稍等,我們將把頁面重定向到Stripe..." + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token____last_update +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "付款收單方" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_token__stripe_payment_method +msgid "Payment Method ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_token +msgid "Payment Token" +msgstr "付款指示物" + +#. module: payment_stripe +#: model:ir.model,name:payment_stripe.model_payment_transaction +msgid "Payment Transaction" +msgstr "付款交易" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/stripe.js:0 +#, python-format +msgid "Payment error" +msgstr "付款錯誤" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Perhaps the problem can be solved by double-checking your credit card " +"details, or contacting your bank?" +msgstr "或許對您的信用卡詳細資訊進行再次檢查或聯繫您的銀行可解決此問題?" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__provider +msgid "Provider" +msgstr "服務商" + +#. module: payment_stripe +#: model:ir.model.fields.selection,name:payment_stripe.selection__payment_acquirer__provider__stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent +msgid "Stripe Payment Intent ID" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_transaction__stripe_payment_intent_secret +msgid "Stripe Payment Intent Secret" +msgstr "" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_publishable_key +msgid "Stripe Publishable Key" +msgstr "Stripe 公鑰" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_secret_key +msgid "Stripe Secret Key" +msgstr "Stripe 密鑰" + +#. module: payment_stripe +#: model:ir.model.fields,field_description:payment_stripe.field_payment_acquirer__stripe_webhook_secret +msgid "Stripe Webhook Secret" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe gave us the following info about the problem: '%s'" +msgstr "Stripe 為我們提供了以下關於 '%s' 問題的訊息:" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: %(count)s orders found for reference %(reference)s" +msgstr "" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "Stripe: no order found for reference %s" +msgstr "Stripe:未找到參考 %s 的訂單" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "" +"Unable to convert Stripe customer for SCA compatibility. Is there at least " +"one card for this customer in the Stripe backend?" +msgstr "無法轉換條帶客戶以實現 SCA 相容性。Stripe後端中是否至少有一張此客戶的卡?" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "Unable to save card" +msgstr "無法保存信用卡" + +#. module: payment_stripe +#. openerp-web +#: code:addons/payment_stripe/static/src/js/payment_form.js:0 +#, python-format +msgid "We are not able to add your payment method at the moment. " +msgstr "目前我們無法添加您的付款方式。" + +#. module: payment_stripe +#: code:addons/payment_stripe/models/payment.py:0 +#, python-format +msgid "We're sorry to report that the transaction has failed." +msgstr "很遺憾地告訴您,交易已失敗。" |
